/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1250px; 
 text-align:left; 
 margin:0 auto;
 
} 
 
#header{
 position:relative;
 top:21px; 
 height:158px; 
 background-color: rgb(0,204,0) ;
 width:100%;
} 
 
#twocols{
	position: absolute;
	width: 1250px;
	height: 603px;
	top: 165px;
	border-left: thin solid;
	border-left-color: #cccccc;
  }
 
#rightcol{
	width:300px;
	height:600px;
	position: absolute;
	right:0px;
	background-image:url(../images/filzjacke_gruen2.png);
	background-position: top left;
	background-color:rgb(39,189,190);
	background-repeat:no-repeat;
	top: 0px;
 }
#rightcol1{
	width: 300px;
	height: 600px;
	position: absolute;
	right: 0px;
	background-color: rgb(0,204,0);
	background-repeat: no-repeat;
	top: 0px;
 } 
#rightcol2{
	width: 300px;
	height: 600px;
	position: absolute;
	right: 0px;
	background-color: rgb (39,189,190);
	background-repeat: no-repeat;
	background-position: right top;
	top: 10px;
 } 
 
 #rightcol3{
	width: 200px;
	height: 600px;
	position: absolute;
	right: 0px;
	background-color: rgb (0,204,0) ;
	background-repeat: no-repeat;
	background-position: right top;
	top: 0px;
 } 
 
#maincol{
 background-color: #FFFfff; 
 width:950px;
 height:600px;

  }

 
#footer{
 position: fixed; top: 765px;
 width:1250px;
 height:30px; 
 background-color:#cccccc;
 text-align:center;

 

} 
 

 
 
/* ******************************************************************** */ 
/* Clearfix: http://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 right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}