
function TdColorNeu(Zahl,A)
 {
 document.all.tags("div")[Zahl].style.backgroundColor="#855555";
  document.all.tags("a")[A].style.color="#401200";
 }

 function TdColorAlt(Zahl,A)
 {
 document.all.tags("div")[Zahl].style.backgroundColor="#888888";
 document.all.tags("a")[A].style.color="#888888";
 }
 function AColorNeu(Div,Ver)
 {
 document.all.tags("a")[Ver].style.color="#401200";
 document.all.tags("div")[Div].style.backgroundColor="#855555";
 }

 function AColorAlt(Div,Ver)
 {
 document.all.tags("a")[Ver].style.color="#888888";
 document.all.tags("div")[Div].style.backgroundColor="#888888";
 }
function einL(aktuellerLink)
{
aktuellerLink.style.color="#401200";
}
function ausL(aktuellerLink)
{
aktuellerLink.style.color="#888888";

}
function einL1(aktuellerLink)
{
aktuellerLink.style.color="#C00040";
}
function ausL1(aktuellerLink)
{
aktuellerLink.style.color="#401200";

}

