body {
	background-color: #ECFEE0;
	letter-spacing: normal;
	word-spacing: normal;


}
.zentriert {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.rechts {
	text-align: right;
}
.dünntentriert {
	text-align: center;
}
.GeradeSchrift {
	font-style: normal;
}
.Blocksatz {
	text-align: justify;
}
.oben {
	vertical-align: top;
}
