/*------------------------------------------------------------------
[ABuMEB] Stylesheet: grewenig

Version: 1.0
Änderung: 25/05/08
Autor: Andreas Bucher-Mack
Website: http://www.bucher-mack-edv.de/
Einsatzort:grewenig-schmuck.de; hermanngrewenig.de
-------------------------------------------------------------------*/


/*
 #horizont, #inhalt und #ie-wickel dienen dazu die Seite zu zentrieren
*/
#horizont {
  position: absolute;
  top: 50%; left: 0px;
  width: 100%; height: 1px;
  overflow: visible; visibility: visible;
  display: block; }

#inhalt {
  width: 600px; height: 300px;
  margin-left: -250px;
  position: absolute;
  top: -300px; left: 50%;
  visibility: visible;
  background-color: #FFFFFF; color: #0000A0; }

#ie-wickel { padding: 20px; }
