#M-oben1 {
	position:absolute;
	background-image:url(pictures/obereleisteblack.jpg);
	background-repeat:no-repeat;
	left:50%;
	margin-left:-450px;
	top:0px;
	width:900px;
	height:90px;
	z-index:40;
	background-color: #1A1A1A;
}
body {
	margin-top: 0px;
}
#M-oben2 {
	position:absolute;
	left:50%;
	margin-left: -475px;
	top:60px;
	width:950px;
	height:74px;
	z-index:2;
	background-color: #1A1A1A;
}
#M-logo {
	position:absolute;
	left:1px;
	top:-38px;
	width:180px;
	height:86px;
	z-index:3;
}
#M-menu1 {
	position:absolute;
	left:372px;
	top:68px;
	width:529px;
	overflow:hidden;
	height:250px;
	z-index:50;
	color: #CF6;
}
#schrift {
	position:absolute;
	left:145px;
	top:70px;
	width:172px;
	height:19px;
	z-index:3;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 9px;
	z-index: 7;
}
.fett {
	font-weight: bold;
}
#apDiv1 {
	position:absolute;
	left:616px;
	top:15px;
	width:255px;
	height:24px;
	z-index:3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #BCBEC0;
}
.language {
	font-family: Arial, Helvetica, sans-serif;
}
.language_green {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color: #B9ED05;
}
a.language_green {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color: #B9ED05;
}

a.language_green:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color: #B9ED05;
}

a.language_green:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#999;
}

.language_gray {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
a.language_gray {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color: #999;
}

a.language_gray:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color: #999;
}

a.language_gray:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#B9ED05;
}



#M-oben2 #M-schrift {
	color: #000;
}
#test {
	color: #BCBEC0;
}
/* ################################# Menudefinition ######################### */
.menu{
	border:none;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color: #4D4D4D;
	color:#fff;
	}
	
.menu ul{
	height:22px;
	list-style:none;
	margin:0;
	padding:0px;
	padding-top:0px;
	width:530px;
	

	}
	.menu li{
		border-right:1px solid #666;
		height:20px;
		float:left;
		padding:0px 0px 0px 0px;
		width:105px;
		}
	
	.menu li a{	
		color:#FFF;
		display:block;
		line-height:22px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover{
			color:#fff;
			background-color:#333;
			text-decoration:none;
			}
	.menu li ul{
		color: #CCC;
		background-color: #4D4D4D;
		display:none;
		height:auto;
		filter:alpha(opacity=90);
		opacity:0,90;
		position:absolute;
		width:105px;
		z-index:200;
		}
	.menu li:hover ul{
		display:block;
				
		}
	.menu li li {
		color: #CCC;
		display:block;
		float:none;
		opacity:0,95;
		width:105px;

		}
	.menu li ul a{
		color: #CCC;
		border-bottom:1px solid #666;
		display:block;
		font-size:7pt;
		text-align:center;
		font-style:normal;

		padding:0px 0px 0px 0px;
		}
		.menu li ul a:hover{
			color:#fff;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	.menu p{
		clear:left;
		}	
	.menu #current{
		color:#ffffff;
		}
		

