html {
	overflow-x: hidden;
}
body {
	height: 100%;
	padding: 0px;
	spacing: 0px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	background-color: #999999;
	margin: 10px;
} 


h1 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-style: bold;
}
.grün {
	color: #ffffff;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #8AB61E;
	text-decoration: none;
}
a:active {
	color: #8AB61E;
	text-decoration: none;
}
table {
	color: #ffffff;
	background-color: #666666;
}

a {
	color: #ffffff;
	text-decoration: none;
}h2 {
	font-size: 11px;
	font-weight: bold;
	color: #8ab61e;
}