#base {
  background:white url(../img/top.jpg) no-repeat;
  border:1px solid black;
  margin:auto;
  position:relative;
  width:900px;
}

#menu {
  float:left;
  margin:101px 0 2px 0;
  padding:0;
  position:relative;
  width:900px;
}

#menu ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#menu li {
  display:inline;
  margin:0;
  padding:0;
}

#menu a {
  color:black;
  display:block;
  float:left;
  font-weight:bold;
  margin-right:1px;
  padding:3px 15px 4px 15px;
}

#menu a:hover {
  background-color:#F5E2A8;
}

#inhalt {
  background:url(../img/hintergrund.jpg) center no-repeat;
  float:left;
  min-height:400px;
  padding:15px;
  position:relative;
  width:870px;
}

#bottom {
  background:url(../img/bottom.jpg) no-repeat;
  clear:both;
  position:relative;
  text-align:center;
  width:900px;
}

#bottom p {
  font-weight:bold;
  padding:3px 0;
  margin:0;
}
