.ui-slider {
	position: relative;
	text-align: left;
	background: #0000FF;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 12px;
	background: #BBBBBB;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	background: #7777FF;
	display: block;
	border: 0;
	background-position: 0 0;
}
#titelanzeige {
	background: #FFFFEC;
	width: 1028px;
	color: #333333;
	border: 1px solid #888888;
	border-radius: 5px 5px 5px 5px;
	padding: 2px;
	font-size: 14px;
    line-height: 14px;
	font-weight: bold;
}

