body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #35631f;
	background-color: #d8e9cf;
	font-weight: normal;
	margin-top: 0px;
}

:link, :visited {
	color: #35631f;
	text-decoration: none;
	font-weight:bold;
}
:link:hover, :visited:hover {
	color: #79bb1c;
	text-decoration: none;
	font-weight:bold;
}
:link:active, :visited:active {
	color: #79bb1c;
	text-decoration: none;
	font-weight:bold;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}

.menu {
	color: #35631f;
	font-weight: bold;
	text-decoration: none;
}
.mitarbeiter {
	font-weight: bold;
}
.abisz {
	font-weight: bold;
	color: #79bb1c;
	font-size: 16px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
.fusszeile {
	font-size: 9px;
}

.links {
	color: #35631f;
}
.seitenspalten {
	background-color: #FFFFFF;
}
.bild_links {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}
.menuaktiv:link, .menuaktiv:visited {
	color: #79bb1c;
	font-weight: bold;
	text-decoration: none;
}