/* Klassen für Gemeindebrief */
	.datum {
		width: 170px;
		font-weight: bold;
		float: left;
		clear: left;
		position: relative;
		left: 0px;
		top: 0px;
	}
	.zeit {
		width: 70px;
		float: left;
		position: relative;
		left: 0px;
		top: 0px;
	}
	.text {
		float: left;
		position: relative;
		left: 0px;
		top: 0px;
	}
	.line {
		width: 100%;
		clear: both;
		position: relative;
		top: 5px;
	}
	
	/* für statische Termine */
	.statisch {
		width: 240px;
		font-weight: bold;
		margin-right: 5px;
		float: left;
		margin-top: 5px;
		clear: left;
	}
	.textstatisch {
		float: left;
		position: relative;
		left: 0px;
		top: 0px;
		margin-top: 5px;
	}
	
	.zwischen {
		margin-top: 5px;
		text-align: left;
		float: left;
	}
