div#content_z_index_calendar{
	display: block;
	width: 196px;
	margin: 0px;
	padding: 0px;
}

div#calendar_content{
	width: 196px;
	margin: 0px;
	padding: 0px;
}

div#calendar_close{
	text-align: center;
	background-color: #112A5D;
	padding-top: 2px;
	padding-bottom: 5px;
	width: 199px;
}

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

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

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

div#calendar table thead th{
	font-weight: bold;
	font-size: 0.75em;
	color: #BFBFC1;
	text-align: center;
	background-color: #112A5D;
}

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

div#calendar 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#calendar table tbody td a.link_calendar{
	color: #0E224B;
}

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

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

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

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

div#calendar table{
	border-collapse: collapse;
	border: solid #112A5D 2px;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	background-color: #F6F6F6;
}

a.link_calendar{
	text-decoration: none;
}

div#calendar table td{
	width: 17px;
	height: 15px;
}

div#calendar table td, div#calendar 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;
}

