.table_belegungsplan{
	font-size: 10px;
}

.table_month {
	font-weight: bold;
	background-color: #FFF5AE;
	font-size: 10px;
}

.table_dayNumbers {
	font-size: 10px;
	background-color: #FFF5AE;
}

.table_taken, .table_free, .table_free_weekend, .table_taken_weekend,
.table_arrival,  .table_departure, .table_arrival_weekend, .table_departure_weekend
{
	width: 14;
	height: 14;
}


.table_taken {
	background-color: #FFA49C;
}
.table_free {
	background-color: #85C700;
}
.table_free_weekend {
	background-color: #6BA100;
}
.table_taken_weekend {
	background-color: #D98B84;
}
.table_arrival {
	background: #FFA49C url('images/belegplan_arrival.gif') no-repeat;
}
.table_departure {
	background: #FFA49C url('images/belegplan_depart.gif') no-repeat;
}
.table_arrival_weekend {
	background: #D98B84 url('images/belegplan_arrival_weekend.gif') no-repeat;
}
.table_departure_weekend {
	background: #D98B84 url('images/belegplan_depart_weekend.gif') no-repeat;
}


.table_wiesengrund, .table_ferienglueck, .table_waldfrieden, .table_blumengarten, 
.table_sonnenblick, .table_himmelberg, .table_sonnenschein{
	font-size: 10px;
}

.table_wiesengrund {
	background-color: #bfd3a0;
}
.table_ferienglueck {
	background-color: #cee5f4;
}
.table_waldfrieden {
	background-color: #f4dad3;
}
.table_blumengarten {
	background-color: #EBE5AE;
}

