#wrap p.monat {padding: 0px; margin-top:30px; margin-bottom:0px; line-height: 20px; text-align:center;font-weight:bold;}

table.buchungskalender {
	padding-top:		0px;
	width:			665px;
	margin-left:		auto;
	margin-right:		auto;
	border-collapse: 	collapse;
	background-color: #F5F5F5;
	margin-top:20px;
	}

table.buchungskalender td {
	vertical-align:		top; 
	padding-top:		0px; 
	padding-bottom:		0px; 
	padding-left:		0px; 
	padding-right:		0px;
	border: 			1px solid #fff;
}
table.buchungskalender tr { border-top: 6px solid #FFF; border-bottom: 6px solid #fff; }
td.tag {
	font-size: 			10px;
	text-align: 		center;
	color:#000;
	background-position:center center;
	vertical-align:middle;
	line-height:18px;
	}
td.caption {
	font-weight:bold;
	font-size:10px;
	line-height:18px;
	}
.buchungskalender_more {height:80px; margin-bottom:0em; padding-bottom:2em;  }
.buchungskalender_more ul li {float:left; width:20%;  }
/************************************
 Unifarbene Zellen 
************************************/

td.undef {
	background-color: 	#7F7F7F;
	width: 			18px;
	height: 		18px;
	color:			white;
	}

td.frei {
	background-color: 	#0fad3f;
	width: 			18px;
	height: 		18px;
	}

td.festbuchung {
	background-color: 	#9c0101;
	width: 			18px;
	height: 		18px;
	}

td.angebot {
	background-color:       #fddc00;
	width:                   18px;
	height:                  18px;
	}		

td.reservierung {
	background-color: 	#fddc00;
	width: 			18px;
	height: 		18px;
	}

td.geschlossen {
	background-color: 	#808080;
	width: 			18px;
	height: 		18px;
	color:			#666;
	}

td.vergangenheit {
	background-color: 	#e1e1e1;
	width:          	18px;
	height:         	18px;
	}

td.kalender-bg {
	background-color:   none;
	width:              18px;
	height:             18px;
	border: 			0px;
	}
/************************************
 Farbwechsel Zellen 
************************************/

td.frei-festbuchung {
	background-image:	url('../img/kalender/gruen-rot.png');
	width: 				18px;
	height: 			18px;
	}

td.frei-reservierung {
	background-image:	url('../img/kalender/gruen-gelb.png');
	width: 				18px;
	height: 			18px;
	}

td.frei-geschlossen {
	background-image:	url('../img/kalender/gruen-grau.png');
	width: 				18px;
	height: 			18px;
	}

td.geschlossen-frei {
	background-image:	url('../img/kalender/grau-gruen.png');
	width: 				18px;
	height: 			18px;
	}

td.geschlossen-festbuchung {
	background-image:	url('../img/kalender/grau-rot.png');
	width: 				18px;
	height: 			18px;
	}

td.geschlossen-reservierung {
	background-image:	url('../img/kalender/grau-gelb.png');
	width: 				18px;
	height: 			18px;
	}

td.reservierung-geschlossen {
	background-image:	url('../img/kalender/gelb-grau.png');
	width: 				18px;
	height: 			18px;
	}

td.reservierung-frei {
	background-image:	url('../img/kalender/gelb-gruen.png');
	width: 				18px;
	height: 			18px;
	}

td.reservierung-festbuchung {
	background-image:	url('../img/kalender/gelb-rot.png');
	width: 				18px;
	height: 			18px;
	}

td.festbuchung-reservierung {
	background-image:	url('../img/kalender/rot-gelb.png');
	width: 				18px;
	height: 			18px;
	}

td.festbuchung-frei {
	background-image:	url('../img/kalender/rot-gruen.png');
	width: 				18px;
	height: 			18px;
	}

td.festbuchung-geschlossen {
	background-image:	url('../img/kalender/rot-grau.png');
	width: 				18px;
	height: 			18px;
	}

td.angebot-geschlossen {
        background-image:       url('../img/kalender/gelb-grau.png');
        width:                          18px;
        height:                         18px;
        }

td.angebot-reservierung {
        background-color:       	#fffc25;
        width:                          18px;
        height:                         18px;
        }

td.reservierung-angebot {
        background-color:       	#fffc25;
        width:                          18px;
        height:                         18px;
        }

td.geschlossen-angebot {
        background-image:       url('../img/kalender/grau-gelb.png');
        width:                          18px;
        height:                         18px;
        }

td.angebot-frei {
        background-image:       url('../img/kalender/gelb-gruen.png');
        width:                          18px;
        height:                         18px;
        }

td.frei-angebot {
        background-image:       url('../img/kalender/gruen-gelb.png');
        width:                          18px;
        height:                         18px;
        }

td.angebot-festbuchung {
        background-image:       url('../img/kalender/gelb-rot.png');
        width:                          18px;
        height:                         18px;
        }

td.festbuchung-angebot {
        background-image:       url('../img/kalender/rot-gelb.png');
        width:                          18px;
        height:                         18px;
        }


