
/*-------------------------------------------------*/
a:link
{
color : #BD521E;
text-decoration: underline;
font-size: 90%;
font-family: arial,verdana;
cursor: pointer;
}

/*-------------------------------------------------*/
a:visited
{
color : #BD521E;
}

/*-------------------------------------------------*/
a:hover
{
color : #D4814B;
text-decoration : none;
}

/*-------------------------------------------------*/
a:active
{
color : #BD521E;
}

/*-------------------------------------------------*/
a.navi_aktiv
{
color : #fff;
text-decoration : none;
font-size: 90%;
font-family: arial,verdana;
font-weight: bold;
cursor: pointer;
letter-spacing: 1px;
}

/*-------------------------------------------------*/
a.navi_aktiv:link
{
color : #fff;
}

/*-------------------------------------------------*/
a.navi_aktiv:visited
{
color : #fff;
}

/*-------------------------------------------------*/
a.navi_aktiv:hover
{
color : #D4814B;
text-decoration: underline;
}

/*-------------------------------------------------*/
a.navi_aktiv:active
{
color : #fff;
}

/*-------------------------------------------------*/
a.navi_inaktiv
{
color : #D4814B;
text-decoration : underline;
font-size: 90%;
font-family: arial,verdana;
font-weight: bold;
cursor: pointer;
letter-spacing: 1px;
}

/*-------------------------------------------------*/
a.ueberschrift_navi
{
    color: #000;
    font-size: 100%;
    line-height: 280%;
    font-family: arial, verdana;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

/*-------------------------------------------------*/
a.ueberschrift_navi:link
{
    color: #000;
}

/*-------------------------------------------------*/
a.ueberschrift_navi:visited
{
    color: #000;
}

/*-------------------------------------------------*/
a.ueberschrift_navi:hover
{
    color: #000;
}

/*-------------------------------------------------*/
a.ueberschrift_navi:active
{
    color: #000;
}

