

/* CSS Properties von jQuery überschreiben */

.ui-slider-horizontal {
    height: 12px;
        margin-top:5px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.2em;
    height: 15 px;
    margin-left: -0.6em;
}

.ui-widget-header {
        background: #ccc;
        border: none;
        color: #fff;
}

.ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #222;
}

#eingabe .ui-state-focus,  #eingabe .ui-widget-content .ui-state-focus {
    border: 1px solid #77B900;
        background: #77B900;
        outline: 0;
}

#eingabe .ui-state-hover,  #eingabe .ui-widget-content .ui-state-hover {
    border: 1px solid #77B900;
        background: #9FDE2C;
        outline: 0;
}
