@charset "utf-8";
body {
}
div#flash
{
position: absolute;
left: 50%;
width: 950px;
margin-left: -475px; /* negative Hälfte von width:800px = horizontal zentriertes DIV  */
top: 50%;
height: 650px;
margin-top: -325px; /* negative Hälfte von height:600px = vertikal zentriertes DIV  */
}

p {
font-size: 12px;
font-family:futura, Arial, Helvetica, sans-serif;
line-height: 16px;
}

.datenschutz {
	color: #999;
	font-size: 14px;
	font-family: "Futura", Arial, Helvetica, sans-serif;
	font-weight: 100;
	text-decoration: none;
}	

.datenschutzRot {
	padding-left: 8px;
	color: #ff0000;
	font-size: 14px;
	font-family: "Futura", Arial, Helvetica, sans-serif;
	font-weight: 100;
	text-decoration: none;

}	