
/********************************
*********** Slider **************
********************************/
.slider{
	position:relative;
	height:10px; width:900px;
	background-color:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border: 1px solid #ccc;
	z-index:50;
	float: left;
	margin: 60px 0 40px;
	}
	
	
.sliderbar, .sliderbarBlack{
	position: absolute;
	left: 0px;
	top: 0px;
/*	background: #ff0000;*/
	height: 10px;
}

.sliderbarBlack{
	background: #333333;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-o-border-bottom-left-radius:10px;
	-ms-border-bottom-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	-o-border-top-left-radius:10px;
	-ms-border-top-left-radius:10px;
}
	

.arrow{
	width: 20px;
	height: 21px;
	float: left;
	margin: 10px;
	margin-top: 55px;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.arrow.left{
	background-image: url(../../img/arrow_left.png);
	background-repeat: no-repeat;
}

.arrow.right{
	background-image: url(../../img/arrow_right.png);
	background-repeat: no-repeat;
}

.bobbel{
	position:absolute;
	top:-10px; left:-10px;
	height:30px; width:30px;
	cursor:pointer;
	z-index:100;
	background-color:#fff;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	user-select: none;
    -moz-user-select: none;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
	box-shadow:0px 0px 3px #333;
	-moz-box-shadow:0px 0px 3px #333;
	-webkit-box-shadow:0px 0px 3px #333;
	-o-box-shadow:0px 0px 3px #333;
	-ms-box-shadow:0px 0px 3px #333;
	-ms-touch-action: none;
}
	
	
	
.sliderOverlay{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
	background-repeat: no-repeat;
	user-select: none;
    -moz-user-select: none;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
	}
.beschriftung{
	font-family: 'SZSans', Arial, Helvetica, sans-serif;
	position:absolute;
	font-size:16px;
	width:auto;	height:18px;
	text-align:center;
	z-index:60;
/*	cursor:pointer;*/
	color:#333;
	user-select: none;
    -moz-user-select: none;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    background-image: url(../../img/line.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 17px;
    top: 11px;
	}
.fontweightbold{ font-weight: bold;}

.poi{
	position: absolute;
	width: 1px;
	height: 20px;
/*	background: #333333;*/
	top: 0px;
	z-index: 52;
}

.bubble{
	padding: 5px;
	background: #666;
	position: absolute;
	top: -40px;
	left: -3px;
}

.bubble p{
	color: #FFFFFF;
	margin: 0px;
	font-family: 'SZSans', Arial, Helvetica, sans-serif;
}

.bubble .peak{
    border-top: 8px solid #666;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    left: 11px;
    position: absolute;
    bottom: -8px;
    width: 0;

}


.clear{
	clear: both;
}*/