@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
	background-image: none;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size : small;
	font-size: 11px;
	min-height: 600px;
}
a {
	color: #c20021;
	text-decoration: none;
}
a:hover, a:active, a:focus{
	color: #666;
}
table {
	background-color: #FFF;
	color: #999;
	border: none;
	border-bottom: dashed #999 1px;
	font-size: 90%;
	width: 90%;
}
table thead {
	font-size: 110%;
}
.CSSheadline {
	color: #c20021;
	font-weight: 900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.CSStext {
	color: #333;
}
.Tabellenrahmen {  border: none;}
.Tabellenrahmen_links { border: none;}
.Tabellenrahmen_mitte { border: none;}
.Tabellenrahmen_rechts { border: none;}
td, tr { border: none;}
