@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: arial, helvetica,sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
}
a {
	color: #b53325;
}
a:link {
	text-decoration: none;
	color: #b53325;
}
a:visited {
	text-decoration: none;
	color: #b53325;
}
a:hover {
	text-decoration: underline;
	color: #b53325;
}
a:active {
	text-decoration: none;
	color: #b53325;
}
.navgross {
	font-size: 18px;
	color: #b53325;
}
.navklein {
	font-size: 14px;
	color: #b53325;
}
.UeberschriftGross {
	font-size: 24px;
	font-weight: bold;
}
.UeberschriftMittel {
	font-size: 18px;
	font-weight: bold;
}
.UeberschriftKlein {
	font-size: 14px;
	font-weight: bold;
}