// 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 jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 990, height: 484,
		src: './assets/applets/seite-1.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'high', scale: 'exactfit', salign: 'Left', wmode: 'transparent' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste5"] = {
	"Navigationsschaltflaeche1" : { cssClass: "diggi_schmal_Highlight" },
	"Navigationsschaltflaeche2" : { cssClass: "diggi_schmal" },
	"Navigationsschaltflaeche3" : { cssClass: "diggi_schmal" }
};

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


ButtonsImageMapping["Navigationsleiste6"] = {
	"Navigationsschaltflaeche4" : { cssClass: "diggi_schmal" },
	"Navigationsschaltflaeche5" : { cssClass: "diggi_schmal" },
	"Navigationsschaltflaeche6" : { cssClass: "diggi_schmal" }
};

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


ButtonsImageMapping["Navigationsleiste7"] = {
	"Navigationsschaltflaeche7" : { cssClass: "diggi_breit", opening: "bottom", offsetX: 0, offsetY: 19 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste7", rollover: true, autoClose: false });
	$("#Navigationsleiste7").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#Navigationsleiste7_1").nofNavBar({isMain: false, orientation: "vertical", cssClass: "diggi_breit", opening: "bottom", offsetX: 0, offsetY: 19 });
	$("#Navigationsleiste7_2").nofNavBar({isMain: false, orientation: "vertical", cssClass: "diggi_breit", opening: "bottom", offsetX: 0, offsetY: 19 });
	$("#Navigationsleiste7 ul").hide();
});


// End Navigation Bars


