// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltflaeche1" : { image: "./_Np_endCap.gif", rollover: "./_NRp_endCap.gif", w: 20, h: 57 },
	"Navigationsschaltflaeche2" : { image: "./Leipziger-Eierlei_Hp_Regular.gif", rollover: "./Leipziger-Eierlei_HRp_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche3" : { image: "./Wir-uber-uns_Np_Regular.gif", rollover: "./Wir-uber-uns_NRp_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche4" : { image: "./Ostereier_Np_Regular.gif", rollover: "./Ostereier_NRp_Regular.gif", w: 120, h: 57, opening: "bottom", offsetX: 0, offsetY: 57 },
	"Navigationsschaltflaeche11" : { image: "./Welteier_Ns_Regular.gif", rollover: "./Welteier_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche12" : { image: "./Himmelseier_Ns_Regular.gif", rollover: "./Himmelseier_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche13" : { image: "./Eieruhren_Ns_Regular.gif", rollover: "./Eieruhren_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche14" : { image: "./Eiphone_Ns_Regular.gif", rollover: "./Eiphone_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche15" : { image: "./Technikum---Eggarticum_Ns_Regular.gif", rollover: "./Technikum---Eggarticum_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche16" : { image: "./Fadengrafik_Ns_Regular.gif", rollover: "./Fadengrafik_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche17" : { image: "./Eier-Skulpturen_Ns_Regular.gif", rollover: "./Eier-Skulpturen_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche18" : { image: "./PopArt--bis--Jugendstil_Ns_Regular.gif", rollover: "./PopArt--bis--Jugendstil_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche19" : { image: "./Sm-Ei-leys_Ns_Regular.gif", rollover: "./Sm-Ei-leys_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche20" : { image: "./Sport_Ns_Regular.gif", rollover: "./Sport_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche21" : { image: "./3D-Motive_Ns_Regular.gif", rollover: "./3D-Motive_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche22" : { image: "./Malerei_Ns_Regular.gif", rollover: "./Malerei_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche23" : { image: "./Osterliches_Ns_Regular.gif", rollover: "./Osterliches_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche24" : { image: "./Kaleidoskope_Ns_Regular.gif", rollover: "./Kaleidoskope_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche5" : { image: "./Ostereierborse_Np_Regular.gif", rollover: "./Ostereierborse_NRp_Regular.gif", w: 120, h: 57, opening: "bottom", offsetX: 0, offsetY: 57 },
	"Navigationsschaltflaeche25" : { image: "./Aussteller--2012_Ns_Regular.gif", rollover: "./Aussteller--2012_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche26" : { image: "./Anmeldung_Ns_Regular.gif", rollover: "./Anmeldung_NRs_Rollover.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche6" : { image: "./Termine_Np_Regular.gif", rollover: "./Termine_NRp_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche7" : { image: "./Zeichenburo_Np_Regular.gif", rollover: "./Zeichenburo_NRp_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche8" : { image: "./Links_Np_Regular.gif", rollover: "./Links_NRp_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche9" : { image: "./Impressum_Np_Regular.gif", rollover: "./Impressum_NRp_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche10" : { image: "./_Np_endCap2.gif", rollover: "./_NRp_endCap2.gif", w: 20, h: 57 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", rollover: true, autoClose: true });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar1_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 140, offsetY: 0 });
	$("#NavigationBar1_2").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 140, offsetY: 0 });
	$("#NavigationBar1 ul").hide();
});


// End Navigation Bars


