body {
  color: black;
  background-color: rgb(255,255,255);
  font-family: palatino, serif;
  font-style: normal;
  font-size: 12px
  margin: 0; padding: 1em;
/*  background-image:url(../bilder/hintergrund.jpg);
  background-attachment:fixed;
  background-repeat:no-repeat; */
}

.kopfbalken {
  width: 800px;
}

.navigation {
  width: 200px;
  float: left;
}

.content {
  width: 600px;
  float: left;
}

.fusszeile {
  clear: both;
  font-size: 10px;
}
