.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #86663A;
	font-weight: bold;
}
.ueberschriftklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #86663A;
}
.ueberschriftklein2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #86663A;
}
.ueberschriftrot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #990000;
	font-weight: 300;
}
.normalertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #86663A;
	font-weight: lighter;
}
.normalertextschwarz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #86663A;
	font-weight: lighter;
}
.normalertextklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #86663A
}
.eintragstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #86663A;
	font-weight: lighter;
}




.formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #86663A;
}


BODY {
	SCROLLBAR-FACE-COLOR: #EBDECD;
	SCROLLBAR-HIGHLIGHT-COLOR: #FCF6EC;
	SCROLLBAR-3DLIGHT-COLOR: #8C5C1B;
	SCROLLBAR-ARROW-COLOR:  #8C5C1B;
	SCROLLBAR-TRACK-COLOR: #FCF6EC;
	SCROLLBAR-DARKSHADOW-COLOR: #FCF6EC; 
}


A:LINK {
	color: #2F388C;
	text-decoration : none;
	font-weight: bold;
}

A:ACTIVE {
	color: #CC0000;
	text-decoration : underline;
	font-weight: bold;
}

A:VISITED {
	color: #CC0000;
	text-decoration : none;
	font-weight: bold;
}

A:HOVER {
	color: #CC0000;
	text-decoration : underline;
	font-weight: bold;
}


.formularfeld {
	background-color: #EDE3D5;
	border: #8C5C1B;
}

hr {
	background-color: #F1E6D8;
}
