

#veranstaltungen{
        position:absolute;
        background-color:#e1e1e1;
        color:#000000;
        left:15px;
        top:15px;
        width:330px;
        height:412px;
}
#weisshinterlegt {
        position:absolute;
        left:0px;
        width:330px;
        height:350px;
        top:80px;
        background-color:#ffffff;
        overflow:auto;
}
#terminkalender{
        position:absolute;
        background-color:#e1e1e1;
        color:#000000;
        left:361px;
        top:15px;
        width:216px;
        /* height:188px; */
        font-size: 9px;
        font-weight: bold;
}
/*
#weisshinterlegt2 {
        position:absolute;
        width:216px;
        top:70px;
        background-color:#ffffff;
}
*/
p {
         margin-left: 5px;
         font-size: 11px;
}
h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
        margin-top:5px;
}

.blau {
        color: #0000FF;
        font-size: 12px;
        font-weight: bold;
}
.fett {
        font-size: 11px;
        font-weight: bold;
}
.category {
        font-size: 13px;
        font-weight:bold;
        color:#FFFFFF;
        background-color:#000000;
}
.selected {color: #FF0000}