/****************************
+++ Termineinausgabe +++
****************************/

#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 +++
****************************/

#terminliste table {
	width: 100%; 
	border-collapse: collapse;
}

#terminliste th {
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size:1.2em;
	text-transform:uppercase;
}

#terminliste td {
	text-align: left;
	vertical-align: top;
	line-height: 130%;
	padding:5px 0;
}

#terminliste td .datum {
	color:#666666;
}

/*
#terminliste a .highlight {
	color: red;
}
*/

#terminliste .border { 
	border-top:1px solid #000000; 
	border-bottom: 1px solid #000000; 
}

#terminliste .hell {}
#terminliste .dunkel { background-color: #EEEEEE; }
#terminliste .sp0 { width: 60px;}
#terminliste .sp1 { width: 65px; }
#terminliste .sp2 { width: 90px; }
#terminliste .sp3 { width: 300px; }
#terminliste .sp4 { width: 100px; }
#terminliste .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; }


/****************************
+++ Terminliste Select +++
****************************/

#mod_ts {
	width: 600px; 
}


