/* Stylesheet für Veranstaltungskalender */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;  font-weight: normal;
}

/* Überschrift der Ausgabe */

h1 {
	font-size: 14pt ; font-weight: bold;
	color: #000000;
}
table.monatseinschub {
	background-color: #DDD78B; 
}

a.datum {
	font-size: 	10pt; font-weight: bold;
	color: #000000;
}

/* Klasse .titel - Überschriften hervorheben */
.titel {
		font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	background-color: #DEE9FC;
	 	font-weight: bold; color: black;
}



.normal {
		font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;
	 	font-weight: bold; color: black;
}

.klein {
		font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;
	 	font-weight: normal; color: black;
}


.fehler {
		font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;
	 	font-weight: bold; color: Red;
	}
.normal_large {
		font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;
	 	font-weight: bold; color: black;
}

.fehler_large {
		font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;
	 	font-weight: bold; color: Red;
}


