html, body{
  height:100%;
  width:100%;
  margin:0;
  padding:0;
}

#spacer, #center, #center2 {
  position:absolute;
  margin:0;
  padding:0;
}

#spacer{
  width:100%;
  height:100%;
  min-width:800px;
  min-height:584px;
}

* html #IEspacer {
  width:800px;
  height:584px;
}

#center {
  padding:0;
  border:0px;
  width:800px;
  min-height:100px;
  position:absolute;
  bottom:0px;                  
  left:50%;
  margin:0 -400px;
}

#center2 {
  padding:0;
  border:0px;
  width:800px;
  min-height:584px;
  position:absolute;
  top: 50%;                  
  left: 50%;
  margin:-292px 0 0 -400px;
}

* html #center {
  height:584px;
}

#navi {
  width: 800px;
  height: 100px;
  position:absolute;
  left:50%
  margin left:-400px;
  padding:0px;
  border:0px;
}

#index_inhalt {
  width: 800px;
  height: 484px;
  position:absolute;
  left: 50%
  top: 50%;
  margin left:-400px;
  padding:0px;
  border:0px;
}

#linien_links {
  background-image: url(linien_links.png);
  width: 50%;
  height: 100px;
  bottom: 0px;
  left: 0%;
  margin:0px;
  position:absolute;
}

#linien_rechts {
  background-image: url(linien_rechts.png);
  width: 50%;
  height: 100px;
  bottom: 0px;
  right: 0%;
  margin:0px;
  position:absolute;
}

#background {
  background-image: url(background.png);
  width: 100%;
  height: 480px;
  top: 0px;
  right: 0px;
  margin:0px;
  position:absolute;
}