html { 
  height                      : 100%; 
  }
 
body { 
  height                      : 100%;
  font-size                   : 100.001%;
  margin-left                 : auto;
  margin-right                : auto;
  background-color            : #3b4349;
  }
   
#Satzspiegel { 
  position                    : absolute;
  z-index                     : 2;
  min-height                  : 100%;
  background-color            : #fff;
  }
   
#HEADER { 
  position                    : absolute;
  z-index                     : 500;
  background-color            : #fff;
  top                         : 0em;
  }
   
#headerBG  { 
  position                    : absolute;
  top                         : 0;
  left                        : 0;
  height                      : 100%;
  width                       : 100%;
  z-index                     : 20; 
  }
 
#headerMenue { 
  position                    : absolute;
  z-index                     : 30;
  background-color            : transparent;
  }
   
#Hauptmenue  { 
  position                    : static;
  z-index                     : 10;
  float                       : left;
  background-color            : #fff; 
  }
   
#Content { 
  float                       : left;
  background-color            : #fff; 
  }
 

