/******************************
Navigation
******************************/
ul#nav {
	list-style: none;
	margin: 75px 0 0 15px;
	padding: 0;
	height: 25px;
	position: absolute;
	width: 945px;
	background: url(/img/system/nav-bg.gif) repeat-x; 
	z-index:3;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav a {
	/*font: .6875em/1.1818em tahoma,sans-serif;*/
	display: block;
	font-size: 13px;
	white-space: nowrap;
	margin: 0;
	padding: 4px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	float: left;
	background: url(/img/system/nav/aktuelles.gif) no-repeat 0 0;
}
#nav a:hover {
	background-position: 0 -25px;
}


body.newlayout #nav a {
padding: 2px 10px 3px 10px;
background: url(/img/system/nav/aktuelles.gif) no-repeat 0 -2px;
}

body.newlayout #nav a:hover {
	background-position: 0 -27px;
}

body.newlayout #nav li {
 background:none;
 background-color:#ffc82c;
 padding-right:0;
}

#nav li span {
	visibility: hidden;
}
#nav li {
	float: left;
	padding-right: 1px;
	background: url(/img/system/seperator-orange.gif) no-repeat right center;
}
#nav li.last {
	background: none;
}
#nav a.selected {
	background-position: 0 -25px;
}
#nav ul {
	float: left;
	width: 9em;
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
}
ul#nav li:hover {
	cursor: pointer;
	z-index: 100;
}

/****** 2. Ebene ******/
#nav ul {
	display: none;
	display: block;
	width: 932px;
	position: absolute;
	z-index: 500;
	top: 25px;
	left: -15px;
	padding: 0 14px;
	background: url(/img/system/subnavi-bg.gif) repeat-x left top;
}
#nav li:hover ul {
	display: block;
}
#nav li li {
	padding:0;
	background: none;
}
#nav li ul a {
	font-size: 10px;
	color: #e96b10;
	padding: 4px 15px 50px 15px;
	font-weight: normal;
	background: url(/img/system/subnavi-seperator.gif) no-repeat right 6px;
}
#nav ul li a.selected,
#nav ul a:hover {
	color: #fff;
	background: url(/img/system/subnavi-seperator.gif) no-repeat right 6px;
}
#nav li ul a.last {
	background: none;
}

/******************************
Meta-Navigation
******************************/
ul#meta-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;
	width: 500px;
	position: absolute;
}
#meta-nav li {
	float: left;
}
#meta-nav a {
	font-size:11px;
	padding: 2px 12px;
	color: #fff;
	background: url(/img/system/seperator-orange.gif) left center no-repeat;
}
#meta-nav a:hover {
	color: #EC7711;
	text-decoration: none;
}

#footer2 #meta-nav a {
	font-size:11px;
	padding: 2px 12px;
	color: #EC7711;
	background: url(/img/system/seperator-orange.gif) left center no-repeat;
}
#footer2 #meta-nav a:hover {
	text-decoration: underline;
}

