body {
  margin: 20px;
  background-color: #0080c0;
}
#menu {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 130px;
  height: 300px;
  background-color: #ffcc00;
}
#inhalt {
  margin-left: 150px;
  background-color: #ffffc6;
}

...

<div id="inhalt">...</div>
<div id="menu">...</div>

zurück