html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #EEEEEE;
} 

 
#pagewidth{
	width:992px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #EF7D1A;
	background-image: url(bilder/bg1.jpg);
} 
 
#header{
	position:relative;
	height:143px;
	background-color:#FF6600;
	width:992px;
	background-image: url(bilder/oben.jpg);
} 
 
#leftcol{
	width:162px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	background-image: url(bilder/links.jpg);
	background-repeat: repeat-y;
 }
	

 
#twocols{
	width:816px;
	float:right;
	position:relative;
  }
 
#rightcol{
	width:20px;
	position:relative;
	background-color:#EF7D1A;
	background-image: url(bilder/rechts.jpg);
	float: right;
	height: 200px;
 }
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:788px;
 }
 
 
 big {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	display: block;
	padding-right: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 131px;
	background-color: #000000;
	padding-top: 5px;
	text-align: right;
}


#menue {
	background-color: #CCCCCC;
	height: auto;
	background-image: url(bilder/menue.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: right;
}

 
#footer{
	height:28px;
	background-color:#EEEEEE;
	clear:both;
	background-image: url(bilder/unten.jpg);
	text-align: right;
	padding-right: 20px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 8px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
 } 
 

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

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

