/*---------------------------------------------*/ 
/*               Terminein/ausgabe             */ 
/*---------------------------------------------*/ 

#mod_te h1 {font-size:150%; color:#000000; margin-bottom:5px;}
#mod_te h2 {font-size:120%; font-weight:bold; color:#000000; margin-bottom:5px;}
#mod_te p {font-size:100%; color:#222222; }

/*---------------------------------------------*/ 

/*---------------------------------------------*/ 
/*                 Terminliste                 */ 
/*---------------------------------------------*/ 

#mod_tlh {
   text-align:left;
}

#mod_tlf {
   text-align:left;
}

#mod_tl table {
   width:737px; 
   background-color:#000000;
   border-collapse:collapse;
}

#mod_tl th {
   width:100%;
   text-align: left;
   vertical-align: top;
   line-height: 18px;
   background-color:#BFB8B8;
   margin-top:5px;
   margin-bottom:5px;
   padding-left:5px;
   color: white;
   font-size: 11pt;

}

#mod_tl td {
   text-align: left;
   vertical-align: top;
   line-height: 20px;
   font-size: 10pt;
}

#mod_tl .border { border-top:1px solid #000000; border-bottom:1px solid #000000; }
#mod_tl .hell { background-color:#F5E7C4; }
#mod_tl .dunkel { background-color:#f5f0e4; }
#mod_tl .sp0 { width:40px; padding-left: 3px;}
#mod_tl .sp1 { width:70px; }
#mod_tl .sp2 { width:90px; }
#mod_tl .sp3 { width:270px; font-weight: bold;}
#mod_tl .sp4 { width:250px; }
#mod_tl .einrueck { padding-left:15px; }

/*---------------------------------------------*/ 
