html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

a:link 
{color: #000000; 
} 

a:active 
{color: #000000; 
} 

a:visited 
{color: #000000; 
} 

a:hover 
{color: #000000; 
} 

 
#pagewidth{ 
 width:979px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 margin-top:0px; 
} 
 
#header{
 position:relative; 
 height:187px; 
 background-color:#F1F1F1;
 background:url(../img/impressumlogo.jpg) top left no-repeat; 
 width:100%;
} 
 
#twocols{background-color:#F1F1F1; 
 width:979px; 
 float:right; 
 position:relative; 
}

 
#maincol{background-color:#F1F1F1;  
 float: left; 
 display:inline; 
 position: relative; 
 width:979px;
 height:auto;
 background:url(../img/rechts.jpg) top right no-repeat;
 overflow-x:auto;
 
}
 
