
html {
	height:100%;
}

body {
	height:100%;
	margin:0em;
	padding:0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#F5F4D9;
	color:#000000;
	text-align:center;
}

a img {
	border:none;
}

#contentstart {
	display:none;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#829A45;
}

a:hover {
	text-decoration:underline;
}

#startseite {
	position:relative;
	top:200px;
}