.elementTopNavigation {
	padding: 0px 1px 1px 1px;
	margin:0px;
	background-color:#FFF;
	height:16px;
	border-bottom:1px solid #BDBDBD;
	text-align:right;
}

.Level1 {
	z-index:11;
	padding-left:9px;
	padding-right:9px;
	height:16px;
	cursor:pointer;
	text-decoration:none;
	color:#676767;
	font-weight:bold;
}
.Level1Over {
	z-index:11;
	padding-left:9px;
	padding-right:9px;
	height:16px;
	cursor:pointer;
	text-decoration:none;
	color:#076FBC;
	font-weight:bold;
}
.Level2 {
	position:absolute;
	z-index:auto;
	margin:0px;
	margin-top:1px;
	margin-left:-8px;
	padding:0px;
	width:100px;
	visibility: hidden;
	color: #FFFFFF
}
*html .Level2 {
	position:absolute;
	z-index:12;
	margin:0px;
	margin-top:3px;
	margin-left:-8px;
	padding:0px;
	width:112px;
	visibility: hidden;
	font: #FFFFFF;
}
.Level2Row {
	margin:0px;
	width:80px;
	height: 17px;
	padding-left:6px;
	background-color:#333333;
	cursor:pointer;
	border-top:1px solid #FFFFFF;
	}
.Level2RowOver {
	margin:0px;
	width:80px;
	height: 17px;
	padding-left:6px;
	background-color:#FF0000;
	cursor:pointer;
 	border-top:1px solid #FFFFFF;
	font: #FF0000;
}

.submenuCloser {
	position:absolute;
	visibility:hidden;
	margin-top:30px;
	z-index:10;
	width:748px;
	height:126px;
	background-image:url(../images/_.gif);
}

a.aLevel1 {
	text-decoration: none;
	color: #B7B5B9;
	font-weight: bold;
}
a.aLevel1:hover {
	text-decoration: none;
	color:#076FBC;
	font-weight:bold;
}
.aLevel1Over {
	text-decoration: none;
	color:#076FBC;
	font-weight:bold;
}
.aLevel1Over:hover {
	text-decoration: none;
	color:#076FBC;
	font-weight:bold;
}
.aLevel2 {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
.aLevel2:hover {
	text-decoration: none;
	font: #FF0000;
	font-weight: normal;
}
.pfeil {
	float: right;
}
