function Farbe01(Wahlfarbe)
{
document.getElementById('lnk1').style.color = Wahlfarbe;
}
