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

/*-------------------------------------------------*/
a:visited
{
color : #CCCCCC;
text-decoration: none;
}

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

/*-------------------------------------------------*/
a:active
{
color : #CCCCCC;
text-decoration: none;
}

/*-------------------------------------------------*/
a.navi_active
{
color : #000;
text-decoration : none;
font-size: 130%;
font-family: verdana,arial;
font-stretch: ultra-expanded;
font-weight: bold;
line-height: 95%;
cursor: pointer;
}

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

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

/*-------------------------------------------------*/
a.navi_active:hover
{
color : #595959;
}

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

/*-------------------------------------------------*/
a.navi_inaktiv
{
color : #595959;
text-decoration : none;
font-size: 130%;
font-family: verdana,arial;
font-stretch: ultra-expanded;
font-weight: bold;
line-height: 95%;
cursor: pointer;

}

