html, body{ 
 margin:0; 
 padding:0; 
 background-image: url(../bilder/backgrd.gif);
 background-repeat: repeat-y;
 background-color: white;
line-height: 16px;
 } 
 
#pagewidth{ 
 width:920px;  
} 
 
#leftcol{
 width:244px; 
 float:left; 
 position:relative; 
 }
 
#twocols{
 width: 676px;
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:150px; 
 float:right; 
 position:relative; 
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width: 520px; 
 }
 
#foto {
	margin: 24px 0 20px 220px;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
