div#content_z_index_calendar{
	display: none;
	z-index: 999;
	position: absolute;
	left: 50px;
	top: 100px;
}

div#content_z_index_calendar_inline{
	display: none;
	margin: 0px;
	padding: 0px;
}

div.kalender_close{
	text-align: center;
	background-color: #3A6697;
	padding-top: 2px;
	padding-bottom: 5px;
	width: 200px;
}

div.kalender_close p{
	text-align: center;
	font-size: 0.75em;
	color: #FFFFFF;
	margin-bottom: 5px;
}

div.kalender_close a strong{
	font-size: 0.75em;
	color: #BFBFC1;
}

/* Fuer IE <= 6 */
div.kalender {
	text-align: center;
	width: 199px;
	height: auto;
}

div.kalender table thead th{
	font-weight: bold;
	font-size: 0.75em;
	color: #BFBFC1;
	text-align: center;
	background-color: #3A6697;
}

div.kalender table thead th.weekday{
	font-weight: bold;
	/*font-size: 0.70em;*/
	color: #3A6697;
	text-align: center;
	background-color: #CCD2D8;
	border: solid #3A6697 1px;
}

div.kalender table tbody td{
	font-weight: normal;
	/*font-size: 0.7em;*/
	padding-left: 5px;
	padding-right: 5px;
	color: #0E224B;
	text-align: right;
	border: solid #CCD2D8 1px;
}

div.kalender table tbody td a.link_calendar{
	color: #0E224B;
}

div.kalender table tbody td.weekend{
	/*color: #9A2525;*/
	font-weight: bold;
}

div.kalender table tbody td.weekend a.link_calendar{
	/*color: #9A2525;*/
	font-weight: bold;
}

div.kalender table tbody td.today{
	/*background-color: #A7B5C7;*/
}

div.kalender table tbody td.selected{
	background-color: green;
}

div.kalender table{
	border-collapse: collapse;
	border: solid #3A6697 2px;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	background-color: #F6F6F6;
}

a.link_calendar{
	text-decoration: none;
}

div.kalender table td{
	width: 17px;
	height: 15px;
}

div.kalender table td, div.kalender table td *{
	font-size: 10px;
}

td.booked_out_f{
	/* ganzen Tag ausgebucht */
	background-color: red;
	background-image: url(/images/system/calendar_booked_out_f.gif);
	background-repeat: no-repeat;
}

td.booked_out_m{
	/* morgens ausgebucht */
	background-color: #FFFFFF;
	background-image: url(/images/system/calendar_booked_out_m.gif);
	background-repeat: no-repeat;
}

td.booked_out_a{
	/* nachmittags ausgebucht */
	background-color: red;
	background-image: url(/images/system/calendar_booked_out_a.gif);
	background-repeat: no-repeat;
}

