div.arbeitsbeispiel{
	height:250px;
	}
div.arbeitsbeispiel div{display: none;}
div.arbeitsbeispiel:hover div{display: block;}
div.klappentext{
	width: 250px;
	height: 250px;
	color: white;
	float:right;
	background: url('/rsrc/design/bg_klappentext.png');
	font: 15px/20px Helvetica, Arial, sans-serif;
}

.klappentext p{
	margin:20px;
}

.klappentext a:link, 
.klappentext a:visited, 
.klappentext a:active{color: #faa51a;text-decoration: none;}

.klappentext a:hover{text-decoration: underline;}



.klappentext p span{
	display: block;
	margin: 0 0 5px -2px;
}



a.button_links,
a.button_rechts,
a.button{
	background: #faa51a -moz-linear-gradient(#faa51a, #f47a20);
	background: #faa51a -webkit-gradient(linear, 0 0, 0 100%, from(#faa51a), to(#f47a20));			
	padding: 5px 7px;
	color: white !important;
	border-right:1px solid #f47a20;
	text-decoration: none;
	text-shadow: 0 0 5px #ff7700;
}

a.button{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

a.button_rechts{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left:1px solid #faa51a;
}

a.button_links{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


.infiniteCarousel {
	width: 850px;
	position: relative;
	margin-bottom: 15px;
}

.infiniteCarousel .wrapper {
	width: 850px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	height: 250px;
	margin: 0;
    border: 1px solid #1E1F1B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -moz-box-shadow: 0 0 2px #1E1F1B;
}

.infiniteCarousel .wrapper ul {
	width: 9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 1px 0;
	padding:0;
}

.infiniteCarousel ul li {
	display:block;
	float:left;
	height: 250px;
	width: 850px;
	background: #333 url('/rsrc/design/placeholder.gif') no-repeat 50% 50%;
}

