
/******************************************************************************/

#rechts ul
{
    margin:0 0 15px 0;
    padding: 0;
}

#rechts li
{
    margin:2px 0 2px 30px;
    width:200px;
    padding: 0;
    list-style-type:square;
    text-align:top;
    line-height:1.1em;
}

#rechts a
{
    color: #930213;
    text-decoration:none;
}

#rechts a:hover
{
    color: #242424;
    text-decoration:none;
}

