/* Menu CSS für FF, andere und IE > 7*/
/*************** erste Ebene *************/
#menu{
	position:absolute; 
	/* vorher 186 */
   top: 131px;
   height: 20px;
	width:960px; 
	margin-left:-465px; 
	left:50%;
   padding-top:0px;
   border-right: 0px solid #009966;
	z-index:100; 
}

* html #menu{
	width:1002px;
}

#menu div{
	float: left;
	width: 115px;
	text-align: center;
}


#menu a:link, #menu a:visited, #menu a:active{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.5em;
  color: #003399;
  text-decoration: none;
}

#menu a:hover{
  background: #fff;
  color:#003399;
  height: 20px;
  width: 115px;
  line-height: 1.5em;
  border-left: 1px solid #003399;  
  border-right: 1px solid #003399;
  border-top: 1px solid #003399;
  filter:alpha(opacity=80);  /*IE */
  opacity:0.8;  /*allgemein */
  -moz-opacity:0.8;  /*Mozilla */
  -khtml-opacity:0.8;  /*KTHML */
  -opera-opacity:0.8;  /*Opera */
}

a#mactive, a#mactive:visited{  
  background: #fff;
  color:#003399;
  height: 20px;
  width: 115px;
  border-left: 1px solid #003399;  
  border-right: 1px solid #003399;
  border-top: 1px solid #003399;
  filter:alpha(opacity=80);  /*IE */
  opacity:0.8;  /*allgemein */
  -moz-opacity:0.8;  /*Mozilla */
  -khtml-opacity:0.8;  /*KTHML */
  -opera-opacity:0.8;  /*Opera */
}
/***************** erste Ebene **************/

/***************** zweite Ebene ************/
#submenu{
  position:absolute; 
  /* vorher 207 */
  top: 152px;
	width: 920px; 
	margin-left:-465px; 
	left:50%;
  padding-top:0px;
  background: #CCD6EB ;
  border-right: 1px solid #003399;
  border-left: 1px solid #003399;
  border-bottom: 1px solid #003399;
	z-index:10; 
}

#submenu #en1{
	float: left;
  height: 20px;
}

#submenu #en1 a:link, #submenu #en1 a:visited, #submenu #en1 a:active{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  color: #003399;
  background: #CCD6EB;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

#submenu #en1 a:hover{
  color: #fff;
  background: #4067B3;
  line-height: 1.5em;
  height: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

* html #submenu #en1 a:hover, * html #submenu #en1 a:link, * html #submenu #en1 a:visited, * html #submenu #en1 a:active{
	width: 1em;	
	white-space: nowrap
}


#submenu a#sactive, #submenu a#sactive:visited{  
  color: #fff;
  background: #4067B3;
  line-height: 1.5em;
  height: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

#submenu .en2{
	/*display: none;*/
	position:absolute; 
   top: 20px;
	width: 920px; 
	margin-left:-461px; 
	left:50%;
   padding-top:0px;
   background: #fff;
   border-right: 1px solid #003399;
   border-left: 1px solid #003399;
   border-bottom: 1px solid #003399;
}


#submenu .en2 div{
	float:left;	
	white-space: nowrap; 
}
/***************** zweite Ebene ************/

/***************** dritte Ebene ************/
#submenu .en2 a{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #003399;
  background: #fff;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}


#submenu .en2 a:hover{
  display: block;  
  color: #003399;
  background: #CCD6EB;
  padding-right: 10px;
  padding-left: 10px;
}

#submenu .en2 a#pactive, #submenu .en2 a#pactive:visited{  
  color: #003399;
  background: #CCD6EB;
  padding-right: 10px;
  padding-left: 10px;
}
/***************** dritte Ebene ************/

/***************** vierte Ebene ************/
#submenu .en3{
	/*display: none;*/
	position:absolute; 
   top: 34px;
	width: 920px; 
	margin-left:-461px; 
	left:50%;
   padding-top:0px;
   background: #fff;
   border-right: 1px solid #003399;
   border-left: 1px solid #003399;
   border-bottom: 1px solid #003399;
}

#submenu .en3 div{
	float:left;	
	white-space: nowrap; 
}

#submenu .en3 a{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #003399;
  background: #fff;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}


#submenu .en3 a:hover{
  display: block;  
  color: #003399;
  background: #CCD6EB;
  padding-right: 10px;
  padding-left: 10px;
}
/***************** vierte Ebene ************/
