/* Überwachung von Internet Explorer initialisieren */
if (!window.Weite && document.body && document.body.offsetWidth) {
		window.onresize = neuAufbau;
		Weite = Fensterweite();
		Hoehe = Fensterhoehe();
}
