body {
  margin: 0px;
  padding: 0px;
  background-color: #cccfba;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
}
#kopf {
  height: 670px;
  position: relative;
  width: 880px;
  top: 10%;
  left: 10%;
  background-image: url(images/sommerh.jpg);
  background-repeat: no-repeat;
}
#inhalt {
  margin: 0px 180px;
  padding: 5px;
  width: auto;
  min-width: 120px;
  background-color: #000000;
}
#links {
  top: 40%;
  left: 5%;
  width: 120px;
  height: 390px;
  background-image: url(images/rand.png);
}
#unten {
  margin: 0px;
  position: relative;
  top: 10%;
  left: 50px;
  width: 780px;
  height: 85px;
}
#mitte {
  position: absolute;
  top: 140px;
  left: 125px;
  width: 600px;
  height: 390px;
  text-align: center;
}
p {
  padding: 10px 15px;
  font-size: 0.5em;
}
pre {
  padding: 10px 15px;
  font-size: 12px;
}
#back {
  padding: 15px;
  text-align: center;
}
#back a {
  color: white;
  font-size: 0.5em;
  font-weight: 600;
}
.rot {
  color: red;
  font-size: 1.3em;
  font-weight: bold;
}


