body {
  background-image: url();
  overflow: hidden;
  height: 100%;
}

.unsichtbar, #spalte_1, #flaeche_mitte_oben, #foto, #flaeche_mitte_spalte_1, #flaeche_mitte_unten {
  display: none;
}

#positionierung {
  width: 600px; 
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0; 
  margin-top: 0;
}

#zeile_foto_headline {
  border: 0;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
}

#headline {
  background: #fff;
  width: 100%;
  padding: 0;
  height: 100%;
}

#flaeche_mitte_unterseite {
  background-image: url();
  width: 100%;
  height: 100%;
  border: 0;
}

#flaeche_mitte_spalte_2 {
  background-image: url();
  height: 100%;
}

#copytext {
  top: 0;
  left: 0;
  color: #000;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 0;
}

#copytext a {
  color: #000;
  font-weight: bold;
}

#copytext_spalte_1 {
  float: left;
  width: 320px;
  padding-right: 10px;
}

#copytexte_spalte_2 {
  float: left;
  width: 150px;
}

