div#Rahmen {
	width: auto;
	height: 37px;
	padding: 0px;
	background-image: url(../images/menu_middle.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	z-index: 99;
	margin-right: 10px;
}

div#Rahmen div {
	clear: left;
}

ul#Navigation {
	margin: 0;
	padding: 0;
	text-align: center;
}

ul#Navigation li {
	height: 37px;
	list-style: none;
	float: left; /* ohne width - nach CSS 2.1 erlaubt */
	position: relative;
	margin-top: 0;
	padding: 0;
}

ul#Navigation li ul {
	position: absolute;
	top: 37px;
	left: 0px;
	display: none; /* Unternavigation ausblenden */
	background-color: #0a293f;
	filter: Alpha(Opacity = 90, FinishOpacity = 90, Style = 0);
	text-align: left;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

ul#Navigation li:hover ul {
	display: block; /* Unternavigation in modernen Browsern einblenden */
}

ul#Navigation li ul li {
	height: auto;
	float: none;
	display: block;
	margin-bottom: 0.2em;
}

ul#Navigation a,ul#Navigation span {
	display: block;
	height: 27px;
	padding-top: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.2em;
	padding-left: 11px;
	padding-right: 11px;
}

ul#Navigation li ul a,ul#Navigation li ul span {
	width: 250px;
	height: auto;
	font-weight: normal;
	padding-top: 7px;
}

ul#Navigation a:hover,ul#Navigation span,li a#aktuell {
	color: white;
	background-color: #f1c10f;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

ul#Navigation li ul a:hover,ul#Navigation li ul span,ul#Navigation li ul li a#aktuell,ul#Navigation li ul span {
	color: #f1c10f;
	background-color: #0a293f;
	padding-left: 11px;
	padding-right: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

li a#aktuell { /* aktuelle Rubrik kennzeichnen */
	color: #FFFFFF;
	background-color: #f1c10f;
}