/*Stylesheet für calendar*/
body {
    font-family:monospace;
/*    color:midnightblue; */
}
fieldset {
    background-color:#ccc;
}
legend {
    background-color:#999;
}
table,th,td {
    border-style:solid;
    border-width:thin;
}
table {
    width:100%;
}
th {
    text-align:left;
}
/*
td.event {
    border-color:blue;
}
td.auswahl {
    border-color:limegreen;
}
td.option {
    border-color:red;
}
*/
