/*a:link, a:visited, a:active, a:hover {
    /*color:#000000;*/
    font-family: arial;
    font-size: x-small;
    /*font-weight: bold;*/
    /*text-decoration:none;*/
}*/


td.werktage  {
    color:#000000;
    font-family: arial;
    font-size: x-small;
}
td.tage {
    color:#000000;
    font-family: arial;
    font-size: x-small;
    font-weight: bold;
    background-color:#FFFFFF;
}
td.termin {
    color:#000000;
    font-family: arial;
    font-size: x-small;
    font-weight: bold;
    text-decoration: underline;
    /*background-color:#FFFFFF;*/
}
/*td.calat {
    color:#000000;
    font-family: arial;
    font-size: xx-small;
}*/
td.heute {
    color:#000000;
    background-color:#AAAAFF;
    font-family: arial;
    font-size: x-small;
}
td.heute_we {
    color:#FF0000;
    background-color:#AAAAFF;
    font-family: arial;
    font-size: x-small;
}
td.wochenende {
    color:#FF0000;
    font-family: arial;
    font-size: x-small;
}
table.basis {
    width:150px;
    border:1px solid grey;
    background-color:#E0E0E0;
    padding:2px; margin:0px;
}

