
function ein(aktuellerLink)
{
aktuellerLink.style.color="#BFBFBF";

}
function aus(aktuellerLink)
{
aktuellerLink.style.color="#999966";

}
function einL(aktuellerLink)
{
aktuellerLink.style.color="darkolivegreen";

}
function ausL(aktuellerLink)
{
aktuellerLink.style.color="#800000";

}

function TdColorNeu(Zahl)
 {
 document.all.tags("div")[Zahl].style.backgroundColor="#999966";
 document.all.tags("div")[Zahl].style.borderStyle="solid";
 document.all.tags("div")[Zahl].style.borderWidth=1;
 document.all.tags("div")[Zahl].style.borderColor="maroon";
 
 }
 
 function TdColorAlt(Zahl)
 {
 document.all.tags("div")[Zahl].style.backgroundColor="snow";
 document.all.tags("div")[Zahl].style.borderStyle="solid";
 document.all.tags("div")[Zahl].style.borderWidth=1;
 document.all.tags("div")[Zahl].style.borderColor="snow";
 
 }


function Fensterschliessen()
{
window.close();
}



