/* TERMINE */
/*	Termine Haupttabelle */
TABLE.termin-table {}

/* Termine Mittelbereich - Liste der Termine */
.terminlist-center {}
/* Überschrift der Spalten */
.terminlist-spalte-header{	font-weight:bold; padding-top:8px; padding-bottom:2px; background-color: #A2BF75} 

/* Überschrift eines Termins */
.terminlist-title{
	font-weight:bold;
  	background-color: #E4F4C6 ;
	padding: 10px 0px 2px 0px;
	color: #330066;
	
} 

/* Terminspalten */
/* 
Für spaltenweise Farbunterschiede 1a+1b gleiche Farbe, 2a+2b gleiche Farbe, ...
Für Farbwechsel nach einer Zeile (abwechseln): 1a 2a 3a 4a = gleiche Farbe,  1b 2b 3b 4b = gleiche Farbe 
*/ 
.terminlist-spalte-1a, .terminlist-spalte-1b {padding: 2px 8px 2px 2px;}
.terminlist-spalte-2a, .terminlist-spalte-2b {padding: 2px 8px 2px 2px;}
.terminlist-spalte-3a, .terminlist-spalte-3b {padding: 2px 8px 2px 2px;}
.terminlist-spalte-4a, .terminlist-spalte-4b {padding: 2px 8px 2px 2px;}

/* Termine Fusszeile */ 
.termin-fuss { 
  	font-size: 11pt;
	font-weight:bold;
  	color: #0000CC;
	padding: 10px 2px 5px 0px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-color:#66CCFF;
	border-bottom-style:outset;

}
