<!--









		var ZielDatei = "content.html?obenrechts.html";


		if (!top.FramesetGeladen){


		if(document.images)


		top.location.replace(ZielDatei); 


		else 


		top.location.href = ZielDatei ;


		}


		var FramesetGeladen = 1;


		function SeiteLaden() {


		if(self.location.search.length > 0) {


		var laenge = self.location.search.length;


		var Neue_url = self.location.search.substring(1,laenge);


		if (document.images)


		self.content.location.replace(Neue_url);


		else


		self.content.location.href = (Neue_url); 


		}


		}


		//-->