// 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["Navigationsleiste194"] = {
	"Navigationsschaltflaeche29" : { image: "./Sterbegeld_Hbutton3.gif", rollover: "./Sterbegeld_HRbutton4.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche30" : { image: "./KFZ_Versicherung_Nbutton1.gif", rollover: "./KFZ_Versicherung_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche31" : { image: "./private_Haftpflicht_Nbutton1.gif", rollover: "./private_Haftpflicht_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche32" : { image: "./Hausratversicherung_Nbutton1.gif", rollover: "./Hausratversicherung_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche33" : { image: "./Rechtsschutz_Nbutton1.gif", rollover: "./Rechtsschutz_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche34" : { image: "./Beamtenrechtsschutz_Nbutton1.gif", rollover: "./Beamtenrechtsschutz_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche35" : { image: "./Wohngebaude_Nbutton1.gif", rollover: "./Wohngebaude_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche36" : { image: "./Haus_Grundbesitzer_Nbutton1.gif", rollover: "./Haus_Grundbesitzer_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche37" : { image: "./Bauherrenhaftpflicht_Nbutton1.gif", rollover: "./Bauherrenhaftpflicht_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche38" : { image: "./Bauleistung_Nbutton1.gif", rollover: "./Bauleistung_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche39" : { image: "./Gewasserschaden_Nbutton1.gif", rollover: "./Gewasserschaden_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche40" : { image: "./Hundehalter_Nbutton1.gif", rollover: "./Hundehalter_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche41" : { image: "./Pferdehaftpflicht_Nbutton1.gif", rollover: "./Pferdehaftpflicht_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche42" : { image: "./Reiseversicherungen_Nbutton1.gif", rollover: "./Reiseversicherungen_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche43" : { image: "./Unfallversicherung_Nbutton1.gif", rollover: "./Unfallversicherung_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche44" : { image: "./Berufsunfahigkeit_Nbutton1.gif", rollover: "./Berufsunfahigkeit_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche45" : { image: "./Riester-Rente_Nbutton1.gif", rollover: "./Riester-Rente_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche46" : { image: "./Risikoleben_Nbutton1.gif", rollover: "./Risikoleben_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche47" : { image: "./Private_Kranken_Nbutton1.gif", rollover: "./Private_Kranken_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche48" : { image: "./Krankenzusatz_Nbutton1.gif", rollover: "./Krankenzusatz_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche49" : { image: "./Sterbegeld_Nbutton1.gif", rollover: "./Sterbegeld_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche50" : { image: "./Rentenversicherung_Nbutton1.gif", rollover: "./Rentenversicherung_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche51" : { image: "./Sofortpolice_Nbutton1.gif", rollover: "./Sofortpolice_NRbutton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche52" : { image: "./Nachrichten_Nbutton1.gif", rollover: "./Nachrichten_NRbutton2.gif", w: 140, h: 20 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste194", rollover: true, autoClose: false, spacing: 1 });
	$("#Navigationsleiste194").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste194 ul").hide();
	$("#Navigationsleiste194").css('border', '1px solid gray');
	$("#Navigationsleiste194").css('border-style', 'outset');
	$("#Navigationsleiste194 ul").css('border', '1px solid gray');
	$("#Navigationsleiste194 ul").css('border-style', 'outset');
});


// End Navigation Bars

