
/*** 2008-11-25 Burkhard Herre    ***/

/*** ueberschreiben des normalen screen styles ***/

ul {
    list-style-type: disc;
    margin-left: 20px;
}

ul li {
    padding-left: 15px;
    padding-bottom: 10px;
    background-position: 0px 7px;
}

ol {
    list-style-image: none;
    margin-left: 22px;
}

ol li {
    padding-left: 15px;
    padding-bottom: 10px;
}