body {
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #009900;
	padding:0px;
	margin: 0px;
}
a:link {
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #009900;
	text-decoration: underline;
}
a:visited {
	font: italic 100% Arial, Helvetica, sans-serif;
	color: #009900;
	text-decoration: underline;
}
a:hover {
	font: italic 100% Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: underline;
}
a:active {
	font: italic 100% Arial, Helvetica, sans-serif;
	color: #009900;
	text-decoration: underline;
}
#header {
	position: absolute;
	left: 0%;
	top: 0px;
	padding:0px;
	margin: 0px;
	width: 100%;
	text-align: right;
	background-image: url(headerbg.gif);
	background-repeat: no-repeat;
}
#karre {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 100%;
	height: 30px;
	text-align: center;
}
#nav {
	position: absolute;
	left: 0px;
	top: 105px;
	width: 150px;
	height: 450px;
	margin-left: 0px;
}
#content {
	position: absolute;
	left: 25%;
	top: 180px;
	width: 72%;
	text-align: center;
	display: block;
	padding: 5px;
}
img.links {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.rechts {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h2 {
	font-size: 100%;
	color: Black;
}
.gruen {
	background-color: #009900;
	color: white;
}
