#header {
  position: absolute;
  left: 0; /* Position Hauptbild */
  top: 52px;
  height: 504px;
  background: #FFFFFF; /* Farbe des Rahmens vom Hauptbild (linke Seite und Oberseite) */
}
#header-img {
  position: absolute;
  left: 0px; /* Rahmen Hauptbild (linke Seite und Oberseite) */
  top: 0px;
  height: 504px;
  background: #000000;
}
