* {
  margin: 0px;
  padding: 0px;
  }
body {
  background-color: #000;
  font-family: verdana,geneva,helvetica;
  }

#seite {
  position: absolute;
  left: 50%;
  width: 940px;
  top: 0px;
  margin-left: -470px;
  background-color: #fc9;
  }

#kopf {
  position: absolute;
  left: 0px;
  top: 0px;
  }

#nav {
  position: absolute;
  left: 0px;
  top: 150px;
  height: 551px;
  }

#inhalt {
  position: absolute;
  left: 170px;
  top: 150px;
  width: 770px;
  height: 511px;
  background-image: url(../bilder/bg_inhalt.jpg);
  }
#inhalt h1 {
  font-size: 14px;
  margin-left: 10px;
  margin-right: 40px;
  margin-bottom: 14px;
  color: #705932;
  }

#inhalt p {
  font-size: 12px;
  line-height: 14px;
  margin-left: 10px;
  margin-right: 40px;
  margin-bottom: 14px;
  }

#inhalt a {
  color: #a56127;
  }

