// 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");
		});
	}
	if (jQuery.browser.safari){
		$(".nof-lyr>br:first").each(function () {
			$(this).replaceWith("<div style='height:0px'>&nbsp;</div>");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Kontakt_NButton_Kopf.jpg", rollover: "./assets/images/autogen/Kontakt_NRButton_Kopf.jpg", w: 150, h: 25 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Karte_NButton_Kopf.jpg", rollover: "./assets/images/autogen/Karte_NRButton_Kopf.jpg", w: 150, h: 25 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Impressum_NButton_Kopf.jpg", rollover: "./assets/images/autogen/Impressum_NRButton_Kopf.jpg", w: 150, h: 25 }
};

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


ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Willkommen_HButton_V02_02.jpg", rollover: "./assets/images/autogen/Willkommen_HRButton_V02_02.jpg", w: 150, h: 40 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Aktuelles_NButton_V02_02.jpg", rollover: "./assets/images/autogen/Aktuelles_NRButton_V02_02.jpg", w: 150, h: 40 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Leistungen_NButton_V02_02.jpg", rollover: "./assets/images/autogen/Leistungen_NRButton_V02_02.jpg", w: 150, h: 40, opening: "right", offsetX: 150, offsetY: 0 },
	"Navigationsschaltflaeche8" : { image: "./assets/images/autogen/Finanzbuchfuhrung_NButton_V02_02.jpg", rollover: "./assets/images/autogen/Finanzbuchfuhrung_NRButton_V02_02.jpg", w: 150, h: 40 },
	"Navigationsschaltflaeche9" : { image: "./assets/images/autogen/Lohnbuchfuhrung_NButton_V02_02.jpg", rollover: "./assets/images/autogen/Lohnbuchfuhrung_NRButton_V02_02.jpg", w: 150, h: 40 },
	"Navigationsschaltflaeche10" : { image: "./assets/images/autogen/Jahresabschluss_NButton_V02_02.jpg", rollover: "./assets/images/autogen/Jahresabschluss_NRButton_V02_02.jpg", w: 150, h: 40 },
	"Navigationsschaltflaeche11" : { image: "./assets/images/autogen/Steuererklarungen_NButton_V02_02.jpg", rollover: "./assets/images/autogen/Steuererklarungen_NRButton_V02_02.jpg", w: 150, h: 40 },
	"Navigationsschaltflaeche12" : { image: "./assets/images/autogen/Betriebsprufungen_NButton_V02_02.jpg", rollover: "./assets/images/autogen/Betriebsprufungen_NRButton_V02_02.jpg", w: 150, h: 40 },
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/Kanzlei_NButton_V02_02.jpg", rollover: "./assets/images/autogen/Kanzlei_NRButton_V02_02.jpg", w: 150, h: 40 }
};

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


// End Navigation Bars


