@charset 'utf-8';

@font-face {
	font-family: "Hausschrift";
	src: url("fonts/hausschrift.ttf");
}
html,body	{ 
	background-color: #FFFFFF; 
	font-family: "Hausschrift", "Gill Alt One MT Light", "Gill MT Light", "Gill Sans Light", Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em; 
	overflow: auto; 
	margin: 0px; 
	padding: 0px; 
	height: 100%;
} 
#oben{
	height: 45%;
	text-align: center;
	background-color: #FFFFFF;
}
#unten {
	height: 44.9%; /*IE BUG deshalb nicht auf 100% addiert, sonnst gibt es Scroll-leisten*/
	text-align: center;
	background-color: #FFFFFF;
}
#mitte { 
	height: 10%;
	text-align: center;
	color: white;
		
	background-position: center center;
	background-repeat: no-repeat; 
}
a:link, a:visited, a:hover, a:active { color: white; text-decoration: underline;
}