@charset "utf-8";
/* CSS Document */
#hotelliste {
    padding:0px 0px 0px 0px;
}
#hotelliste a img {
    border:0;
}
.hliste {
    float:left;
    width:132px;
    margin:0px 6px 6px 0px;
    background-color:#fff;
}
.hliste_farbe {
    background-color:#f2ebdc;
}
.hclear {
    clear:both;
}
.hliste_name, .hliste_ort {
    color:#be8325;
    text-decoration:none;
}
.hliste_name {
    margin-left:5px;
    margin-right:5px;
    margin-top:2px;
    font-weight:bold;
    text-decoration:none;
}
.hliste_ort {
    margin-left:5px;
    margin-right:5px;
    text-decoration:none;
}
.hliste_sterne {
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
}
.hliste_text {
    margin:5px;
    line-height:13px;
}
.hliste_text a {
    text-decoration:none;
    color:#402b12;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #e6e6e6;
}
.jScrollPaneDrag {
	position: absolute;
	background: #ff5900;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height:5px;
	background-image:url(../images/scroll_handle_top.png);
	background-repeat:no-repeat;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height:5px;
	background-image:url(../images/scroll_handle_bottom.png);
	background-repeat:no-repeat;
}
