body {
  background: #272324;
  color: darkgray;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.2em;
}

img {
  border: 0px solid black;
}

h2, h3 {
  color: darkgray;
}

h2 {
  margin-top: 40px;
}

p {
  font-weight: bold;
}

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

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

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

#inhalt {
  margin-left: 20px;
  padding-bottom: 50px;
}

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

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


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

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

