/* ---------- Seite ---------------------------------------- */

body {
	background-color: white;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  	}

div#Seite {
	position: relative;
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 100%;
	}


div#header {
    margin: 0;      /* standardkonforme horizontale Zentrierung */
    width: 100%;
} 

#menu {
 display:none;
} 

div#gallery_footer {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 100%;
	}