@charset "UTF-8";
/* CSS Document */

.ueberschrift {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.nounderline {
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	color: #009;
}
.nounderlinweiss {
	font-family: Arial;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
.ueberschriftklein {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
.schrift {
	font-family: Arial;
	font-size: 13px;
}
.mitlineblau {
	font-family: Arial;
	font-size: 13px;
	color: #009;
}
.nounderlineschwarz {
	font-family: Arial;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
