

#container {
	width:985px;
	margin:0 auto;
	margin-top:50px;
	position:relative;
	display:inline;
	float:left;
	z-index: 8;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#example {
	width:985px;
	position:relative;
}

#example2for1 {
	width:985px;
	top:15px;
	position:relative;
}

/*
		background-color:#68a2f0;
	Slideshow style
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:985px;
	height:315px;
	margin-left:0px;
	margin-top:0px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	width:985px;
	display:block;
}

.content {
	width:180px;
	height:315px;
	display: inline;
	float: left;
	margin-right:4px;
}

.content2 {
	width:978px;
	height:30px;
	display: inline;
	float: left;
	margin-right:4px;
}

.content3 {
	width:978px;
	padding-top:15px;
	height:240px;
	display: inline;
	float: left;
	margin-right:4px;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:-5px;
	left:-8px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}


#slides .next {
	left:951px;
}

/*
	Pagination
*/

.pagination {
	margin:75px auto 0;
	width:80px;
		padding-left:15px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:20px;
	height:4px;
	padding-top:15px;
	background-image:url(../img/pagination_off.png);
	background-position:0 -20px;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -20px;
	background-image:url(../img/pagination_on.png);
}



/*
	inhalte
*/


.image_center{
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
.subtext{
	display: block;
	text-align:center; 
    margin-left: auto;
    margin-right: auto;
	font-family: 'Ruda', sans-serif; Arial; 
	font-size:  13px;
	color: #55626b;
	line-height: 16px;
	text-decoration: none;
	}



