<!-- // fuer Browser ohne JavaScript auskommentieren
	/* JavaScript-Bereich fuer die Schriftgroessenanpassung
	 * Copyright (C) 2005 Alexander Mueller
	 * Autor: Alexander Mueller
	 * Web:   http://www.EvoComp.de/
	 * The copyright notice must stay intact for use!
	 * You can obtain this and other scripts at http://www.EvoComp.de/scripts/skripte.html
	 *
	 * This program is distributed in the hope that it will be useful,
	 * but without any warranty, expressed or implied.
	 */

	// Initialisieren der Schriftgroesse auf 0.8em mit einer
	// Aenderungsschrittweite von 0.1em
	// diese Zeile !!!MUSS!!! nach dem letzten Link im Dokument stehen,
	// da sonst die Parameter nicht an alle Links im Dokument
	// angehaengt wird.
	init_FontSize (0.8, 'em', 0.1);
	passe_content_height_an('rightElements', 'leftNav', 'content');
// -->