/*-------------------------------------------------*/
a:link
{
color: #718A29;
text-decoration : none;
font-size: 90%;
font-family: arial,verdana;
cursor: pointer;
}

/*-------------------------------------------------*/
a:visited
{
text-decoration : none;
color: #718A29;
}

/*-------------------------------------------------*/
a:hover
{
color: #000;
text-decoration : none;
}

/*-------------------------------------------------*/
a:active
{
text-decoration : none;
color: #718A29;
}

/*-------------------------------------------------*/
a.navi_aktiv
{
color : #718A29;
text-decoration : none;
font-size: 90%;
font-family: arial,verdana;
cursor: pointer;
background-image:url('../backgrounds/button_up.jpg');
background-repeat: no-repeat;
background-position: center;
display: block;
height: 30px;
}

/*-------------------------------------------------*/
a.navi_aktiv:link
{
color : #718A29;
}

/*-------------------------------------------------*/
a.navi_aktiv:visited
{
color : #718A29;
}

/*-------------------------------------------------*/
a.navi_aktiv:hover
{
color : #B1BE89;
background-image:url('../backgrounds/button_down.jpg');
}

/*-------------------------------------------------*/
a.navi_aktiv:active
{
color : #718A29;
}

/*-------------------------------------------------*/
a.navi_inaktiv
{
color : #000;
text-decoration : none;
font-size: 90%;
font-family: arial,verdana;
cursor: pointer;
background-image:url('../backgrounds/button_down.jpg');
background-repeat: no-repeat;
background-position: center;
display: block;
height: 30px;
}
