#rightrow {
	display:none;
}

#subsubnavigation {
	display:none;
}

#leftrow {
	width:980px;
}

#content_wrapper  {
	width: 90%;
	height: 0;
	background-repeat:no-repeat;
	background-image:url(../images/Titelbild.gif);
	background-size: 100%;
	background-position-x: 100%;
	background-position-y: -40px;
	padding-right:5%;
	padding-left:5%;
	max-width: inherit;
	position: relative;
	padding-bottom: 57%;
}

#content_inlinewrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

h1 {
	color: #000000;
}
@media (min-width: 1000px) {
	.nine.columns { width: 100%; margin-left: 0; }
}

@media screen and (min-width: 1500px) {
	
	.nine.columns { margin-top:40px; }
	
	.redfont {
		font-size: 25px;
	}

	h5 {
	line-height: 56px;
	font-size:45px;
	margin-top:20px
	}
}

@media screen and (max-width: 1000px) {
	#content_wrapper  {
		width: 100%;
		background-size: 200%;
		background-position: 45% 0;
	}
	
	#content_wrapper  {
		padding-bottom: 136%;
		background-position-y: 0;
	}
}

@media screen and (max-width: 610px) {
	h5 {
		display: none;
	}
}