#navibox {
	width: 170px;
	color: #fff;
	background: #203a96;
	margin-top: 10px;
}
a.navi, a.navi:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	background: url(images/bg_nav.jpg);
	padding: 2px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
a.navi:hover, a.navi:focus {
	color: #000;
	background: url(images/bg_navhover.jpg);
	font-weight: bold;
}
.aktiv {
	display: block;
	text-decoration: none;
	color: #000;
	background: url(images/bg_navaktiv.jpg);
	padding: 2px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.navibottom {
	color: #fff;
	background: url(images/bg_nav.jpg);
	height: 3px;
} 