a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #999;
}

body, td {
	font-family: 'Arial', Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

#Container {
	position: absolute;
	left: 50%;
	top: 50%;
	
	width: 800px;
	height: 600px;
	
	margin: -300px 0px 0px -400px;
	
	border: 1px solid #000000;
}

#Impressum {
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin: 310px 0px 0px 310px;
}

#Geist {
	display: none;
}
