html, body{ 
background-color:#f6ee83;
background-image:url('images/seite/pbgr.gif');
background-repeat:repeat-x;
 margin:0; 
 padding:0; 
 text-align:center; 
} 

a {
	color: #FF7C1F;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
 
#pagewidth{ 
 width:1006px; 
 text-align:left; 
 margin:20px auto 15px; 
} 
 
#header{
 position:relative; 
 height:340px; 
 background-color:; 
 width:100%;
 display:block;
 overflow:auto;
} 
 
#links{
 width:200px; 
 float:left; 
 position:relative; 
 background-color:#f6ee83; 
 }
 
#twocols{
 width:990px; 
 float:right; 
 position:relative; 
  }
 
#rechts{
 width:250px; 
 float:right; 
 position:relative; 
 background-color:#f6ee83;
 }
 
#inhalt{
 background-color: #f6ee83; 
 min-height:380px;
 float: left; 
  position: relative; 
 width:740px; 
 }
 
#fusszeile{
 height:25px; 
  background-color:#3FA535; 
 clear:both;
 display:block;
 overflow:auto;
} 
 

 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}


* html .clearfix{height: 1%;}
.clearfix{display: block;}
  


 
 

 @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;}
}
