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

div#layout {
	position: absolute;
	z-index : 2;
	top: 161px;
}.box {	/* Farbe der dicken Rahmen*/	border: 8px solid #78D4FF;	/* 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: #78D4FF;
  font-weight:bold;}