body {
	
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.schriftgroesser {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.titeltexte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #6A681e;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6A681E;
	font-weight: normal;

}

.obenunten {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

a:link {
	color: #0F440B;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
