// 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["VerticalNavigationBar1"] = {
	"Navigationsschaltflaeche1" : { image: "../Home_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche2" : { image: "../Uber_uns_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche3" : { image: "../Aktuell_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche4" : { image: "../Gottesdienste_Hp3_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche5" : { image: "../Gemeindekreise_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche6" : { image: "../Kirche_mit_Kindern_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche7" : { image: "../Konfirmanden_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche8" : { image: "../Junge_Gemeinde_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche9" : { image: "../Kirchenmusik_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche10" : { image: "../Konzerte_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche11" : { image: "../Kirchen_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche12" : { image: "../Pinnwand_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche13" : { image: "../Langfristiges_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche14" : { image: "../An_ge_dacht_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche15" : { image: "../Archiv_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche16" : { image: "../Spendenbitte_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche17" : { image: "../Links_Np1_1.gif", w: 110, h: 25 },
	"Navigationsschaltflaeche18" : { image: "../Ansprechpartner_Np1_1.gif", w: 110, h: 25 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "VerticalNavigationBar1", autoClose: false });
	$("#VerticalNavigationBar1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#VerticalNavigationBar1 ul").hide();
	$("#VerticalNavigationBar1").css('background-color', '#FFFFCC');
	$("#VerticalNavigationBar1 ul").css('background-color', '#FFFFCC');
});


// End Navigation Bars

