﻿.hallenplan-header
{
    background-color:#ebebeb;
}
.hallenplan-bottom
{
    background-color:#ebebeb;
}
#HallenplanScaleSlider {
    height:200px;
    float:left;
    z-index:1000;
    margin-left:10px;
    margin-top:10px;
}
.ui-slider {
    border:2px solid #009dd1;
}
.ui-slider-handle {
    background-color:#009dd1;
}
.ui-slider-handle:hover{
    background-color:#40b6dd;
}
