@charset "utf-8";
.ueberschrift1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 31px;
	font-style: normal;
	font-weight: 400;
}
.ueberschrift2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 31px;
	font-weight: normal;
	font-variant: normal;
}
.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
}
.navitext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
}
a {
	color: #000000;
	text-decoration: underline;
}
	
a:hover {
	color: #FF0000;
	text-decoration: overline;
	background-color: #ededed;
}
