#base {
  position:relative;
  margin:auto;
  width:950px;
  border-left:1px solid #aaaaaa;
  border-right:1px solid #aaaaaa;
  background-color:#00518c;
  height:100%;
}

#top {
  position:relative;
  padding:0;
  margin:0;
  width:950px;
  height:100px;
  background:url(../img/top.jpg) no-repeat;
}

#menu {
  position:absolute;
  left:0;
  bottom:2px;
  margin:0;
  padding:0;
}

#menu ul {
  margin:0 0 0 7px;
  padding:0;
  list-style:none;
}

#menu li {
  display:inline;
  padding:0;
  margin:0;
}

#menu a {
  display:block;
  margin:0 3px 0 0;
  padding:2px 10px 3px 10px;
  float:left;
  font-weight:bold;
  color:white;
}

#menu a:hover {
  display:block;
  margin:0 3px 0 0;
  padding:2px 10px 3px 10px;
  float:left;
  font-weight:bold;
  color:white;
  background:url(../img/gruen.jpg) repeat-x;
}

#inhalt {
  position:absolute;
  width:717px;
  background:#cccccc url(../img/hg.jpg) top no-repeat;
  top:100px;
  bottom:0;
  right:0;
  padding:15px;
  overflow:auto;
  z-index:2;
}

#info {
  position:absolute;
  width:800px;
  bottom:-40px;
  right:0px;
  z-index:2;
}

#adresse {
  position:absolute;
  bottom:0;
  color:white;
  left:6px;
  z-index:1;
}

#hoch {
  display:none;
}

#tabindex {
  border-collapse:collapse;
  width:100%;
}

#tabindex th {
  background:#008e32 url(../img/gruen.jpg) repeat-x;
  color:white;
  font-weight:bold;
  text-align:center;
  width:25%;
}

#shopdiv {
  bottom:15px;
  position:absolute;
  top:60px;
}

#shopframe {
  border:1px solid black;
  height:100%;
  width:780px;
}

#schuppes {
  float:left;
  padding-left:10px;
  position:realtive;
}

#schuppes img {
  background:transparent;
  border:0;
  margin-bottom:5px;
}