
function ein(aktuellerLink)
{
aktuellerLink.style.color="#7c8aa4";
aktuellerLink.style.textDecoration="underline";

}
function aus(aktuellerLink)
{
aktuellerLink.style.color="#464c64";
aktuellerLink.style.textDecoration="underline";

}
function einL(aktuellerLink)
{
aktuellerLink.style.color="#C00040";
}
function ausL(aktuellerLink)
{
aktuellerLink.style.color="#401200";

}

function einN(aktuellerLink)
{
aktuellerLink.style.color="powderblue";
}
function ausN(aktuellerLink)
{
aktuellerLink.style.color="snow";

}



