// 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/_______Home_Hgrey-hell.gif", rollover: "./assets/images/autogen/_______Home_HRgrey-dark.gif", w: 184, h: 24 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/_______Service_Ngrey-dark.gif", rollover: "./assets/images/autogen/_______Service_NRgrey-hell.gif", w: 184, h: 24 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/_______Motorradlackierung_Ngrey-dark.gif", rollover: "./assets/images/autogen/_______Motorradlackierung_NRgrey-hell.gif", w: 184, h: 24 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/________Beschriftungen_Ngrey-dark.gif", rollover: "./assets/images/autogen/________Beschriftungen_NRgrey-hell.gif", w: 184, h: 24 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/_______Textildruck_Ngrey-dark.gif", rollover: "./assets/images/autogen/_______Textildruck_NRgrey-hell.gif", w: 184, h: 24 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/_______Links_Ngrey-dark.gif", rollover: "./assets/images/autogen/_______Links_NRgrey-hell.gif", w: 184, h: 24 },
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/_______Impressum_Ngrey-dark.gif", rollover: "./assets/images/autogen/_______Impressum_NRgrey-hell.gif", w: 184, h: 24 }
};

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


// End Navigation Bars


