#base {
  background:url(../img/base.jpg);
  margin:auto;
  position:relative;
  width:950px;
}

#oben {
  background:url(../img/oben.jpg);
  height:400px;
  margin-bottom:-180px;
  position:relative;
}

#menu {
  float:left;
  padding:30px 2px 20px 10px;
  position:relative;
  width:160px;
}

#menu ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#menu li {
  margin:0;
  padding:0;
}

#menu a {
  color:white;
  display:block;
  margin:1px 0;
  padding:1px 10px 1px 20px;
  width:130px;
}

#menu a:hover {
  background-color:#DBE0E6;
  color:black;
}

#inhalt {
  float:left;
  padding:15px 25px;
  position:relative;
  width:696px;
}

#inhalt a {
  color:yellow;
  text-decoration:underline;
}

#unten {
  background:url(../img/unten.jpg) bottom no-repeat;
  clear:both;
  height:45px;
  position:relative;
}

#unten * {
  font-size:12px;
}