/*-- [ Basis ] ---------------------------------------------------------------*/

* {
	font-size: 1em; /* NICHT AENDERN! */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/*-- [ Seitenstruktur ] ------------------------------------------------------*/

html, body {
	width: 100%;
	height: 100%;
}

html {
	font-size: 62.5%; /* NICHT AENDERN! */
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em; /* Basisschriftgroesse - 1em = 10px */
	margin: 0;
	padding: 0;
	background: #FF01BA url(cornelia-donndorf.jpg) no-repeat center center;
}
