/* Allgemein */
p,span,div { color: #FFF; font-size: 18pt; font-family: Arial, sans-serif }
body { background-color: #FFF;}
a:hover		{ text-decoration: none; color : #FFF; }
a:link,a:active,a:visited { color : #FFF; text-decoration: none; }

#zentrieren {
width: 850px;
height: 650px;
text-align: center;
background-color: #FFF;
position: absolute;
left: 50%;
top: 50%;
margin-left: -425px;
margin-top: -325px;
}




