html 
{ 
   height: 100%; 
   width: 100%; 
} 

body 
{ 
padding-top: 12px; 
padding-left: 200px; 
margin: 0px; 
border: 0px; 
font-family:Verdana; 
font-size: 11px; 
background-image: url('../images/karte_grey.jpg'); 
background-repeat: no-repeat; 
} 

.header
{
width: 800px;
height: 105px;
background-image: url('../images/header_03.png');
background-repeat: no-repeat;
margin-bottom: 10px;
}


.navigation
{
	float:left;
}

.inhalt
{
	float:left;
}

.footer
{
	width: 700px;
	text-align: center;
	clear: left;
}