#topnavi {
	background: url(images/bg_topnavi.jpg) repeat-x;
	height:59px;
	width:100%;
	margin-top:0px;
}

#topnavi ul {
	float:left;
	list-style-type:none;
	margin:0;
	margin-top:3px;
	padding:0 5px 0 3px;
	background: url(images/bg_navi_vline.gif) no-repeat scroll right top;
}
#topnavi ul li {
	background:transparent url(images/bg_button.gif) no-repeat scroll -3px 100px;
	float:left;
	height:59px;
	margin-left:0px;
	position:relative;
	width:auto;
}
#topnavi ul li .tabcontent {
	background:transparent url(images/bg_button.gif) no-repeat scroll right 100px;
	float:left;
	height:59px;
	width:auto;
}
#topnavi ul li .tabcontent a {
	background:transparent url(images/bg_button.gif) repeat-x scroll left 100px;
	color:#00755c;
	font-variant: small-caps;
	font-size: 14px;
	float:left;
	font-weight:normal;
	height:62px;
	margin:0 5px;
	text-decoration:none;
	width:auto;
	padding: 0 5px;
	line-height:50px;
}

#topnavi ul li:hover {
	background-position:left 0px;
}
#topnavi ul li:hover .tabcontent {
	background-position:right -140px;
}
#topnavi ul li:hover .tabcontent a {
	background-position:0 -70px;
}
#topnavi ul li.aktiv {
	border-bottom: 3px solid #00755C;
	margin-bottom: 5px;
}
