body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;
}
#header {
	background-color: #A6BF7C;
	height: 66%;
	width: 100%;
	line-height: 100%;
	text-align: center;

}
#content {
	width: 420px;
	margin-right: auto;
	margin-left: auto;

}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #858585;
}
a:hover {
	color: #999999;
}

a.enter:link, a.enter:visited, a.enter:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #55716C;
	letter-spacing: 1px;
	font-size: 0.9em;
	padding-right: 2px;
	padding-left: 2px;
}
a.enter:hover {
	color: #FFFFFF;
	background-color: #A6BF7C;
}
.hint {
	font-size: 0.9em;
	color: #B1B1B1;
	padding-top: 80px;
}

#footer {
	background-color: #FFFFFF;
	height: 34%;
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	color: #999999;
}
#tabelle {
	height: 100%;
}
