#base {
  background:url(../img/base.jpg) repeat-y;
  border-left:1px solid black;
  border-right:1px solid black;
  margin:auto;
  min-height:100%;
  position:relative;
  width:950px;
}

#top {
  background:url(../img/top.jpg) no-repeat;
  height:161px;
  position:relative;
  width:950px;
}

#menu {
  background:url(../img/gelb-links.jpg) no-repeat;
  float:left;
  margin-right:1px;
  position:relative;
  width:150px;
}

#menu ul {
  list-style-type:none;
  margin:15px 0 0 0;
  padding:0;
}

#menu li {
  margin:0;
  padding:0;
}

#menu a {
  color:black;
  display:block;
  margin:1px 0;
  padding:5px 0 5px 30px;
  width:120px;
}

#menu a:hover {
  background:url(../img/menu.gif) 0 3px no-repeat;
}

#inhalt {
  float:left;
  margin:0 1px 25px 0;
  padding:0 15px;
  position:relative;
  width:618px;
}

#info {
  background:url(../img/gelb-rechts.jpg) no-repeat;
  float:left;
  min-height:290px;
  position:relative;
  width:150px;
}

#bottom {
  bottom:0;
  position:absolute;
  width:950px;
}

#bottom p {
  color:white;
  float:left;
  font-size:10px;
  margin:0;
}

#bottom a {
  color:black;
  font-size:10px;
}

#bottom a:hover {
  color:red;
}

#bottom #hoch {
  float:left;
  padding:5px 16px 5px 166px;
  position:relative;
  text-align:right;
  width:618px;
}

#bottom #copy {
  float:left;
  padding:5px;
  position:relative;
  width:140px;
}
