/* CSS Document */

/* CSS Document */

ul#nav, ul#nav ul {

    list-style-type: none;
    

}
ul#nav {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 48px;
	padding: 0px;
}

ul#nav li {
	float: left;
	clear: left;
	list-style-type: none;
	white-space: nowrap;
	position: relative;
	margin-right: 0px;
	margin-left: 0;
	
}



ul#nav li a {
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: #2F4E50;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	height: 14px;
	width: 145px;
	background-repeat: no-repeat;
	border: 1px solid #DB1E56;
	background-color: #D0E4E8;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-right: 15px;
	background-position: right top;
}
html ul#nav li a {
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: #294E54;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	height: 14px;
	width: 145px;
	background-repeat: no-repeat;
	border: 1px solid #DA1F56;
	background-color: #D0E4E8;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-right: 15px;
	background-position: right top;
}
ul#nav li a:hover {
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2C7F8E;
	background-repeat: no-repeat;
	background-position: right top;
	}


ul#nav a.aktiv:link, ul#nav a.aktiv:visited, ul#nav a.aktiv:hover, ul#nav a.aktiv:active {
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2C7F8E;
	background-repeat: no-repeat;
	background-position: right top;

	
}


	
ul#nav li.over ul ul,
ul#nav li.over ul ul ul {
	display: none;
	background-color: #2C7F8E;
}

 
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display: block; } 
	
/* Zweite Ebene */
ul#nav li ul {
	background-color: #2C7F8E;
	display: none;
	width: 160px;
	list-style-type: none;
	position: absolute;
	height: auto;
	border: 1px solid #DC1F57;
	padding: 5px;
	margin: 30;
	left: 163px;
	top: 1px;
     }

ul#nav li ul li {
	list-style-type: none;
	white-space: nowrap;
	margin-right: 0px;
	margin-left: 0;
	clear: left;
	float: left;
	
	
}

ul#nav li ul li a {
	text-decoration:none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 14px;
	width: 145px;
	background-color: #2C7F8E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	background-position: right top;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-right: 15px;
	clear: left;
	float: left;
}
ul#nav li ul a:hover {
	display: block;
	text-decoration:none;
	color: #D0E4E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 14px;
	width: 135px;
	background-color: #2C7F8E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	background-position: right top;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-right: 15px;
	clear: left;
	float: left;
}
/* Links auf Unterpunkten sollen die Hintergrundfarbe ï¿½ndern */

ul#nav li ul li.hover, ul#nav li ul li:hover {
	color: #D0E4E8;
	background-position: right top;
	}




html ul#nav li ul li.hover, ul#nav li ul li:hover {
	color: #FFFFFF;
	text-align: right;
	background-position: right top;
	}



 /* Zweite Ebene anzeigen */

       ul#nav li.hover ul, ul#nav li:hover ul  {

               display: block; 
               height:auto;
               margin:0px;


   }

 
 ul#nav li.menuparent {  
 }
 
ul#nav li.menuparent:hover, ul#nav li.hover { 
		

}
 
 
