.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #671b03;
}
.titel_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #671B03;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #671B03
}
a:link {
	color: #671b03;
	text-decoration: underline;
}
a:visited {
	color: #B43105;
	text-decoration: underline;
}
a:hover {
	color: #B43105;
	text-decoration: none;
}
a:active {
	color: #671b03;
	text-decoration: underline;
}
.hr {color: #671B03;
    height: 1; 
}

