body {
  padding: 0px;
  margin: 0px;
  background-color: #0080c0;
}
#inhalt {
  width: auto;
  margin: 20px 170px;
  background-color: #ffffc6;
}
#links {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 130px;
  height: 300px;
  background-color: #ffcc00;
}
#rechts {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 130px;
  height: 300px;
  background-color: #ffcc00;
}

...

<div id="inhalt">...</div>
<div id="links">...</div>
<div id="rechts">...</div>

Zweitmenü

zurück