body {
  	background-color:#EFF4F7;
  	padding: 0; border: 0; margin: 0;
  	margin-top: 10px;
  	margin-right: 0px;
  	margin-bottom: 20px;
  	margin-left: 0px;
  	font-family:'Arial', Arial, sans-serif;  
  	
}


/*Menue Schriftgröße und Farbe*/ 
h12 {

color: white;
font-size: 18px;

}

/*Menue Linkfarbe */ 

a.menue:link {
   background-color: none;
   color:            white;
}

a.menue:visited {
   background-color: none;
   color:            white;
}

a.menue:hover {
   background-color: none;
   color:            white;
   text-decoration: underline;
}

a.menue:active {
   background-color: none;
   color:            white;
}


#menueneu {
	width: 100%;
 	height: 55px;
 	background-color: #5989EC;
 	margin: 0px auto;	
 	text-align: center;
 	margin-top: 25px;
 	
 }
 /*Angelegt, dass Menue mittig*/
 #menue2 {
	width: 960px;
 	height: 55px;
 	background-color: #4274CA;
 	margin: 0px auto;	

 }

#menueboxshadow {
	width: 160px;
 	height: 55px;
 	background-color: #4274CA;
	text-align: center;
	line-height: 55px; 
  	vertical-align: middle;
  	float: left;
  	
  
}
#menueboxnonshadow {
	width: 157px;
 	height: 55px;
 	background-color: #5989EC;
	text-align: center;
	line-height: 55px; 
  	vertical-align: middle;
  	float: left;
  	border-right: white;
  	border-right: :1px;
  	border-right-style:solid;

}

#menueboxnonshadowleftright {
	width: 154px;
 	height: 55px;
 	background-color: #5989EC;
	text-align: center;
	line-height: 55px; 
  	vertical-align: middle;
  	float: left;
  	border-left: white;
  	border-left: :1px;
  	border-left-style:solid;
  	border-right: white;
  	border-right: :1px;
  	border-right-style:solid;
  	}
  	
  	
  	
  	#menueboxshadowline {
	width: 157px;
 	height: 55px;
 	background-color: #4274CA;
	text-align: center;
	line-height: 55px; 
  	vertical-align: middle;
  	float: left;
  	border-right: white;
  	border-right: :1px;
  	border-right-style:solid;
  	  	
  	}

  	


