/*  TOP  NAVIGATION  */


a.top:link {
text-decoration: none;
color:#000066;
}


a.top:visited {
text-decoration: none;
color:#000066;
}

a.top:aktive {
text-decoration: none;
color:red;
}


a.top:hover {
text-decoration: none;
color: blue;
font: bold;
}



/* Navigation UNTER  */


a.unter:link {
text-decoration: none;
color:#333333;
}


a.unter:visited {
text-decoration: none;
color:#333333;
}

a.unter:aktive {
text-decoration: none;
color:red;
}


a.unter:hover {
text-decoration: none;
color: #000099;
}



/* SONSTIGE LINKS  */


a:link {
text-decoration: none;
color:#0066ff;
}


a:visited {
text-decoration: none;
color:#00ccff;
}

a:aktive {
text-decoration: underline;
color:red;
}


a:hover {
text-decoration: underline;
color:blue;

}
