/* Farben */
/* grün: #2CA550 */
/* blau: #214066 */
/* grau: #9AA49A */

#nav a {color: #9AA49A; text-decoration: none;}
#nav a:visited {color:#9AA49A;}
#nav a:hover {color: #2CA550; font-weight: bold;}
#nav a:active { color:#2CA550; font-weight: bold;}

#nav {
color: #000000;
}

.hauptnavigation
 ul { /* all lists */
	padding: 0;
	margin: 0px;
	list-style: none;

}
.hauptnavigation
 li { /* all list items */
	float: left;
	position: relative;
	width: 120px;
	top: 9px;
	right: 0px;
	height: 15px;
	border-right: 1px solid #000000;
	margin-left: 0px;
}

.hauptnavigation
 li ul { /* second-level lists */
	display: none;
	background-color: #FFFFFF;	
	position: absolute;
	top: 15px;
	left: 0px;
	margin-left: 8px;
	font-weight: normal;
	font-size: 9px;


	
	

}
.hauptnavigation
 li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 22px;
	left: 0px;
}
.hauptnavigation
 li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
.hauptnavigation
.SubMenuHeadline {
	color: #004A7F;
	font-weight: bold;
}
.hauptnavigation
.SubMenuText {
	color: #7DA2BD;
	font-weight: bold;
}