/* --------------------------------------------------- */
/* Impressum */
/* --------------------------------------------------- */
/* Inhalt Impressum */

#contentImpressum {
	width: 980px;
	height:100%;
	text-align: center;
    overflow: auto;
	/*horizontales Zentrieren*/
	margin-left:10px;
	margin-right:auto;
	    /*border: solid 1px green;*/
	float: left;
}

/* Formatierungen bezüglich der Texte. */
.contentTitle {
	padding: 15px;
	font-size: 18px;
	color: black;
}


.contentText {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

