.Gottesdienste {
	border: 1px solid #CCCCCC;
	height: 280px;
	overflow: auto;
	padding-left: 5px;
	padding-right: 5px;
	scrollbar-3dlight-color: #F7F7FD;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-base-color: #EEEEFB;
	scrollbar-darkshadow-color: #F7F7FD;
	scrollbar-face-color: #EEEEFB;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #F7F7FD;
}

.GottesdiensteBeschreibung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
}

.GottesdiensteKurzbeschreibung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
}

.GottesdiensteTrenner {
	border-top-color: #CACEDF;
	border-top-style: solid;
	border-top-width: 1px;
	padding-bottom: 20px;
}

.GottesdienstTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.VeranstaltungBeschreibung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	text-align: justify;
}

.Veranstaltungen {
	border: 1px solid #CCCCCC;
	overflow: auto;
	padding-left: 5px;
	padding-right: 5px;
	scrollbar-3dlight-color: #F7F7FD;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-base-color: #EEEEFB;
	scrollbar-darkshadow-color: #F7F7FD;
	scrollbar-face-color: #EEEEFB;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #F7F7FD;
	height: 300px;
}

.VeranstaltungKontaktperson {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 5px;
}

.VeranstaltungKurzbeschreibung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
}

.VeranstaltungTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.VeranstaltungTrenner {
	border-top-color: #CACEDF;
	border-top-style: solid;
	border-top-width: 1px;
	padding-bottom: 20px;
}

