html, body {
padding: 0;
margin: 0;
color: black;
background-color: white
}
/* Remove unwanted elements */ 
#Layershadow, #Layerverlauf, #Layercontact, #Layernews, #Layermarkthelp, #Layerlang, #Layerheader, #Layerheaderbild, #Layernavigation, #Layerback, #Layertop, #Layerfooter, #loadingbild, #Layersteuern, #Layerpinnwand, #Layerw3c, .noprint, .top 
{ 
display: none; 
}

/* Ensure the content spans the full width */ 
#Layeroverall
{ 
width: 800px; left:55%; top:10px; margin-left:-380px; float: none; 
}

/* Change text colour to black (useful for light text on a dark background) */ 
.lighttext 
{ 
color: #000 
} 

/* Improve colour contrast of links */ 
a:link, a:visited 
{ 
color: #000 
}

