@charset "utf-8";
/* CSS Document */

.grundtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-variant: normal;
	color: #704E2C;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	color: #DC931A;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
}
.impressum {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
