#nav {
	list-style:none;
	position:relative;
	height:22px;
	border-top:14px solid #ec7404;
	border-bottom:6px solid #ec7404;
	background:#38444b;
}
#subnav, #subsubnav {
	list-style:none;
	position:relative;
	height:18px;
	border-bottom:3px solid #ec7404;
	background:#57646b;
}
#nav li, #subnav li, #subsubnav li{
	float:left;
}
#nav a, #subnav a, #subsubnav a{
	float:left;
	display:block;
	white-space:nowrap;
	padding:0 55px 0 22px;
	height:22px;
	line-height:22px;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:4px;
}
#subnav a#nChronik{
	margin-left:95px;
}
#nav a#nImpressum{
	padding-right:0;
}
#subnav a, #subsubnav a{
	height:18px;
	line-height:18px;
	font-size:11px;
	padding:0 0 0 22px;
	letter-spacing:0;
	text-transform:none;
}
#nav a.active, #nav a:hover, #subnav a.active, #subsubnav a.active, #subnav a:hover, #subsubnav a:hover {
	color:#fccb01;
}