#jahr
{
        display:none;
}
#event_load
{
        display:none;
}
#jahr_input{
         color:black;
         border:0px;
         width:30px;
         maxlength:4;
 }

.aktuell
{
        color:#06F808;
         text-align:center;
}
.event
{
        color:black;
        border:1px black solid;
         text-align:center;
}
.aktuell_event
{
        color:#06F808;
        border:1px black solid;
         text-align:center;
}

.tabelle
{
        color:black;
        cursor:default;
        border:1px solid black;
        border-radius: 12px;
        -ms-border-radius: 12px;
        -moz-border-radius: 12px;
        -WebKit-border-radius: 12px;
        -KHTML-border-radius: 12px;
         width:300px;
         font-family:lucida sans unicode;
         font-size:10pt;
 }

.kalender
{
        color:black;
        cursor:default;
         align:center;
         width:300px;
}

.monat
{
        color:black;
        cursor:default;
         border:0px;
         align:center;
         text-align:center;


 }
.td
{
 width:70px;
 text-align:center;

}

.div_event_td{
        color:black;
        border-radius: 12px;
        -ms-border-radius: 12px;
        -moz-border-radius: 12px;
        -WebKit-border-radius: 12px;
        -KHTML-border-radius: 12px;
        padding:10px;
}

.div_event_border{
        border-radius: 12px;
        -ms-border-radius: 12px;
        -moz-border-radius: 12px;
        -WebKit-border-radius: 12px;
        -KHTML-border-radius: 12px;
        border:1px solid black;
        margin-bottom:5px;
}