/* 
    Document   : jquery
    Created on : 26.02.2014, 22:52:32
    Author     : Matthias
    Description:
        Purpose of the stylesheet follows.
*/

.linke_spalte {
    display: none;
    background: url("../img/links.jpg") no-repeat;
    width: 200px;
    height: 545px;
}

.rechte_spalte {
    display: none;
    width: 1102px;
    height: 740px;
    overflow-y: scroll;
}


