/* (c)2009 C.Wieprecht */ 
html, body{ 
 background-color:#999999;
 /*margin:10px; */
 padding:10px; 
 } 

#box{
position: absolute;
	top: 140px;
	left:0%;
  height:24px;
 margin:10px;  
  width:98.5%;
  background-color:#dddddd; 
} 
 
#bodytext { margin:10; padding:10; } 
#bodytext a:link {color:#000000;text-decoration: none;}
#bodytext a:visited {color:#000000;text-decoration: none;}
#bodytext a:hover {color:#000000; text-decoration: underline;}

 
#header{
position: absolute;
  top: 0px;
  left: 0px;
  height:140px; 
  margin:10px;
  background-color:#dddddd; 
 width:98.5%;
}

#headlink a,
#headlink a:visited {text-decoration: none;}
#headlink a:link {color:#dddddd;text-decoration: none;}
#headlink a:hover {color:#000000; text-decoration: underline;}




 
#maincol{background-color: #dddddd;  
/* float: center; */
/* display:inline; */
 position: absolute;
 top:164px; 
 left: 0px;
 margin-bottom:10px;
 padding-bottom:10px;
width: 98.5%; 

 margin: 10px;

/*margin-right:10px;
 margin-left: 50px;
padding:10px;
min-width: 40%;*/
 }
 
#footer{
position: absolute;
	top: 810px;
	left: 10px;
 height:190px; 
 width:98.5%;
  background-color:#dddddd; 
 clear:both;
 } 
 

 


