.zweispaltig{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	column-count:2;
	column-gap:20px;
	column-width:45%;
	column-rule: 1px solid;
	column-rule-color:#666666;
	column-rule-width:1px;


	-moz-column-count:2;
	-moz-column-gap:20px;
	-moz-column-width:45%;
	-moz-column-rule: 1px solid;
	-moz-column-rule-color:#666666;
	-moz-column-rule-width:1px;
	-webkit-column-count:2;
	-webkit-column-gap: 20px;
	-webkit-column-rule: 1px solid;
	-webkit-column-rule-color:#666666;
	-webkit-column-rule-width:1px;
	font-size: 0.85em;
	text-align: justify;
	line-height: 0.9em;
}
.zweispaltig ul li{
	list-style:disc outside;
	text-align: left;
	padding-left: 5px;
}
.zweispaltig h4{
	color: #FF0000;
	font-size: 1em;
	text-align: left;
	padding-bottom: 0.5em;
}
.dreispaltig{
	width:95%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 10px;
	column-count:3;
	column-gap:10px;
	column-width:25%;
	column-rule: 1px solid;
	column-rule-color:#666666;
	column-rule-width:1px;
	-moz-column-count:3;
	-moz-column-gap:10px;
	-moz-column-width:25%;
	-moz-column-rule: 1px solid;
	-moz-column-rule-color:#666666;
	-moz-column-rule-width:1px;
	-webkit-column-count:3;
	-webkit-column-gap: 10px;
	-webkit-column-width:25%;
	-webkit-column-rule: 1px solid;
	-webkit-column-rule-color:#666666;
	-webkit-column-rule-width:1px;
	font-size: 0.9em;
}
.dreispaltig ul li{
	list-style:disc;
}
.zweispaltig h5 {
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 0.5em;
	text-align: left;
	color: #000000;
}
