html, body, p, div, ul, ol, h1, h2, h3, h4 {
  margin                      : 0;
  padding                     : 0;  
}

body, html {
  background-color            : #e3e2de;
  height                      : 100%;
  font-family                 : arial;
  font-size                   : 100.0%;
}

#Satzspiegel {
  position                    : relative;
  margin-left                 : auto;
  margin-right                : auto;
  width                       : 800px;
  min-height                  : 100%;
  height                      : 100%;
  background-color            : #fff;
}

#Header {
  position                    : absolute;
  top                         : 0;
  background-image            : url(../gfx/header.gif);
  height                      : 100px;
  width                       : 100%;
}

#Balken {
  position                    : absolute;
  top                         : 100px;
  background-image            : url(../gfx/balken.jpg);
  height                      : 100px;
  width                       : 100%;
}

#Container {
  font-family                 : Arial, sans-serif;
  position                    : absolute;
  top                         : 200px;
  bottom                      : 0;
  width                       : 100%;
  background-color            : #fff;
}

#Content {
  position                    : absolute;
  top                         : 150px;
  bottom                      : 50px;
  left                        : 12px;
  right                       : 430px;
  background-color            : transparent;
  overflow                    : auto;
}

#Menue {
  position                    : absolute;
  top                         : 150px;
  bottom                      : 50px;
  left                        : 448px;
  right                       : 12px;
  background-color            : transparent;
  overflow                    : auto;
}

#Footer {
  position                    : absolute;
  bottom                      : 0px;
  height                      : 40px;
  background-color            : transparent;
  width                       : 100%;
}

#Footer #Info {
  position                    : absolute;
  bottom                      : 0px;
  left                        : 448px;
  right                       : 12px;
  font-family                 : Arial, sans-serif;
  font-size                   : 0.7em;
  color                       : #aaa;
}

