#nav, #vitaSubnav, #leistungenSubnav, #subsubnav {
	list-style:none;
	position:relative;
	height:22px;
	line-height:22px;
	background:#1a171b;
	margin-bottom:2px;
}
#vitaSubnav {
	height:46px;
}
#leistungenSubnav {
	padding:1px 0;
	margin-bottom:0;
}
#nav li, #vitaSubnav li, #leistungenSubnav li, #subsubnav li{
	float:left;
}
#nav a, #vitaSubnav a, #leistungenSubnav a, #subsubnav a{
	float:left;
	display:block;
	white-space:nowrap;
	padding:0 20px 0 20px;
	height:22px;
	line-height:22px;
	color:#fff;
	font-size:13px;
	text-transform:lowercase;
	text-decoration:none;
}
#subsubnav{
	padding-left:16px;
}
#subsubnav a{
	padding:0 4px 0 4px;
}
#nav a.active, #nav a:hover,
#vitaSubnav a.active, #vitaSubnav a:hover,
#leistungenSubnav a.active, #leistungenSubnav a:hover,
#subsubnav a.active, #subsubnav a:hover {
	color:#f0d151;
}