html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#31312F;
} 
 
#pagewidth{ 
 width:737px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:403px;
 width:100%;
} 
 
#leftcol{
 width:203px;
 padding-left:20px; 
 float:left; 
 position:relative;
 
 }
 
#maincol{ 
 float: right; 
 display:inline; 
 position: relative; 
 width:494px; 
 padding-left:20px; 
 color:#FFFFFF;
 }
 
 
 
/*#footer{
 height:37px; 
  background-color:#FFFFFF; 
 clear:both;
 } */
 
 
 h1{
   position:absolute;
  top:50px;
  left:20px;
  font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size:28px;
 color:#CCCCCC;
 }
 
  h2{
  width:737px;
  position:absolute;
  top:10px;
  text-align:right;
  font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#fff;
 }
 
h3{
padding-top:7px;
padding-bottom:5px;
margin:0;
font-size: 14px;
height:30px;
}

.table{
margin:0;
padding:0;
border:0;
}


#news{
background:url(/Bilder/news.jpg);
padding-left:20px;
}

#content{
padding-left:20px;
padding-right:5px;
background-color:#FFFFFF;
}


#navi-down{
width:453px;
padding-left:20px;
color:#FFFFFF;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

