@CHARSET "ISO-8859-1";

table.termintable td {
border-right:solid 1px #EEE;
padding:5px;
}

table.termintable {
	border: solid 1px #eee;
	font-size:1em;
	margin: 20px 0;
	background: #FEFFAD;
}

table.termintable th  {
	background: #adc387;
	color: #000;
	padding: 5px;
}

table.termintable a img {
	border: none;
	background: transparent;
}


/* -------------------- Editor Einstellungen ----------------- */
.termineditform{
	border: 1px solid #2f462b;
}

div.termineditor legend {
color:#2f462b;
font-size:14px;
font-weight:bold;
}

table.admintable td.key, 
table.admintable td.paramlist_key {
	background-color:#F6F6F6;
	border-bottom:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	color:#666666;
	font-weight:bold;
	text-align:right;
	width:140px;
}
table.admintable td {
padding:3px;
}

a.terminbutton{
	background: #adc387;
	border: 1px solid #000;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0.3em 0.3em #cccccc;  
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

/* ------------------- Module-Einstellungen ----------------- */

.termin_mod_termine{
	height: 220px;
	width: 200px;
	overflow: auto;
	
}

.termin_mod_frame {
	/* border-bottom: 1px solid; */
	margin-bottom: 10px;
	width: 170px;
	}


	

.termin_mod_cat {
	background: #adc387;
	color: #2f462b;
	width: 100%;
	font-weight: bold;
	margin-right: 10px;
	}
.termin_mod_date {
	width: 100%;
	font-size: 0.9em; 
}

.moduletableS1 .termin_mod_cat{
	/* background: #feffad; */
	border-top: 1px solid ;
	border-bottom: 1px solid ;
	color: #2f462b;
}

/* ---------------------- Ergebnis-Modul -------------------- */
table.result_mod_table {
	width:200px;
	font-size: 0.9em;
}

/* fuer ie6 muessen wir die Vordergrund-Farbe explizit nochmal angeben: */
.moduletableS2 table.result_mod_table {
  color: #ffffff;
}
