#kopf {
  background-color: #9cc3c3;
  height: 200px;
  clear: left;
  background-position:  center center;
}
#navi {
  background-color: #9cc3c3;
  float: left;
  padding-top: 10px;
  min-height: 200px;
  width: 150px;
  margin-left: 10px;
  padding-left: 5px;
  padding-bottom: 10px;
}
#inhalt {
  padding: 10px;
  width: 600px;
  float: left;
  min-height: 200px;
}
#footer {
  background-color: #9cc3c3;
  text-align: right;
  font-size: 10pt;
  margin-top: 5px;
  clear: left;
  margin-left: 10px;
  height: 20px;
}
#img_header {
  margin-left: 10px;
  background-image: url(images/IMG_0587.JPG);
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 160px;
  background-attachment: fixed;
}

