// 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["eNavigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "../Home_Ns1.gif", rollover: "../Home_NRs2.gif", w: 139, h: 29 },
	"Navigationsschaltflaeche2" : { image: "../Seelsorgeteam_Ns1_1.gif", rollover: "../Seelsorgeteam_NRs2_1.gif", w: 139, h: 29 },
	"Navigationsschaltflaeche3" : { image: "../Gottesdienste_Ns1_1.gif", rollover: "../Gottesdienste_NRs2_1.gif", w: 139, h: 29 },
	"Navigationsschaltflaeche4" : { image: "../Kapelle_Ns1_1.gif", rollover: "../Kapelle_NRs2_1.gif", w: 139, h: 29 },
	"Navigationsschaltflaeche5" : { image: "../Hilfreiche-Links_Ns1_1.gif", rollover: "../Hilfreiche-Links_NRs2_1.gif", w: 139, h: 29 },
	"Navigationsschaltflaeche6" : { image: "../ABC-Suche_Ns1_1.gif", rollover: "../ABC-Suche_NRs2_1.gif", w: 139, h: 29 },
	"Navigationsschaltflaeche7" : { image: "../Informationen_Hs3_1.gif", rollover: "../Informationen_HRs4_1.gif", w: 139, h: 29 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "eNavigationsleiste2", rollover: true, autoClose: false, spacing: 11 });
	$("#eNavigationsleiste2").nofNavBar({isMain: true, orientation: "vertical" });
	$("#eNavigationsleiste2 ul").hide();
});


// End Navigation Bars


