#base {
  background:url(../img/base.jpg) repeat-y;
  margin:auto;
  position:relative;
  width:950px;
}

#menu {
  background:url(../img/header.jpg) no-repeat;
  height:100px;
  padding:0;
  position:relative;
}

#menu ul {
  list-style-type:none;
  margin:0;
  padding:63px 0 0 25px;
}

#menu li {
  display:inline;
  margin:0;
  padding:0;
}

#menu a {
  background:url(../img/button-i.jpg) repeat-x;
  border:1px solid white;
  color:white;
  display:block;
  float:left;
  font-size:14px;
  font-weight:bold;
  margin:0;
  padding:7px 10px;
}

#menu a:hover {
  background:url(../img/button-a.jpg) repeat-x;
}

#titel {
  background:url(../img/seite.jpg) repeat-x;
  float:left;
  padding:0 0 0 25px;
  position:relative;
  width:150px;
}


#inhalt {
  background:url(../img/inhalt.jpg) no-repeat;
  float:left;
  min-height:470px;
  padding:10px 50px;
  position:relative;
  width:650px;
}

#inhalt p, #inhalt ul {
  line-height:1.4em;
  text-align:justify;
}

#footer {
  clear:both;
  padding:0 75px 0 225px;
  position:relative;
}

#footer a {
  color:#CF841E;
}

#footer a:hover {
  color:#a01402;
}

#footer p {
  color:white;
  font-size:0.7em;
  margin:0;
}

#footer #hoch {
  float:right;
}

#startbild {
  background:url(../img/tuer-startseite.jpg) no-repeat;
  float:right;
  height:520px;
  margin:-10px -75px 0 0;
  position:relative;
  width:300px;
}