#header {
	background: url(../../redaktion/fotos/Zentral-by-steve-haider-2015-_67_.jpg) no-repeat #E4E4E4;
	background-position: center 30%;
	background-size: 100% auto;
}
#footer {
	background: url(../../redaktion/fotos/Zentral-by-steve-haider-2015-_90_.jpg) no-repeat #E4E4E4;
	background-position: center 15%;
	background-size: 100% auto;
}
#content {
	margin-top: 0;
	padding: 100px 0;
	background: url(../images/text_bg.png) repeat-y;
	background-size: 100% auto;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
}
#content h2,h3,h4,h5,h6 {
	text-transform: none;
	font-size: 36px;
	color: #303030;
	margin: 0 0 12px 0;
	font-weight: bold;
}
#content_wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

@media (max-width: 1900px) {
#content {
	font-size: 30px;
}
#content h2,h3,h4,h5,h6 {
	font-size: 36px;
}
}


@media (max-width: 1400px) {
#content {
	font-size: 24px;
}
#content h2,h3,h4,h5,h6 {
	font-size: 30px;
}
}