/* Olive pour succès */
html { height:101%; } /* vertikale Scrollleiste immer anzeigen */
body {
 	margin:0;
	padding:0;
 	font: normal 100% "Arial", Times, serif, sans-serif;
    color: #444444;
	background-color:d9e1ff;
	font-size: 14px;
	}	

#mittig {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left:-480px;
	width:960px;
	z-index: 1;
}

h1 {
	margin:0;
	padding:0;
	font-size:30px;
	font-weight: normal;
	color: #eb112a;
}

#text1 {
	position: absolute;
	visibility: visible;
	left: 335px;
	top: 50px;
	color: #eb112a;
	font-size: 18px;
	z-index: 1;
}

body {
	background-color: #e9f5f9;
}
