@charset "utf-8";
.schrift_klein {
	font-family: Calibri, Verdana, Arial;
	font-size: 12px;
}
.schrift_groß_fett {
	font-family: Calibri, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
.schrift_klein_fett {
	font-family: Calibri, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
.zellen_r_o {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
.zellen_r_u {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

