@charset "utf-8";
/* CSS Document */

/************************************************************/
/***** voriger Monat, aktueller Monat, naechster Monat ******/
/************************************************************/
#navical {
	font-size:0.687em;
	width:67.272em;
	height:1.4em !important;
	margin-bottom:1em;
}
#navical td {
	height:1.4em !important;
	width:22.424em !important;
}
/************************************************************/



/************************************************************/
/************************ Tabelle Calendar ******************/
/************************************************************/
#calendar {
	font-size:0.687em;
	line-height:1.3em;
	width:67.272em;
	text-align:left;
	border-collapse:collapse; /*kein doppelter Rahmen*/
}
#calendar td {
	height:4.545em;
	width:8.181em !important;
	min-width:8.181em !important;
	vertical-align:top;
}
.header th {
	height: 2em;
	text-align:center;
	font-size:1.09em !important;
	color:#e23d96;
	border-top:2px #333333 solid;
	border-left:1px #e23d96 solid;
	border-right:1px #e23d96 solid;
}
.wochentage td {/*2 Zeil des Kalenders)*/
	height: 2em !important;
	text-align:center;
	color:#e23d96;
	border-bottom:2px #333333 solid;
}
.montag {/*linker Rand für 2. Zeile des Kalenders*/
	border-left:1px #e23d96 solid !important;
}
.sonntag{/*rechter Rand für 2. Zeile des Kalenders*/
	border-right:1px #e23d96 solid !important;
}

/* Aktueller Tag */
.today {
	background-color:#e23d96;
	border-left:1px #e23d96 solid;
	border-right:1px #e23d96 solid;
	border-bottom:2px #333333 solid;
	border-top:2px #333333 solid;
}
.today a:link, .today a:visited {
	color:#ffffff;
}
.today a:hover {
	color: #000000;
	border-bottom:1px solid #ffffff;
}
.today a:active {
	color: #ffffff;
}
/******************/
.days {/*Formatierung der Zellen/Tage des Kalenders*/
	border-left:1px #e23d96 solid;
	border-right:1px #e23d96 solid;
	border-bottom:2px #333333 solid;
	border-top:2px #333333 solid;
	background-color:white;
}

/* anderer Termin */
.anderer_termin a:link, .anderer_termin a:visited {
	color:#999999;
}
.anderer_termin a:hover {
	color:#000000;
}
.anderer_termin a:active {
	color:#999999;
}

/* anderer Termin in today */
.today .anderer_termin a:link, .today .anderer_termin a:visited {
	color:#CCCCCC;
}
.today .anderer_termin a:hover {
	color:#000000;
}
.today .anderer_termin a:active {
	color:#cccccc;
}

/* Urlaub */
td.urlaub {
	background-color:#e5e5e5;
	color:#666666;
	border-left:1px #e23d96 solid;
	border-right:1px #e23d96 solid;
	border-bottom:2px #333333 solid;
	border-top:2px #333333 solid;
}
span.urlaub {
	color:#666666;
}
span.urlaub span {
	width:1em;
	height:0.8em;
	background-color:#e5e5e5;
}

/*Legende*/
#legende {
	margin-top:1.5em;
	font-size:0.687em;
	line-height:1.6em;
}
#legende .kochkurs {
	color:#e23d96;
}
#legende .anderer_termin {
	color:#999999;
}
	



