#base {
  background:url(../img/base.jpg) repeat-y;
  margin:auto;
  position:relative;
  width:950px;
}

#header {
  background:url(../img/header.jpg) no-repeat;
  height:435px;
  position:relative;
}

#menu {
  background:url(../img/menu.jpg) repeat-y;
  float:left;
  padding:0;
  position:relative;
  width:214px;
}

#menu-footer {
  background:url(../img/menu-footer.jpg) no-repeat;
  clear:both;
  height:30px;
  position:relative;
}

#inhalt {
  float:left;
  margin:-362px 0 0 0;
  padding:35px 70px;
  position:relative;
  width:585px;
}

#footer {
  background:url(../img/footer.jpg) no-repeat;
  clear:both;
  height:50px;
  padding:0 0 0 284px;
  position:relative;
}
