#base {
  background:#fcd000 url(../img/hintergrund.jpg) 0 2px repeat-y;
  height:100%;
  margin:auto;
  position:relative;
  width:950px;
  z-index:0;
}

#top {
  background:url(../img/top.jpg) no-repeat;
  height:290px;
  margin-bottom:-123px;
  position:relative;
  width:950px;
  z-index:1;
}

#menu {
  float:left;
  padding:0;
  position:relative;
  width:157px;
  z-index:10;
}

#menu ul {
  list-style-type:none;
  margin:0 0 0 2px;
  padding:0;
}

#menu li {
  margin:0;
  padding:0;
}

#menu a {
  color:white;
  display:block;
  margin:1px 0;
  padding:5px 0 5px 10px;
  width:139px;
}

#menu a:hover {
  background-color:#fcd000;
  color:black;
}

#inhalt {
  float:left;
  min-height:397px;
  padding:0 15px;
  position:relative;
  width:563px;
  z-index:20;
}

#rechts {
  float:left;
  padding:0 10px;
  position:relative;
  width:180px;
  z-index:30;
}

#bottom {
  background:url(../img/bottom.jpg) no-repeat;
  clear:both;
  height:43px;
  padding:0 15px;
  position:relative;
  width:920px;
}

#bottom a {
  color:white;
}

#counter {
  color:#fcd000;
  position:relative;
  text-align:center;
}