/* fuer die wechselnde Darstellung der Zeilen (bessere Lesbarkeit) */
table#content tr.row1 {
	background-color:#CC3300;
	color:#E6E6E6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
table#content tr.row0 {
	background-color:#E6E6E6;
	color:#CC3300;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
/* Seitenunterbezeichnung */
table#subheader {
	background-image:url(../_borders/h-rotpunkte.gif);
	border: 1px solid #CC3333;
}
table#subheader td {
	width: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	text-align:center;
	color:#FF0000;
}

