html, body,
div, p, span,
ul, ol, li {
  margin                : 0;
  padding               : 0;
  }

body  { 
  height                : 100%;
  margin-left           : auto;
  margin-right          : auto;
  background-color      : #efefef;
  margin-top            : 0em;
  width                 : 950px;
  font-family           : arial;
  font-size             : 100.01%;
  background-image      : url(../gfx/hintergrund_weiss.jpg);
  background-repeat     : repeat-y;
  background-attachment : fixed;
  background-position   : center;
  }

#HG {
  position              : absolute;
  z-index               : 1;
  min-height            : 100%;
  width                 : 950px;
  background-color      : #fff;
 /*
  background-image      : url(../gfx/hintergrund.jpg);
  background-repeat     : repeat;
  background-attachment : fixed;
*/
}

#Satzspiegel  { 
  position              : absolute;
  z-index               : 10;
  min-height            : 100%;
  width                 : 950px;
  background-color      : transparent; 
  }

#Menue { 
  position              : relative;
  float                 : left; 
  width                 : 220px;
  background-color      : transparent; 
  padding-bottom        : 50px;
  }
  
#Content  { 
  position              : relative;
  float                 : left; 
  width                 : 730px;
  background-color      : transparent;  
  padding-bottom        : 50px;
  }

#SeitenFuss {
  position              : absolute;
  left                  : -220px;
  height                : 50px;
  width                 : 950px;
  background-color      : transparent; 
  z-index               : 1000;
/*  border-top            : solid 1px #ccc; */
  }

#SlideFuss {
  position              : absolute;
  left                  : 0px;
  bottom                : 0px;
  height                : 50px;
  width                 : 950px;
  background-color      : transparent; 
  z-index               : 1000;
/*  border-top            : solid 1px #ccc; */
}


