body
	{
	font:11px verdana;
	color:#003366;
	background-color: #ffffff;
	background: url(img/aah_bg.jpg);
	padding:0px;
	margin:0px;
	}
	 
table
	{
	font:11px verdana;
	color:#003366;
	}
	
a:link, a:visited, a:active  
	{
	color:#003366;text-decoration: none;
	}
	
a:hover
	{
	color:#003366;text-decoration:underline;
	
	}
	
	
	
	
	
.titel
	{
	color:#003366;
	font:900 16px arial;
	}
	
	
	
	.mittig {
position: absolute;
left: 50%;
width: 146px;
margin-left: -73px; /* negative Hälfte von width:400px */
bottom: 15px;
height: 17px;
margin-top: -7px; /* negative Hälfte von height:150px */
}
	
	
	
	
	
	
	
	
	
/* menue*/

#chromemenu{
width: 100%;
font:bold 14px arial ;
text-transform:uppercase;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{

width: 100%;
background: url(img/menuon.jpg) center center repeat-x;
padding: 5px 0;
margin: 5;
text-align: center; /*set value */
}

#chromemenu ul li{
display: inline;

}

#chromemenu ul li a{
color: #fff;
padding: 5px;
margin: 0;
text-decoration: none;

}

#chromemenu ul li a:hover{
background: url(img/menuoff.jpg) center center repeat-x;
}