body{
background-color: #262626;
}
h3 {
        font-size: 1.2em;
	line-height: 1.1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.teasercolor {
	color: #999999;
}
.infocont {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	padding-left: 10px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-hyphens: auto;
}

span.button {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}
.infocont ul li{
	font-size: 0.9em;
	list-style-type: disc;
	display: marker;
	padding-left: 0px;
	margin-left: 14px;
}
.stripe {
	background-color: #666666;
	height: 4px;
	width: 100%;
	margin-top: 20px;
}
.infocont img, .infocont iframe {
	margin-bottom: 8px;	
}

article p {
		column-count: 2;
		column-gap: 20px;
		-webkit-column-count:2;
		-webkit-column-gap:20px;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-hyphens: auto;
}

article img {
	margin: 0px;
	padding: 0px;
}

.bild_left {
	padding-right: 10px;
}
article table, article th, article td{
	text-align: left;
	vertical-align: top;
	font-size: 0.9em;
	line-height: 1.1em;
	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;*/
}
article table {
	width:100%;
	border-collapse:collapse;
}
article table th {
	padding:15px;
	background-color: #666666;
}
article table td {
	
	padding:15px;
}