table#Kalender {
border:3px solid #000000;
empty-cells:show;
margin-bottom:3px;
}
table#Kalender td{
width:35px;
height:23px;
text-align:center;
vertical-align:middle;
font-size:0.90em;
font-family:Verdana,Arial;
font-weight:bold;
}
table#Kalender td.we {
background-color:#FFFF88;
color:#0000AF;
padding:0px;
}
table#Kalender td.norm {
background-color:#D0F0F0;
color:#000000;
padding:0px;
}
table#Kalender td.kopf {
background-color:#000080;
color:#FFFF00;
font-weight:bold;
}
table#Kalender .norm a{
color:#000000;
text-decoration:none;
}
table#Kalender .norm a:hover{
text-decoration:underline;
font-size:1.06em;
color:#0000E0;
}
table#Kalender .we a{
color:#0000AF;
text-decoration:none;
}
table#Kalender .we a:hover{
text-decoration:underline;
font-size:1.06em;
color:#0000AF;
}
table#Kalender .kopf a{
text-decoration:none;
color:#FFFF00;
}
table#Kalender img {
border:none;
}