ul.nav {
	list-style: none;
}


/* META */
div#nav_meta {
	position: absolute;
	left: 625px;
	top: 5px;
}
div#nav_meta * {
	color: #8b9298;
}
div#nav_meta li {
	float: left;
	font-size: 9px;
	line-height: 10px;
	margin-right: 8px;
}
div#nav_meta a {
	border: none;
	color: #8b9298;
	text-decoration: underline;
	text-transform: uppercase;
}
div#nav_meta a:hover {
	border: none;
	color: #ff0000;
}


/* MAIN (level 0 + 1) */
div#navigation {
	position: absolute;
	left: 11px;
	top: 129px;
}
div#color_bars {
	height: 10px;
	width: 587px;
}
div#nav_0 {
	height: 43px;
	width: 587px;
	background: url(/_include/img/back_nav0.gif) repeat-x;
}

div#color_bars div.cb {
	float: left;
	height: 7px;
	margin-right: 2px;
}

div#nav_0 ul {
	padding-top: 5px;
}
div#nav_0 li, div#nav_0 li.last {
	float: left;
	/* margin-right: 4px; <- Einstellung bei 7 Navi-Einträgen */
	margin-right: 23px;
}
div#nav_0 li.last {
	margin-right: 0;
}
div#nav_0 a {
	height: 15px;
}
html>body div#nav_0 a { display: block; }

a#nav0_1 {
	background: url(/_include/img/nav/nav0_1.gif) no-repeat;
}
a#nav0_1:hover, a#nav0_1.on {
	background: url(/_include/img/nav/nav0_1-over.gif) no-repeat;
}
a#nav0_2 {
	background: url(/_include/img/nav/nav0_2.gif) no-repeat;
}
a#nav0_2:hover, a#nav0_2.on {
	background: url(/_include/img/nav/nav0_2-over.gif) no-repeat;
}
a#nav0_3 {
	background: url(/_include/img/nav/nav0_3.gif) no-repeat;
}
a#nav0_3:hover, a#nav0_3.on {
	background: url(/_include/img/nav/nav0_3-over.gif) no-repeat;
}
a#nav0_4 {
	background: url(/_include/img/nav/nav0_4.gif) no-repeat;
}
a#nav0_4:hover, a#nav0_4.on {
	background: url(/_include/img/nav/nav0_4-over.gif) no-repeat;
}
a#nav0_5 {
	background: url(/_include/img/nav/nav0_5.gif) no-repeat;
}
a#nav0_5:hover, a#nav0_5.on {
	background: url(/_include/img/nav/nav0_5-over.gif) no-repeat;
}
a#nav0_6 {
	background: url(/_include/img/nav/nav0_6.gif) no-repeat;
}
a#nav0_6:hover, a#nav0_6.on {
	background: url(/_include/img/nav/nav0_6-over.gif) no-repeat;
}
a#nav0_7 {
	background: url(/_include/img/nav/nav0_7.gif) no-repeat;
}
a#nav0_7:hover, a#nav0_7.on {
	background: url(/_include/img/nav/nav0_7-over.gif) no-repeat;
}


div#nav_1, div#nav_event {
	margin-left: 2px;
	width: 600px;
	height: 15px;
}
div#nav_event {
	position: absolute;
	top: -10px;
	left: -13px;
	margin-bottom: 20px;
	width: 575px;
}
div.nav_txt li {
	float: left;
	margin-right: 11px;
	line-height: 12px;
} html>body div.nav_txt li {
	margin-right: 11px;
}
div.nav_txt a {
	padding-left: 14px;
	background: url(/_include/img/bullet_nav1.gif) no-repeat 0px 3px;
	font-size: 9px; /* IE needs less font-size :( */
	line-height: 12px;
	color: #003781;
	text-decoration: none;
} html>body div.nav_txt a {
	padding-left: 15px;
	font-size: 10px;
}
div.nav_txt a:hover, div.nav_txt a.on {
	color: #ff0000;
}

div#nav_event ul {
	margin: 0;
	list-style: none;
}
div#nav_event li {
	margin-bottom: 0;
}

