/*for Vorstand.html bis Vorstand5.html: mouseovereffect*/
function aendDiv1(spanId)
{				 document.getElementById(spanId).style.backgroundColor= "transparent";
         document.getElementById(spanId).style.fontSize = "13pt";
         document.getElementById(spanId).style.textDecoration = "none";
         document.getElementById("div1").style.visibility = "visible";
 }
function resetDiv1 (spanId)
{				 document.getElementById(spanId).style.backgroundColor = "transparent";
         document.getElementById(spanId).style.fontSize = "12pt";
         document.getElementById(spanId).style.textDecoration = "none";
         document.getElementById("div1").style.visibility = "hidden";
}
/*#############################################################################*/

