html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background:url(/img/layout/bg.jpg);
 background-repeat:repeat;
 color:#fcfcfc;
 font-family:Arial, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:750px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:230px; 
  background-color:transparent;
  background-attachment:scroll;
  background-image:url(/img/layout/baeume.jpg);
  background-repeat:no-repeat;
  background-position: 750px 00px;
 width:750px;
 z-index:+1;
} 

#maincol{background-color: transparent;  
 float: right; 
 display:inline; 
 position: relative;
 width:750px;
 text-align:left;
 z-index:2;
 }
 
#footer{
margin-top:0px;
 height:46px;
  background-color:transparent; 
 clear:both;
 z-index:+30;
 text-align:left;
 } 
 

 
 /* *** 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 */  


