/*untermenue schmerzzentrum*/
/*Klappmenue in der Navigationsleiste*/
#navigation ul {
	margin-left: -10px;
	width: 175px;
	padding-left: 0px;
	top: 0px;
	
}

#navigation li {
	list-style-type: none;
	height: 20px;
	position: relative;
	color: #000000;
	
	
}

                                 
#navigation ul ul  {
	left:0px;
	top:20px;
	width: 100px;
	margin-left: 170px;
	display: none;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: -25px;
	padding: 4px;
	border: 2px solid #6495ED;
	background-color: #E6E6F1;
	
	
}

     
 #navigation ul li:hover ul {
	display:block;
	width: 140px;
	color: #FFFFCC;
	
}                             /* gesteuert wird. Diese ID muss in das oberste UL eingetragen werden */
                              /* die ID "Navigation" wird nicht im CSS definiert */


#navigation .li_in_ul {
	height: 18px;
	color: #000000;
	background-color: #E6E6F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6495ED;
	
}

/*untermenue Leiste oben*/
#untermenue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF8ED;
	position: absolute;
	margin-bottom: 50px;
	top: 30px;
	z-index: 5;
	height: 20px;
	width: 640px;
}


#untermenue a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF8ED;
	vertical-align: bottom;
	text-decoration: none;
	font-weight: bold;
}
#untermenue a:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #FFF8ED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	vertical-align: bottom;
	
	
}
#untermenue a:hover {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	
}
#untermenue a:active {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	text-decoration: none;
	
	
}
.um_aktiv {
	background-color: #003399;
	border: 2px solid #003399;
	
}
.um_rahmen {
	border: 2px solid #003399;
	background-color: #6495ED;
	
}
