﻿#team {
	max-width:600px;
	margin: 0;
}
#team img{width: 100%;}

article {
	max-width: 642px;
	margin-bottom: 5em;
}

#satzung {
	max-width: 642px;
	margin: 0 0 2em;
}
#satzung h1 {margin: .62em 0 .5em;}
#satzung p {
	margin: 1em 0;
	padding: 0;
	text-align: justify;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

article ul {
	font-size: .96em;
	line-height: 1.5;
	padding: 0 0 0 1.5em;
	margin-top: .62em;
	margin-bottom: 1em;
	text-align: justify;
	max-width: 642px;
}
article li{
	margin: .5em 0 .5em;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

article i {
	font-style:normal;
	color:red;
}
article span {
	font-size:.96em;
	font-weight: normal;
}
#satzung p.leftSpace {
	padding-left:1.2em;
}