#calendar,#calendar2,#calendar3{

    /*border:1px solid #999;*/
    /*background-color:#eee;*/
    float:left;
    position:relative;
    width:600px;
    height:200px;
    margin-right:20px;


}




.calendarYear{
    text-align:center;
    height:10px;
}

.calendarCell{
    float:left;
    height: 10px;
    width: 10px;
    border:1px solid #fefefe;
    color:#cecece;
    cursor:pointer;
    overflow:hidden;
}

.calendarCell:hover{
    /*background-color: #C0C0C0;*/

}

.calendarCell.blank{
    float:left;
    height: 10px;
    width: 10px;
    border:1px solid #eee;

    cursor:default;
}

.calendarCell.blank:hover{
    background-color: #eee;
}


.calendarHeader{
    float:left;
    /*background-color:#999;*/
    color:#FFF;
    border:1px solid transparent;
    text-align:center;
    line-height:20px;
    color:#000;
    font-weight: bold;
}

.calendarCellHeader{
    text-align:center;
    /*line-height:20px;*/
    color:#666;
}

.cal_purple >  .calendarCellHeader{
    color:#FFF;
}

.cal_angefragt{
    color:#000;
    padding:3px;
    background-color:#ff00a2;
    border-radius: 5px;
}

.cal_zugesagt{
    color:#000;
    padding:3px;
    background-color:#16c604;
    border-radius: 5px;
}

.cal_green{
    background-color:#16c604;

}

.cal_purple{
    background-color: #ff00a2;
    color:#FFF;
}


.cal_gray{
    background-color:#cecece;

}


.cal_green.cal_gray{
    background-color:#84cb7d;
}

.cal_purple.cal_gray{
    background-color:#ff00a2;
}