@charset "utf-8";
/* CSS Document */
a {
	font-weight:bold;
}
a:link {color:#0000CC;}
a:visited {color:#0000CC;}
a:active {color:#CC0000;}
a:hover {color:#CC0000;}
table {
	border-style:solid;
	border-width:1px;
	border-color:#666;
	width: 100%;
}
tr.H {
	background-color:#333;
}
tr.E {
	background-color:#CCC;
}
tr.O {
	background-color:#FFF;
}
td {
	font-size:11px;
	padding-left:3px;
	padding-right:3px;
	text-align:right;
	white-space:nowrap;
	color: #000;
}
th {
	font-size:11px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	color:#000;
	background-color:#666;
	font-weight:bold;
	white-space:nowrap;
}
.L {
	text-align:left;
	color: #000;
}
.C {
	text-align:center;
	color: #000;
}
.R {text-align:right;}
.linienfarbe {
	color: #bc0926;
}

