// 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["Navigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./Startseite_Hs_Highlighted.gif", rollover: "./Startseite_HRs_HighlightedOver.gif", w: 101, h: 21 },
	"Navigationsschaltflaeche2" : { image: "./Historie_Ns_Regular.gif", rollover: "./Historie_NRs_RegularOver.gif", w: 101, h: 21 },
	"Navigationsschaltflaeche3" : { image: "./Referenzen_Ns_Regular.gif", rollover: "./Referenzen_NRs_RegularOver.gif", w: 101, h: 21 },
	"Navigationsschaltflaeche4" : { image: "./Leistungen_Ns_Regular.gif", rollover: "./Leistungen_NRs_RegularOver.gif", w: 101, h: 21 },
	"Navigationsschaltflaeche5" : { image: "./Kontakt_Ns_Regular.gif", rollover: "./Kontakt_NRs_RegularOver.gif", w: 101, h: 21 },
	"Navigationsschaltflaeche6" : { image: "./Impressum_Ns_Regular.gif", rollover: "./Impressum_NRs_RegularOver.gif", w: 101, h: 21 }
};

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


// End Navigation Bars


