/*---------------------------------------------*/
/*               sKalender                     */
/*---------------------------------------------*/

#mod_sK a {
 font-family:sans-serif;
 font-size:12px;
 text-decoration:none;
 color:#444444;
}

#mod_sK a.tag {
 font-size:9px;
}

#mod_sK table {
 width: 160px;
 border: 1px solid #FFCE3A;
 background-color: #FFD960;
 margin-left: 0px;
 border-spacing:4pt;
 font-size:12px;
 font-family:sans-serif;
 text-decoration:none;
 color:#444444;
}

#mod_sK td.navl {
 text-align:left;
 width:20%;
 font-weight:bold;
}

#mod_sK td.navr {
 text-align:right;
 width:20%;
 font-weight:bold;

}
#mod_sK td.navm {
 text-align:center;
 width:60%;
 font-weight:bold;
}

#mod_sK td.wtag {
 width:14%;
 background-color:#F9DF81;
 text-align:center;
 color:#444444;
 font-family:sans-serif;
}


#mod_sK td.wochenende {
 background-color:#eeeeee;
 color:#aaaaaa;
 text-align:right;
 border:1px solid #FFCE3A;
 padding-right:3px;}

#mod_sK td.wochentag {
 color:#444444;
 text-align:right;
 border:1px solid #FFCE3A;
 padding-right:3px;}

#mod_sK td.heute {
 color:#43A0AF;
 text-align:right;
 border:1px solid #FFCE3A;
 paddin-right:3px;}

#mod_sK td.belegt {
 background-color:#e3e3ff;
 color:#9E5357;
 text-align:right;
 border:1px solid #FFCE3A;
 padding-right:3px;}

#mod_sK td.belegtwe {
 background-color:#bfbfff;
 color:#9E5357;
 text-align:right;
 border:1px solid #FFCE3A;
 padding-right:3px;}

#mod_sK td.tangiert {
 background-color:#ffffcc;
 color:#9E5357;
 text-align:right;
 border:1px solid #FFCE3A;
 padding-right:3px;}

#mod_sK td.tangiertwe {
 background-color:#ffff99;
 color:#9E5357;
 text-align:right;
 border:1px solid #FFCE3A;
 padding-right:3px;}

/*---------------------------------------------*/
/*               Terminein/ausgabe             */
/*---------------------------------------------*/

#mod_te h1 {font-size:17px; color:#2270C3; margin-bottom:5px;}
#mod_te h2 {font-size:100%; font-weight:bold; color:#444444; margin-bottom:5px;}
#mod_te p {font-size:100%; color:#444444; }

/*---------------------------------------------*/

/*---------------------------------------------*/
/*                 Terminliste                 */
/*---------------------------------------------*/

#mod_tlh {
   text-align:left;
}

#mod_tlf {
   text-align:left;
}

#mod_tl table {
   width:100%;
   border-collapse:collapse;
}

#mod_tl th {
   width:100%;
   text-align: left;
   vertical-align: top;
   line-height: 200%;
   background-color:#FFD146;  /* okay */
   margin-top:10px;
   margin-bottom:10px;
   padding-left:0px;
   color: #2270C3;
   font-size: 15px;
   font-weight: bold;
}

#mod_tl td {
   text-align: left;
   vertical-align: top;
   line-height: 130%;
}

#mod_tl .border { border-top:0px solid #5EA0E7; border-bottom:0px solid #5EA0E7; }
#mod_tl .hell { background-color:#FFD760; }
#mod_tl .dunkel { background-color:#F9CF4F; }
#mod_tl .sp0 { width:15px; }
#mod_tl .sp1 { width:50px; }
#mod_tl .sp2 { width:70px; }
#mod_tl .sp3 { width:212px; }
#mod_tl .sp4 { width:125px; }
#mod_tl .einrueck { padding-left:15px; }

/*---------------------------------------------*/

/*---------------------------------------------*/
/*                 Terminteaser                */
/*---------------------------------------------*/

#mod_ttl table {
   width:100%;
   border-collapse:collapse;
}

#mod_ttl th {
   width:100%;
   text-align: left;
   vertical-align: top;
   line-height: 200%;
   margin-top:5px;
   margin-bottom:5px;
   padding-left:5px;
}

#mod_ttl td {
   text-align: left;
   vertical-align: top;
   line-height: 130%;
}

#mod_ttl marquee {
   font-size: 10px;
   color: #666666;
}



#mod_ttl .hell { background-color:#ffffff; }
#mod_ttl .dunkel { background-color:#dfdfdf; }
#mod_ttl .sp1 { width:110px; }
#mod_ttl .sp2 { width:190px; }


/*---------------------------------------------*/