div#Rahmen {
	z-index: 3;
	width: 175px;
	top: 215px;
	left: 10px;
	position: absolute;
	overflow: visible;	
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #000044;
}

ul#Navigation {
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 4;
	position: relative;
	margin-top: 0px;
}

ul#Navigation li {
	list-style: none;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 0px;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000044;
	background-color: #ffffff;		
}
  
ul#Navigation a, ul#Navigation span {
	display: block;
	padding: 0.1em 1em;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	font-family: "Verdana", Sans-serif;
	border: 0px;
	color: #000044;
}
 
ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
	color: #000044;
	background-color: #eeeeff;
	font-weight: bold;
}
 
