body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  font-style: italic;
  background-color: #FFFFEA;
}
#kopf {
  height: 120px;
  margin: 30px 50px 10px;
  padding: 10px;
  background-color: #FFFFD5;
  border-radius: 25px;
  border: 1px solid blue;
}
#inhalt {
  width: auto;
  min-height: 300px;
  margin: 20px 50px 10px 270px;
  padding: 10px;
  background-color: #FFFFD5;
  border-radius: 25px;
  border: 1px solid blue;
}
#links {
  position: absolute;
  padding: 10px;
  top: 190px;
  left: 50px;
  width: 180px;
  height: 300px;
  background-color: #FFFFD5;
  text-align: left;
  border-radius: 25px;
  border: 1px solid blue;
}
#Nachricht {
  width: 600px;
  max-width: 600px;
  height: 100px;
  max-height: 100px;
  font-style: italic;
  font-size: 1.2em;
}
a.navi
{
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}
a.navi:hover
{
    color: #800000;
    text-decoration: none;
    
}
