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

a:hover {
	color: #999999;
}

body {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #444444;
	
	background-color: #FFFFFF;
}

div.Info {
	font-size: 18px;
	line-height: 24px;
	color: #CCCCCC;
	
	width: 500px;
	padding-bottom: 50px;
	margin-bottom: 20px;
	
	border-bottom: 1px solid #999999;
}

h1, h2 {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #444444;
	font-weight: bold;
	
	display: inline;
}

strong {	
	font-weight: bold;
}

#Anmeldung {
	position: absolute;
	left: 60px;
	top: 420px;
}

#Container {
	position: absolute;
	left: 60px;
	top: 120px;
}

.Geist {
	display: none;
}