
.container
{
     width: 168px;
     display: block;
     text-align: center;
     background-color: yellow;
}


.kalender
{
     background-color: #e5eef5;
     font-size: 8pt;
     width: 130px;
     height: 115px;
     padding: 5px;
     margin: auto;

}

.monat
{
    background-color: #7fadcd;
    color: white;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}


.tage
{
    display: block;
    align: center;
    padding-left: 5px;
}

.tage a,.tage a:hover,.tage a:link,.tage a:visited
{
    text-decoration: none;
}

.heute
{
    background-color: #FFFF80;
}

.veranstaltung
{
    background-color: #C0FF00;
}

.wochenende a, .wochende a:link, .wochenende a:visited, .wochenende a:hover
{
    color: #969696;
}

.werktag a, .werktag a:link, .werktag a:visited, .werktag a:hover
{
    color: blue;
}

.unsichtbar
{
    visibility: hidden;
}

.invisible
{
    display: none;
}


.termin
{
     background-color: #e5eef5;
     font-size: 8pt;
     padding: 5px;
     margin: 2px;
}



