<style type="text/css">

 
 

body { color:#FFCC99; }

 a:link {
  color:silver;
  text-decoration:none;
  }
  
 a:visited {
  color:grey;
  text-decoration:none;
  }
  
 a:focus { 
  color:black;
  text-decoration:none;
  }

 a:hover {
 color:grey;
 text-decoration:none;
 }
  
a:active {
  color:black;
  text-decoration:none;
 }

 
 
 
 
  .hauptteilbox { 
 
 
 
 }
 
 .footer { 
  background-color:#000000;
  
 }
 
 



body {
	
	background-color:#000000;
	font-weight:regular;
	font-family:Verdana;
	font-size:10px;
	margin: 0; padding: 0;
    text-align: center; /*  Zentrierung im Internet Explorer */}




div#seite {
    width: 780px;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;     /* standardkonforme horizontale Zentrierung */
    padding: 80px 0px 0px 0px;
    background-color:#000000;
    
    
  }

html>body div#seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */










</style>