
#kalenderdiv
{
    height: 630px;
    margin-left: 410px;
}

#reservschrift
{
    margin-top: -630px;
    height: 630px;
    width: 355px;
}

#reservkalender
{

}

.frei
{
    background: url(../pictures/layout/frei.png);
    height: 19px;
    margin-bottom: 1px;
    width: 30px;
}

.reserviert
{
    background: url(../pictures/layout/reserviert.png);
    height: 19px;
    margin-bottom: 1px;
}

.belegt
{
    background: url(../pictures/layout/belegt.png);
    height: 19px;
    margin-bottom: 1px;
}

.freibelegt
{
    background: url(../pictures/layout/freibelegt.png);
    height: 19px;
    margin-bottom: 1px;
}

.freireserviert
{
    background: url(../pictures/layout/freireserviert.png);
    height: 19px;
    margin-bottom: 1px;
}

.reserviertfrei
{
    background: url(../pictures/layout/reserviertfrei.png);
    height: 19px;
    margin-bottom: 1px;
}

.reserviertbelegt
{
    background: url(../pictures/layout/reserviertbelegt.png);
    height: 19px;
    margin-bottom: 1px;
}

.belegtfrei
{
    background: url(../pictures/layout/belegtfrei.png);
    height: 19px;
    margin-bottom: 1px;
}

.belegtreserviert
{
    background: url(../pictures/layout/belegtreserviert.png);
    height: 19px;
    margin-bottom: 1px;
}

.reservlink
{
    color: #003399;
}

#kalendermonat
{
    font-size: 17pt;
    margin-top: -25px;
    height: 25px;
    width: 250px;
}

#kalenderzur
{
    height: 25px;
    margin-left: -200px;
}

#kalendervor
{
    margin-top: -25px;
    height: 25px;
    margin-left: 200px;
}