body {
  background: #d5cdad;
  color: white;
  font-size: 0.7em;
  font-family: tahoma;
  line-height: 1.2em;
}

img {
  border: 0px solid black;
}

h2, h3 {
  color: #dcc12e;
}

h2 {
  margin-top: 46px;
}

p {
  font-weight: bold;
}

a {
  color: white;
  text-decoration: none;
}

#hauptcontainer {
  background: #222456;
  width: 830px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#kopf {
  height: 188px;
  background: url(../bilder/webseite/kopf.jpg);
}

#inhalt {
  position: relative;
  padding-bottom: 50px;
}

#fuss {
  height: 15px;
  background: url(../bilder/webseite/fuss.jpg);
}

#fuss p {
  text-align: center;
  font-size: 0.8em;
  margin: 0px;
}

#entertainment {
  position: absolute;
  right: -35px;
  bottom: 6px;
}

#rechte-spalte {
  margin-left: 310px;
}

#linke-spalte {
  position: absolute;
  left: 56px;
  top: 0px;
}