#examples a {color:#888 ;text-decoration: none;}

#examples a:hover {color: #090;}

#examples h3 {margin: 20px 0 5px 0;}

/* example_6 css */
#container {
	width: 800px;
}

#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 800px; /* important */
	height: 500px; /* important */
	margin: 0;
	background: #fff;
}

#inhalt_1 {
	width: 800px;
	height: 400px;
	background-image:url(../inhalt1.jpg);
}
#inhalt_kontakt {
	position:absolute;
	top:100px;;
	left:210px;
	width:100px;
	z-index:0;
}

#inhalt_2 {
	width: 800px;
	height: 400px;
	background-image:url(../inhalt2.jpg);
}

#inhalt_2_r {
	margin:3px;
	padding:5px;
	width: 780px;
	height: 380px;
}

#inhalt_3 {
	width: 800px;
	height: 400px;
	background-image:url(../inhalt3.jpg);
}

#inhalt_3_r {
	margin:3px;
	padding:5px;
	width: 780px;
	height: 380px;
}

#inhalt_4 {
	background:#FFF;
	width: 800px;
	height: 400px;
}
#inhalt_5 {
	background:#C9F;
	width: 800px;
	height: 400px;
}
#inhalt_6 {
	background:#39F;
	width: 800px;
	height: 400px;
}


#example_6_content {
	position: absolute;
	top: 0;
	margin-left: 0;
}

#example_6_content
#example_6_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#example_6_content {
	width: 13440px;
}

#container_bd #example_6 ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
}

#container_bd #example_6 ul li img {
	display: block;
}

#example_6_frame {
	position: relative;
	margin: 425px 11px 0 11px;
}
#container_bd #example_6_frame ul li {
	margin: 2px;
}
#container_bd #example_6_frame ul li img{
	border: 1px solid #666;
	padding: 2px;
}

#container_bd #example_6_frame ul li img:hover {
	border: 3px solid #E85F02;
}

#container_bd #example_6_frame ul li img:active {
	border: 1px solid #F00;
}

.accordion_toggler {
	padding: 5px;
	background:#fff;
	/*border-top: 1px solid #69c;
	border-left: 1px solid #69c;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;*/
	color: #fff;
	cursor: pointer;
}

.accordion_content {
	background: #fff;
}
