/*    html,body {
        margin:0;
        padding:0;
        color:#000;
        background:#fff;
    }
    body {
        padding:10px;
        font:76%/140% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    }
*/    
    #news {
        margin:1em 0;
        padding:0;
        width:360px;
        font-size:0.94em;
        list-style:none;
    }
    #news li {
        background:url('../images/newsliste/box.gif') 0 100% no-repeat;
        padding:0 0 4px 0;
        margin:8px 0 0 0;
        display:block;
    }
    #news li p {
        background:#eaeaea;
        padding:1px 4px 0 7px;
        margin:0;
        border-left:14px solid #5e940e;
    }
    #news li.arr p {
        background:#eaeaea url('../images/newsliste/edge.gif') 0 50% repeat-y;
        padding-left:21px;
        border:0;
    }
    #news h3 {
        font-size:1em;
        line-height:1em;
        font-weight:bold;
        background:url('../images/newsliste/box.gif') 0 0 no-repeat;
        margin:0;
        padding:6px 4px 3px 21px;
    }
    #news li:hover {
        background-position:-360px 100%;
    }
    #news li:hover p {
        border-color:#ff8b00;
    }
    #news li.arr:hover p {
        background-image:url('../images/newsliste/edge-h.gif');
    }
    #news li:hover h3 {
        background-position:-360px 0;
    }
    #news a:link {
        text-decoration:none;
        color:#000;
    }
    #news a:visited {
        text-decoration:none;
        color:#606;
    }
    #news a:hover {
        text-decoration:underline;
    }
    #news .more {
        line-height:1em;
        display:block;
        text-align:right;
        padding:0 18px 2px 21px;
        margin-top:4px;
        background:url('../images/newsliste/arrow.gif') 280px 50% no-repeat;
    }

