.leftcontent {
	width: 49%;
	float: left;
}

.rightcontent {
	width: 49%;
	float: right;
}

#content-wrapper ul#s3sliderContent {
	margin-left: 0;
	margin-bottom: 0;
}

#right ul li {
	margin-bottom: 0;
}

#right {
	margin-top: 0;
	background-color: #DBDDDC;
}

#right .block, #right .boxtext{
	margin-top:0;
	background-color: none;
	/* margin-bottom:5px; */
}

#right .image-list li, #right .block .container > .contentover {
	text-align:center;
}

#right > .block > div >div, #right > .block > div > ul {
	border-bottom: solid 1px #FFFFFF;
}

#right .block h1 {
	border-bottom: solid 1px #FFFFFF;
}

.contentover > div {
	margin: 0 auto;
}

#center .bildergalerie-zeile > .bildergalerie-bildrahmen > a, #center .block .pagebrowser a {
	background-image: none;
padding-left: 0;
}

#center .bildergalerie-zeile > .bildergalerie-bildrahmen > a {

}
#center .container .block .player {
width:100%;
text-align: center;
}


#center ul.headlinelist li a, #center ul.headlinelist li a:hover {
background-image: none;
background-position:0;
padding-left: 0;
}


#center .downloadlist .downloaditem {
background-color: #DBDDDC;
padding: 10px;
width: 52%;
border: 1px solid;
margin-bottom: 5px;
}

#s3slider, #s3slider0, #s3slider1, #s3slider2, #s3slider3,
#s3slider4, #s3slider5, #s3slider6, #s3slider7 {
	width: 400px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-bottom: 1.5em;
	z-index: 1;
}

#s3sliderContent {
	width: 100%; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
	overflow: hidden;
}

.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
	overflow: hidden;
}

.s3sliderImage span {
	position: absolute; /* important */
	/*font: 10px/15px Arial, Helvetica, sans-serif;*/
	padding: 10px 13px;
	width: 374px;
	background-color: #dddddd;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #222222;
	display: none; /* important */

	/*
		if you put
		top: 0; -> the box with text will be shown at the top of the image
		if you put
		bottom: 0; -> the box with text will be shown at the bottom of the image
	*/
}

.s3sliderImage span.top {
	top: 0;
	left: 0;
	width: 100%;
}

.s3sliderImage span.bottom {
	bottom: 0;
	left: 0;
	height: 75px;
	width: 100%;
}

.s3sliderImage span.left {
	top: 0;
	left: 0;
	width: 110px !important;
}

.s3sliderImage span.right {
	right: 0;
	top: 0;
	width: 110px !important;
}


