#base {
  background:white;
  border:1px solid black;
  margin:auto;
  position:relative;
  width:950px;
}

#top {
  background:url(../img/top.jpg) no-repeat;
  height:146px;
  position:relative;
  width:950px;
}

#menutop {
  bottom:1px;
  position:absolute;
}

#menutop ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#menutop li {
  display:inline;
  margin:0;
  padding:0;
}

#menutop a {
  color:black;
  display:block;
  float:left;
  margin:0 1px;
  padding:3px 10px;
}

#menutop a:hover {
  background:url(../img/menutop.gif) repeat-x;
  color:white;
}

#menulinks {
  background:url(../img/links.jpg) no-repeat;
  float:left;
  height:209px;
  position:relative;
  width:132px;
}

#menulinks ul {
  list-style-type:none;
  margin:20px 0 110px 0;
  padding:0;
}

#menulinks li {
  margin:0;
  padding:0;
}

#menulinks ul a {
  color:white;
  display:block;
  margin:2px 0;
  padding:3px 10px;
  width:110px;
}

#menulinks ul a:hover {
  background-color:#ffc000;
  color:black;
}

#menurechts {
  background:url(../img/rechts.jpg) no-repeat;
  float:right;
  position:relative;
  width:132px;
}

#menurechts p {
  color:white;
  margin:0;
  padding:5px 0 5px 15px;
}

#menurechts img {
  border-right:0;
  margin-top:30px;
}

#inhalt {
  float:left;
  min-height:350px;
  padding:15px;
  position:relative;
  width:656px;
}

#bottom {
  clear:both;
  padding:5px 15px;
  position:relative;
  text-align:right;
}

#bottom a {
  color:#999999;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

#bottom a:hover {
  color:#555555;
}
