.belegungskalender .bk_head {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
	color:#D44945;
	padding: 0 0 10px;
	font-family: Gotham;
}
.belegungskalender {
    float: left;
    height: 200px;
    width: auto;
}
.belegungskalender .bk_calendar{
    float: left;
    height:200px;
    width: auto;
}
.belegungskalender .legend {
    float: left;
    margin-left: 35px;
}
.belegungskalender .legend span{
    display:block;
	float:left;
	height:22px;
	line-height:23px;
	font-size:11px;
	font-family: Gotham;
}
.belegungskalender .legend img{
	float:left;
	margin:0 5px 0 5px;
}
.belegungskalender .legend img:first-child{
	float:left;
	margin:0 5px 0 0;
}
.belegungskalender .bk_prev {
    background: none repeat scroll 0 0 #D44945;
    color: #FFFFFF;
    float: left;
    font-size: 17px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 22px;
}
.belegungskalender .bk_next {
    background: none repeat scroll 0 0 #D44945;
    color: #FFFFFF;
    float: right;
    font-size: 17px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 22px;
}
.belegungskalender .bk_error {
    color: #D44945;
    font-family: Gotham;
    font-size: 13px;
    margin: 30px 10px;
    text-align: center;
}
.calendar {
    float: left;
    font-size: 14px;
    margin: 0 10px;
    width: 210px;
    height: auto;
	font-family: Gotham;
}
* html .calendar, * + html .calendar {
    width: 173px;
}
.calendar .day {
    border-collapse: collapse;
    float: left;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    outline: 1px solid #fff;
    text-align: center;
    width: 30px;
}
.calendar .day.headline {
    outline-style: none;
    font-weight: 500;
    color: #494f5a;
}
.calendar .day.normal {
    background-color: #D44945;
    color: #fff;
}
.calendar .day.free {
    background-color: #51B151;
    color: #fff;
}
.calendar .startNonFree{
    background: url('../images/start.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.calendar .startFree{
    background-image: url('../images/end.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}


.calendar .day.current {
    font-weight: bold;
}
.calendar .day.before, .calendar .day.after {
    color: gray;
}
.calendar .day.empty {
    outline-color: #FFFFFF;
}
.calendar .pagination {
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 16px;
    color: #133b87;
    line-height: 20px;
    text-align: center;
}
.clear {
    clear: both;
}
