#header {
	position: absolute;
	left: 0; /* Position Hauptbild */
	top: 28px;
	height: 171px;
	background: #3D3D3D; /* Farbe des Rahmens vom Hauptbild (linke Seite und Oberseite) */
}
#header-img {
	position: absolute;
	left: 0px; /* Rahmen Hauptbild (linke Seite und Oberseite) */
	top: 0px;
	height: 171px;
	background: #3D3D3D;
}
