@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;
}
