/* eventkalender.css */
 .minicalendar .head,.minicalendar .label{
    font-size:.9em;
    color:#fff;
    font-weight: 600
}
.minicalendar .head.previous a{
    width:100%;
    height:21px;
    display:block;
    background-image:url("../../files/gasthof_traube_eisental/elemente/Pfeile.png");
    background-repeat:no-repeat;
    text-indent:-9999px;
    background-position: left -74px
}
.minicalendar .head.previous a:hover,.minicalendar .head.previous a:active{
    background-position: left -26px
}
.minicalendar .head.next a{
    width:100%;
    height:21px;
    display:block;
    background-image:url("../../files/gasthof_traube_eisental/elemente/Pfeile.png");
    background-position:right center;
    background-repeat:no-repeat;
    text-indent:-9999px;
    background-position: right -50px
}
.minicalendar .head.next a:hover,.minicalendar .head.next a:active{
    background-position: right -2px
}