/**** Layout fuer eine Breite von 960px ****/

#pagewidth{ 
 width:1300px; 
 text-align:left; 
 margin:0 auto; 
 background-color:#fff;
 /* background-color: #fbe8bc; */
  /* padding-bottom: 40px; */
 min-height: 100%;
 /* position: relative; */
}
  
#twocols{
	width:1200px;  
 	float:right; 
 	position:relative; 
}
 
#rightcol{
	margin-top:40px;
 	width:585px; 
	float:right;
/*	background-color: green; */		
 }
 
#maincol{
  /* background-color: #FFFFFF; */ 
	margin:5px 5px 0px 0px;  
 	width:700px;
	padding:5px;
	float:left; 
 	/*  margin-left: 5px;  */
 }    
