/*
    Document   : test
    Created on : 11.10.2013, 17:37:25
    Author     : Tobias Klauenberg
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}

.contentBox{
    width: 800px;
    height: 480px;
    border: solid black 1px;
}

.Auswahl{
    height: 200px;
    width: 400px;
    background-color: #99ccff;
    overflow-y: scroll;
}


ul.Auswahl1, ul.Auswahl2{
    list-style: none;
}