
/* Form og farge på boksene: */
.navigation-box
{
	padding: 0 0 9px 0;
	width: 160px;
	background: #D1DAED url(../images/block/blue_bottom.gif) no-repeat bottom left;
}

.navigation-box h2
{
	margin: 0;
	padding: 0 12px 0;

	color: white;
	background: rgb(151,151,151) url(../images/block/blue_top.gif) no-repeat top left;

	font-size: 12px;
	line-height: 23px;
	height: 23px;
}



/* Listevisning i boksene: */

/*

UL og LI er ikke lenger i bruk på disse.

ul.navigation-box{
	margin-left:-30px;
	list-style-type:none;
}
ul.navigation-box a{
	text-decoration:none;
	font-weight:bold;
	color:#555555;
}
ul.navigation-box a:hover{
	color:#000000;
}
ul.navigation-box div.shortdatetime{
	font-size:11px;
	font-style:italic;
	color:#666666;
}
*/