@charset "UTF-8";
/* CSS Document */

#submenu {
	position:relative;
	margin-left: 10px;
	font-family:Helvetica,sans-serif;
	font-size:12px;
}


#submenu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#submenu a {
	margin-right:10px;
	margin-top:5px;
	float:left;
	color:#999999;
	text-decoration: none;
	background-color: transparent;

}

#container_termine {
	width:960px;
	margin-left:-10px;
}

#termin_rubrik:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#main_headline {
	margin-left:20px;
	margin-top:30px;
	width: 940px;
	background-image:url(img/linie_endlos.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:left;
	padding-bottom:5px;
	clear:both;
}


.floating_container {
	float: left;
	margin-top:15px;
	margin-left:20px;
	width:220px;
	display: inline;
}

.floating_container img {
	border: 2px solid #cccccc;
	margin-bottom:15px;
}

.floating_container a {
	background-color: transparent;
	padding:0;
}

#termin_titel {
	float:left;
	width:220px;
	border-bottom:1px solid #bdbebe;
	margin-bottom:7px;
}

#termin_titel div.name {
	float:left;
	padding-bottom:7px;
	text-align:left;
	font-family: Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-weight: normal;
	width:80%;
}

#termin_titel div.link {

	float:right;
	text-align:right;
	font-family: Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-weight: normal;
	width:20%;
}

/*für alle guten Browser, also nicht IE, folgendes:*/
#termin_titel div.link:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#termin_daten {
	width:100%;
	float:left;
	margin-bottom:15px;
	color: #999999;
}

#termin_daten:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#termin_daten table {
	width: 220px;
	line-height:10px;
	text-align:left;
	color: #999999;	
}

#termin_daten td.first_column {
	width:70px;
	font-size:10px;
}

#termin_daten tr.first_row {
	font-weight:bold;
	color:black;
}

#termin_daten td.second_column {

	font-size:10px;
	font-weight:bold;
	}
	
#termin_daten td.second_column a {
	background-color: #73cee3;
	padding:1px;
	color: #185461;
	text-decoration: none;
	}
	
#termin_daten td.spacer_column {width: 10px;}

#termin_daten tr.spacer_row {

	height: 5px;
	line-height:0.2px;
	font-size:0.2px;
	
	}
