@charset "utf-8";

.Stil1TabelleRotGrau {
	color: #CCCCCC;
	font-weight: bold;
	background-color: #CC3333;
}
.Stil2TabelleGrünGrau {
	background-color: #DDDDAA;
	color: #666666;
}
.Stil3Zusatztabelle {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #DDDDDD;
	font-weight: normal;
}





body {
	background-color: #999999;
}
table {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-weight: bold;
	font-size: 14px;
}
.Stil2TabelleGrünGrauFETT {
	background-color: #DDDDAA;
	color: #666666;
}

