body {
	font-family:verdana,arial;
	font-size: 14px;
	background:url(../Images/bgwhite.png);
}

.formular {
font-size:12px;
border: 1 px solid black;
text-align:center;
}

.text {
	
	background-color:#FFFFFF;
	position: absolute;
	top: 135px;
	left: 10px;
	height: auto;
	width: 910.5px;
	text-align:center;
	
	
	
	
	
	}
	
.bild {
position: absolute;
top: 10px;
left: 200px;
}
	
*:first-child+html .text
{
top:148px;
left:12px;
}
	
.logo {
width:911 px;
height:100 px;
position:relative;
left:2px;
}

a {
	text-decoration: none;
	color:#3399FF;
}

/* Rollover-Menü beginnt */

#menu {

	width: 915px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
		 }

.menuitem {
   background: white;
   color: #000;
   text-decoration: none;
   width: 14.29%;
   
  }
  

.menuitem a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 4px 2px;
  }

.menuitem a:active {

color: #D3D3D3;
}


 #untermenu {
	position: absolute;
	top: 131px;
	left: 270.5px;
	display: none;
	text-decoration: none;
	width: 128px;
	z-index: 20;
	background-color:#FFFFFF;
	border: 1px solid #D3D3D3;
 } 

*:first-child+html #untermenu {  /* Korrektur fuer den IE 7 */
top: 142px;
left: 274px;
width: 127px;
}

 #untermenu1 {
	position: absolute;
	top: 131px;
	left: 139.5px;
	display: none;
	text-decoration: none;
	width: 128px;
	z-index: 20;
	background-color:#FFFFFF;
	border: 1px solid #D3D3D3;
 } 
 
 *:first-child+html #untermenu1 {  /* Korrektur fuer den IE 7 */
top: 142px;
left: 143px;
width: 127px;
}
 

 td.menuitem a:hover {
	background: #D3D3D3;
	color: #002245;
	font-weight:bold;
	
  }

td.menuitem:hover #untermenu {
	display: block;
	
  }
  
  td.menuitem:hover #untermenu1 {
	display: block;
	
  }
  
  h1 {color:#3399FF;}
  h2 {color:#3399FF; text-align:center}
  h3 {color:#3399FF; text-align:center}
  h4 {color:#3399FF;}
  h5 {color:#3399FF;}
		

  