@charset "utf-8";
.schrift_standard {
	font-family: Calibri, Arial, "Courier New";
	font-size: 12px;
	color: #000000;
}
.schrift_standard_fett {
	font-family: Calibri, Arial, "Courier New";
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
.schrift_standard_unterstrichen {
	font-family: Calibri, Arial, "Courier New";
	text-decoration: underline;
}
.rahmen_unten {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

