﻿/***********************************************/
/* RELATERADE LÄNKAR (puffBox) */
/***********************************************/
div.puffBox
{
	width: 180px;
	margin-top: 8px;
}

div.puffBox h4
{
	height: 20px;
	width: 170px;
	background-color: #97BE0D;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	padding-top: 7px;
	padding-left: 10px;
}

div.puffBox ul
{
	list-style:none;
}

div.puffBox ul li
{
	background: #fff url(/images/small_green_arrow.gif) no-repeat 7px 9px;
	border-width: 1px;
	border-style: dotted;
	border-color: #ccc;
	width: 162px;
	padding: 5px 8px;
	margin-top: 2px;
	font-size: 1.2em;
	line-height:1.3em;
	text-indent:14px;
}

div.puffBox ul li a
{
	color:#666;
	text-decoration:none;
}
div.puffBox ul li a:hover
{
	color:#000;
}

/***********************************************/
/* PUFFAR TILL STARTSIDAN (startpagePuffBox) */
/***********************************************/
div.startpagePuffBox
{
	width: 160px;
	margin: 8px 0px 16px 0px;
	border: dotted 1px #ccc;
	padding: 10px;
}

div.startpagePuffBox a.puffHeader
{
	font-size: 1.8em;
	line-height: 1.2em;
	color: #97be0d;
	margin-bottom: 16px;
}

div.startpagePuffBox a.puffText
{
	background-image: url(/images/small_green_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 1.1em;
	line-height: 1.2em;
	text-indent: 1.2em;
	text-decoration:none;
	color:#666;
	display:block;	
}
div.startpagePuffBox a.puffText:hover
{
	color:#000;
}