/* Stylesheet für Veranstaltungskalender */
body {
	background: url(back.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;  font-weight: normal;
}

/* Überschrift der Ausgabe */

h1 {
	font-size: 16pt ; font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 12pt ; font-weight: bold;
	color: #000000;
}

table.monatseinschub {
	background-color: #DDD78B; 
}

a.datum {
	font-size: 	10pt; font-weight: bold;
	color: #000000;
}


a.text {
	font-size: 10pt ;
	color: #000000;
}


a.normal {
	font-size: 	12pt; 	font-weight:	bold;
	color: #000000;
}

a.fehler {
	font-size: 	12pt; 	font-weight:	bold;
	color: #C80000;
	}
a.normal_large {
	font-size: 	12pt; 	font-weight:	bold;
	color: Black;
}

a.fehler_large {
	font-size: 	12pt; 	font-weight:	bold;
	color: #C80000;
}

