img{
    border:0;
}
table.kalender tr,table.kalender th{
    background: transparent;
}
table.kalender{
    position:absolute;
    font-family:Courier;
    font-size:11pt;
    border: solid 1px #888;
    background:url(../img/kal_bg.png) !important;
    text-align:center;
}
/*sunday*/
table.kalender em{
    color:red;
    font-style:normal;
}
/*holiday*/
table.kalender strong{
    color:#CC33CC;
    font-style:normal;
}
table.kalender a{
    display:block;
    text-decoration:none;
    color:black;
}
table.kalender a:hover {
    text-decoration:none;
    background-color:#FFFF66;
}
