/*---------------------------------------------*/
/*             Termin-Definitionen             */
/*---------------------------------------------*/
.monjahr{
width:490px;
margin-top:12px;
margin-bottom:6px;
font-size:10px;
color:#666666;
}

.termine{
width:486px;
padding:2px;
margin-bottom:6px;
background-color: #ffffff;
clear:both;
}

.details{
background-color: #ffffff;
float:left;
padding:2px;
width:286px;
}

.ort{
background-color: #ffffff;
width:196px;
padding:2px;
float:right;
text-align:right;
}



/*---------------------------------------------*/ 
/*   Terminein/ausgabe +  Eventtermindetails   */ 
/*---------------------------------------------*/ 

#mod_te h1, #event_te h1 {font-size:16px; color:#003366; margin-bottom:5px;font-weight: bolder;font-family: Arial, Helvetica, sans-serif;}
#mod_te h2, #event_te h2 {font-size:120%; font-weight:bold; color:#000000; margin-bottom:5px;}
#mod_te p, #event_te p {font-size:100%; color:#222222; }

/*---------------------------------------------*/ 
/*                 Terminliste                 */ 
/*---------------------------------------------*/ 

#mod_tlh {
   text-align:left;
}

#mod_tlf {
   text-align:left;
}

.mod_tl table {
   width:590px; 
   font-size:12px;
   background-color:#eef5fc;
   border-collapse:collapse;
}

.mod_tl th {
   width:100%;
   text-align: left;
   vertical-align: top;
   line-height: 150%;
   background-color:#B6C8DB;
   margin-top:3px;
   margin-bottom:3px;
   padding-left:5px;
}

.mod_tl td {
   text-align: left;
   vertical-align: top;
   line-height: 130%;
}

.mod_tl .border { border-top:1px solid #003366; border-bottom:1px solid #003366; }
.mod_tl .hell { background-color:#ffffff; }
.mod_tl .dunkel { background-color:#E4EDF6; }
.mod_tl .sp0 { width:25px; }
.mod_tl .sp1 { width:82px; }
.mod_tl .sp2 { width:103px; }
.mod_tl .sp3 { width:270px; }
.mod_tl .sp4 { width:110px; }
.mod_tl .einrueck { padding-left:15px; }

/*---------------------------------------------*/ 
/*                 Terminteaser                */ 
/*---------------------------------------------*/ 

#mod_ttl table {
   width:300px; 
   background-color:#ffffff;
   border-collapse:collapse;
}

#mod_ttl th {
   width:100%;
   border-top:1px solid #000000;
   border-bottom:1px solid #000000;
   text-align: left;
   vertical-align: top;
   line-height: 200%;
   background-color:#cacaca;
   margin-top:5px;
   margin-bottom:5px;
   padding-left:5px;
}

#mod_ttl td {
   text-align: left;
   vertical-align: top;
   line-height: 130%;
}

#mod_ttl .hell { background-color:#ffffff; }
#mod_ttl .dunkel { background-color:#dfdfdf; }
#mod_ttl .sp1 { width:110px; }
#mod_ttl .sp2 { width:190px; }

/*---------------------------------------------*/ 
/*           Termin-Teilnehmerliste            */ 
/*---------------------------------------------*/ 

#teilnehmerliste h2 {
font-size:15px; color:#000000; margin-bottom:5px;font-weight: bolder;font-family: Arial, Helvetica, sans-serif;
}
#teilnehmer {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
    padding-left:7px;
    border-bottom:1px dashed #CCCCCC;
    padding-bottom:2px;
    padding-top:2px;
}

/*---------------------------------------------*/ 
/*           Event-Terminliste                 */ 
/*---------------------------------------------*/ 

#mod_etlh {
   text-align:left;
}

#mod_etlf {
   text-align:left;
}

#mod_etl table {
   width:480px; 
   font-size:12px;
   background-color:#eef5fc;
   border-collapse:collapse;
}

#mod_etl th {
   width:100%;
   text-align: left;
   vertical-align: top;
   line-height: 200%;
   background-color:#B6C8DB;
   margin-top:5px;
   margin-bottom:5px;
   padding-left:5px;
}

#mod_etl td {
   text-align: left;
   vertical-align: top;
   line-height: 130%;
}

#mod_etl .border { border-top:1px solid #003366; border-bottom:1px solid #003366; }
#mod_etl .hell { background-color:#eef5fc; }
#mod_etl .dunkel { background-color:#E4EDF6; }
#mod_etl .sp1 { width:100px; }
#mod_etl .sp2 { width:85px; }
#mod_etl .sp3 { width:300px; }
#mod_etl .sp4 { width:120px; }
#mod_etl .einrueck { padding-left:15px; }

