
/*-------------------------------------------------*/
/* Link-CSS*/

a
{
line-height: 1.6em;
color : #009671;
text-decoration : underline;
cursor: pointer;
}

/*-------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active
{
color : #009671;
text-decoration : underline;
}

/*-------------------------------------------------*/
a:hover
{
color: #D6EEE0;
text-decoration : underline;
}

/*-------------------------------------------------*/
a.navi_active
{
display: block;
line-height: 1.875em;
color : #009671;
text-decoration : none;
font-size: 80%;
font-weight: bold;
cursor: pointer;
padding: 7px 5px 5px 45px;
background-image: url('../backgrounds/navi_aktiv.jpg');
background-repeat: no-repeat;
}

/*-------------------------------------------------*/
a.navi_active:link,
a.navi_active:visited,
a.navi_active:hover,
a.navi_active:active
{
color : #009671;
text-decoration : none;
}

/*-------------------------------------------------*/
a.navi_active:hover
{
color: #fff;
text-decoration : none;
background-image: url('../backgrounds/navi_inaktiv.jpg');
}

/*-------------------------------------------------*/
a.navi_inactive
{
display: block;
line-height: 1.875em;
color : #fff;
text-decoration : none;
font-size: 80%;
font-weight: bold;
cursor: text;
padding: 7px 5px 5px 45px;
background-image: url('../backgrounds/navi_inaktiv.jpg');
background-repeat: no-repeat;
}

/*-------------------------------------------------*/
a.navi_inactive:link,
a.navi_inactive:visited,
a.navi_inactive:hover,
a.navi_inactive:active
{
color : #fff;
text-decoration : none;
}

/*-------------------------------------------------*/
a.subnavi_active
{
display: block;
line-height: 1.875em;
color : #009671;
text-decoration : none;
font-size: 120%;
font-weight: bold;
cursor: pointer;
}

/*-------------------------------------------------*/
a.subnavi_active:link,
a.subnavi_active:visited,
a.subnavi_active:hover,
a.subnavi_active:active
{
color : #009671;
text-decoration : none;
}

/*-------------------------------------------------*/
a.subnavi_active:hover
{
color: #fff;
text-decoration : underline;
}

/*-------------------------------------------------*/
a.subnavi_inactive
{
display: block;
line-height: 1.875em;
color : #fff;
text-decoration : none;
font-size: 120%;
font-weight: bold;
cursor: text;
}

/*-------------------------------------------------*/
a.subnavi_inactive:link,
a.subnavi_inactive:visited,
a.subnavi_inactive:hover,
a.subnavi_inactive:active
{
color : #fff;
text-decoration : none;
}
