// Variablen
letzter="";

// Funktionen
function aktiv(wer){
	if(letzter!=""){
		letzter.src=letzter.src.replace("_a", "_i");
	}
	wer.src=wer.src.replace("_i", "_a");
	letzter=wer;
}
function macheaktiv(welcher){
	document.getElementById(welcher).src=document.getElementById(welcher).src.replace("_i", "_a");
}

if(top.location.href.search("index")==-1 && top.location.href.search("termine")==-1 && top.location.href.search("bilder")==-1){
	//document.location.href="../../index.php"
}

function zeigenewsletter(){
	document.getElementById("newsleterform").style.visibility="visible";
}

function loadesfunctions(){
	if(top.location.href.search("Editor")==-1){
		heads=document.getElementsByTagName("h1");
		for(i=0; i<heads.length; i++){
			heads[i].style.marginTop="-10px";
		}
		if(document.getElementById("subnav")!=null){
			if(navigator.userAgent.search("MSIE 6")==-1){
				document.getElementById("subnav").style.marginTop="-20px";
			}
		}
	}
}