

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

#rechts
{
	margin: 0;
}

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

#rechts li
{
    margin:0; padding:0;
    list-style-type:none;
    background-color: #F8E1CF;
    border-bottom:1px solid #DD7E32;
    width:180px;
}

#rechts a
{
    text-decoration:none;
    color: #D06B21;
    width:180px;
    display:block;
}

#rechts a:hover
{
    text-decoration:none;
    background-color: #D06B21;
    color:#fff;
    width:180px;
    display:block; 
}

