#base {
  height:100%;
  margin:auto;
  position:relative;
  width:921px;
}

#tophg {
  background:url(../img/hg_top.jpg) repeat-x;
  height:113px;
  left:0;
  margin-bottom:-113px;
  position:fixed;
  width:100%;
}

#menu {
  background:#f7f1e5 url(../img/hg_menu.jpg) no-repeat;
  border:1px solid #dfc189;
  float:left;
  margin-right:9px;
  margin-top:113px;
  padding-top:27px;
  position:relative;
  width:160px;
}

#menu ul {
  list-style-type:none;
  margin:5px 0;
  padding:0;
}

#menu li {
  margin:0;
  padding:0;
}

#menu a {
  color:black;
  display:block;
  margin:1px 0;
  padding:5px 0 5px 10px;
  width:150px;
}

#menu a:hover {
  background-color:#dfc189;
}

#inhalt {
  background:#f7f1e5 url(../img/hg_inhalt.jpg) bottom fixed repeat-x;
  border-left:1px solid #dfc189;
  border-right:1px solid #dfc189;
  float:left;
  min-height:100%;
  position:relative;
  width:748px;
}

#top {
  background:url(../img/top.jpg) no-repeat;
  height:113px;
  position:relative;
  width:100%;
}

#text {
  padding:0 15px 15px 15px;
  position:relative;
}

#galerie {
  float:right;
  margin:0 0 15px 15px;
}

#galerie img {
  margin-bottom:10px;
}

#bottom {
  clear:both;
  color:#F7F1E5;
  padding:5px 0;
  position:relative;
  text-align:right;
}

#bottom a {
  color:gray;
  font-size:12px;
}

#bottom p {
  float:left;
  margin:0;
  padding:0;
}

#bottom a:hover {
  color:#555555;
  font-size:12px;
}