/*Kalendar Design Einstellungen*/



table.cal {

    width:100%;

    height: 600px;

    border:0px solid #888;    

    border-collapse:collapse;

}



table.cal td {

    width:90px;

    height:100px;

    border-collpase:collpase;

    border:1px solid #888;

    text-align:right;

    padding-right:5px;

}



.days{

    background-color: #F1F3F5;

}



th {

    border-collpase:collpase;

    border:1px solid #888;

    background-color: #E9ECEF;

    text-align:center;

}



.actday{

    /*Heutige Datum einblenden!*/

    background-color: #c22;

    font-weight:normal;

    font-size:9px;

    font-family:helvetica;

}



.ivoday{

    /*Termin Datum einblenden!*/

    background-color: #66ff66;

    font-weight:normal;

    font-size:9px;

    font-family:helvetica;

}

/*Verschiedene typen von termine*/

.auto{

    width: 100%;

    background:#eaf491;

    color: #000000;

    background-image: url(/images/stundenplan_icons/auto.gif);

    background-repeat: no-repeat;

    background-position:3px 3px;

    padding-top:12px;

    

    



    

}

.special{

    width: 100%;

    background:#ccffff;

    color: #000000;

    background-image: url(/images/stundenplan_icons/auto_special.gif);

    background-repeat: no-repeat;

    background-position:3px 3px;

    padding-top:12px;    

}


.motorrad{

    width: 100%;

    background:#fff600;

    color: #000000;

    background-image: url(/images/stundenplan_icons/motorrad.gif);

    background-repeat: no-repeat;

    background-position:3px 3px;

    padding-top:12px;

    

}



.erste_hilfe{

    width: 100%;

    background: #ffffff;

    color: #000000;

    background-image: url(/images/stundenplan_icons/erste_hilfe.gif);

    background-repeat: no-repeat;

    background-position:3px 3px;

    padding-top:12px;

}



.feiertag{

    width: 100%;

    background: #666666;

    color: #ffffff;

    

    

}



.lkw{

    width: 100%;

    background: #006600;

    color: #ffffff;

    background-image: url(/images/stundenplan_icons/lkw.gif);

    background-repeat: no-repeat;

    background-position:3px 3px;

    padding-top:12px;

    

}



.bus{

    width: 100%;

    background: #2eba0e;

    color: #ffffff;

    background-image: url(/images/stundenplan_icons/bus.gif);

    background-repeat: no-repeat;

    background-position:3px 3px;

    padding-top:12px;

    

}



.transporter{

    width: 100%;

    background: #c1c4c1;

    color: #000000;

    background-image: url(/images/stundenplan_icons/transporter.gif);

    background-repeat: no-repeat;

    background-position:3px 3px;

    padding-top:12px;

    

}                