  /* LSH Raumplaene*/
.lsh_window{
        position: fixed;
        top: 100px;
        left: 0px;
}

.lsh_box1{
        background-color: Lightgrey;
        width: 250;
        height: 600;
        float: left;
        display: none;
        cursor:pointer;
}
.lsh_box2{
        background-color: red   ;
        width: 15;
        height: 200;
        float: left;
        cursor:pointer;
}
.lsh_box3{
        float: left;
}
.lsh_theContainer{
        margin-left: 2px;
        margin-top: 1px;
        float: none;
        clear: both;
}
.lsh_theChildContainer{
        margin-left: 2px;
        margin-top: 1px;
        float: none;
}
.lsh_theContainerSmall{
        margin-left: 2px;
        margin-top: 1px;
        float: left;
        font-size: 10px;
}
.lsh_theHeader{
        margin-left: 2px;
        margin-top: 1px;
        text-align: left;
}
.lsh_copyright{
        background-color: red;
}

