.calendartable {
    height: 14em;
    float:left;
    background: #CFCBB4;
    border: 1px solid #E0DBCD;
}

table.calendar {
    line-height: 20px; 
    width: 183px;
    background: #CFCBB4;
    text-align: center;
    padding: 0 10px 10px 10px;
    font-size: .8em
}

td.month { 
    font-weight: bold; 
    font-size: 1.1em;
}

td.hlso { 
    color: #b14e29; 
    font-weight: bold; 
}

td.kw, td.hlkw { 
    border-right: 1px solid #000; 
}

td.hlkw, td.hlwt, td.hlsa, td.hlso { 
    border-bottom: 1px solid #000; 
}

tr.gerade { 
    background: #beb48d;
}

.so { 
    color:#b14e29; 
}

.today, .todaysa, .todayso { 
    text-decoration: underline; 
}

table.calendar td.belegt {  
    background: url(layout/belegt.gif) no-repeat;
    width: 20px;
    height: 20px; 
}

table.calendar td.belegt_left {  
    background: url(layout/belegt_left.gif) no-repeat;
}

table.calendar td.belegt_right {  
    background: url(layout/belegt_right.gif) no-repeat;
}

