body {
	/* Hintergrundfarbe */
	background-color: #FFF4DE;
	/* Abstand vom Fensterrand */
	margin: -12px;
	padding: -12px;
	
}

div#layout {
	position: absolute;
	z-index : 2;
	top: 110px; 
	
}

.box {
	/* Farbe der dicken Rahmen*/
	border: 8px solid #862834;
	/* Hintergrundfarbe der Box */
	background-color: #fafafa;
}

p#footer, p#footer a{
  /* Schriftfarbe im Kontrast zum Hintergrund fuer das Copyright, Impressum und Kontakt Hinweise ganz unten */
  color: #862834;
}