function wechselAuf(Element, Ebene) {
    if(String(Element).substring(0,1)=="a") {
        Element=document.getElementById(Element);
        if(Ebene==1) {
            Element.style.backgroundImage="url('pics/img46.gif')";
            Element.firstChild.style.color="#cc6600";
            Element.firstChild.style.fontFamily="arial";
            Element.firstChild.style.fontSize="11pt";
            Element.firstChild.style.fontWeight="800";
            Element.firstChild.style.fontStyle="normal";
            Element.style.width="160px";
            Element.style.height="17px";
            Element.style.marginLeft="0px";
            Element.style.padding="3px";
            Element.style.borderStyle="solid";
            Element.style.borderColor="#ffffff";
            Element.style.borderWidth="1px";
        }

        if(Ebene==2) {
            Element.style.backgroundImage="url('pics/img62.gif')";
            Element.firstChild.style.color="#cc6600";
            Element.firstChild.style.fontFamily="arial";
            Element.firstChild.style.fontSize="11pt";
            Element.firstChild.style.fontWeight="400";
            Element.firstChild.style.fontStyle="normal";
            Element.style.width="144px";
            Element.style.height="17px";
            Element.style.marginLeft="16px";
            Element.style.padding="3px";
            Element.style.borderStyle="solid";
            Element.style.borderColor="#ffffff";
            Element.style.borderWidth="1px";
        }

    }
}

function wechselWeg(Element, Ebene) {
    if(String(Element).substring(0,1)=="a") {
        Element=document.getElementById(Element);
        if(Ebene==1) {
            Element.style.backgroundImage="url('pics/img45.gif')";
            Element.firstChild.style.color="#cc6600";
            Element.firstChild.style.fontFamily="arial";
            Element.firstChild.style.fontSize="11pt";
            Element.firstChild.style.fontWeight="800";
            Element.firstChild.style.fontStyle="normal";
            Element.style.width="160px";
            Element.style.height="17px";
            Element.style.marginLeft="0px";
            Element.style.padding="3px";
            Element.style.borderStyle="solid";
            Element.style.borderColor="#ffffff";
            Element.style.borderWidth="1px";
        }

        if(Ebene==2) {
            Element.style.backgroundImage="url('pics/img61.gif')";
            Element.firstChild.style.color="#cc6600";
            Element.firstChild.style.fontFamily="arial";
            Element.firstChild.style.fontSize="11pt";
            Element.firstChild.style.fontWeight="400";
            Element.firstChild.style.fontStyle="normal";
            Element.style.width="144px";
            Element.style.height="17px";
            Element.style.marginLeft="16px";
            Element.style.padding="3px";
            Element.style.borderStyle="solid";
            Element.style.borderColor="#ffffff";
            Element.style.borderWidth="1px";
        }

    }
}