div#Rahmen {
	position:absolute;
	float:left;
	/*width: 47.1em;*/
	width:550px;
	top:2px;
	height:23px;
	padding:0px;
	margin:0px;
	border:0px solid black;
	overflow:visible;
	z-index:50;
	left:25px;
}

* html div#Rahmen { 
  /* Korrektur fuer IE 5.x */
	width: 500px;
	w\idth: 500px;
}

div#Rahmen div {
	clear: left;
}

ul#Navigation {
	margin: 0;
	padding: 0;
	text-align: center;
}

ul#Navigation li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 0pt;
/* 	border-left:5px solid transparent;
	border-right:1px solid transparent;
	left:-5px;
 */
}

ul#Navigation li:hover {
	background-color: #0D857B; /* dunkles türkis */
}

* html ul#Navigation li { /* Korrektur fuer den IE 5 und 6 */
	margin-bottom: -0.4em;
}

* :first-child+html ul#Navigation li { /* Korrektur fuer den IE 7 */
	margin-bottom: 0px;
}

ul#Navigation li ul {
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 0px;
	top: 23px;
	left: 0px;
	display: none; /* Unternavigation ausblenden */
}

* html ul#Navigation li ul { /* Korrektur fuer IE 5.x */
	left: 0px;
	lef\t: 0px;
}

* :first-child+html ul#Navigation ul { /* Workaround fuer den IE 7 */
	padding-bottom: 0px;
}

ul#Navigation li:hover ul {
	display: block; /* Unternavigation in modernen Browsern einblenden */
}

ul#Navigation li ul li {
	float: none;
	width: 15px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

ul#Navigation li ul li a {
	float: none;
	width: 185px;
	height: 15px;
	background-color: #0D857B; /* dunkles türkis */
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 1px;
	font-size: 8pt;
	font-weight:normal;
	margin: 0px;
	border-bottom: 1px solid white;
	/*width:119px;*/
}

/*  ----- BUTTONS LAYOUT ----- */
ul#Navigation a,ul#Navigation span {
	float: left;
	display: block;
	text-align: left;
	width: auto; /* Breite den in li enthaltenen Elementen zuweisen */
	height: 18px;
	padding: 5px 10px 0px 10px;
	margin-left: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	color: white;
}

* html ul#Navigation a,* html ul#Navigation span {
	width: auto; /* Breite altes MS-Boxmodell IE 5.x */
	w\idth: auto;
	height: 25px;
}

ul#Navigation a:hover,ul#Navigation span,li a#aktuell {
	color: black;
	background-color: #C4E5E0; /* dunkles türkis */
	border-bottom: 1px solid white;
}

li a#aktuell { /* aktuelle Rubrik kennzeichnen */
	color: black;
	background-color: #C4E5E0; /* helles türkis*/
}

ul#Navigation li ul #actsite { /* aktuelle seite markieren */
	float: none;
	width: 145px;
	height: 15px;
	background-color: yellow; /* helles türkis*/
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
}

/*  ----- SPECIAL BUTTON LAYOUT ----- */
ul#Navigation li ul #divide { /* menu divider definition */
	width: 205px;
	height: 5px;
	background-color:#C4E5E0;
}