@charset "utf-8";
/* CSS Document */

.content_termine {
	padding: 7px;
	margin-top: 45px;
	margin-bottom: 35px;
	padding-left: 20px;
	
	
}

/*
-------------------------
	Terminfilter
-------------------------
*/

.content_terminfilter {
	width: 360px;
}



/*
-------------------------
	Termine auf der linken Seite
-------------------------
*/

.content_terminuebersicht {
	float: left;
	padding: 10px;
}

.termin_content {
	clear: both;
}

.termin_datum {
	float: left;
	width: 80px;
	font-size: 11px;
}

.termin_beschreibung {
	float: left;
	width: 260px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 11px;
}

/*
-------------------------
	Termin auf der rechten Seite
-------------------------
*/

.content_showtermin {
	padding: 10px;
	float: right;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 5px;
	width: 450px;
}

.ueberschrift {
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
}

.info {
	color: #37388e;
	font-size: 12px;
	float: left;
	width: 400px;
}

.beginn_content, .ende_content, .ort_content  {
	margin-bottom: 5px;
}

.beginn, .ende, .ort {
	width: 75px;
	float: left;
	color: #CCCCCC;
	margin-bottom: 5px;
}

.text {
	float: left;
	margin-bottom: 15px;
}

