* {
padding: 0;
margin: 0;
border: 0;
}

img, a img {
border: 0;
}

/* ### HORIZONTAL UND VERTIKAL ZENTRIERT ### */

#horizont { 
  position: absolute; 
  top: 50%; left: 0px; 
  width: 100%; height: 1px; 
  overflow: visible; visibility: visible; 
  display: block; 
  } 

#inhalt { 
  width: 855px; height: 605px; 
  margin-left: -428px; 
  position: absolute; 
  top: -302px; left: 50%; 
  visibility: visible; 
  } 

#ie-wickel { padding: 20px; } 


