// 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: "./Haftpflichtversicherung_KFZ_Hbutton3_1.gif", rollover: "./Haftpflichtversicherung_KFZ_HRbutton4_1.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche30" : { image: "./KFZ_Versicherung_Nbutton1_3.gif", rollover: "./KFZ_Versicherung_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche31" : { image: "./private_Haftpflicht_Nbutton1_3.gif", rollover: "./private_Haftpflicht_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche32" : { image: "./Hausratversicherung_Nbutton1_3.gif", rollover: "./Hausratversicherung_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche33" : { image: "./Rechtsschutz_Nbutton1_3.gif", rollover: "./Rechtsschutz_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche34" : { image: "./Beamtenrechtsschutz_Nbutton1_3.gif", rollover: "./Beamtenrechtsschutz_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche35" : { image: "./Wohngebaude_Nbutton1_3.gif", rollover: "./Wohngebaude_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche36" : { image: "./Haus_Grundbesitzer_Nbutton1_3.gif", rollover: "./Haus_Grundbesitzer_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche37" : { image: "./Bauherrenhaftpflicht_Nbutton1_1.gif", rollover: "./Bauherrenhaftpflicht_NRbutton2_1.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche38" : { image: "./Bauleistung_Nbutton1_3.gif", rollover: "./Bauleistung_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche39" : { image: "./Gewasserschaden_Nbutton1_1.gif", rollover: "./Gewasserschaden_NRbutton2_1.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche40" : { image: "./Hundehalter_Nbutton1_1.gif", rollover: "./Hundehalter_NRbutton2_1.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche41" : { image: "./Pferdehaftpflicht_Nbutton1_3.gif", rollover: "./Pferdehaftpflicht_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche42" : { image: "./Reiseversicherungen_Nbutton1_3.gif", rollover: "./Reiseversicherungen_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche43" : { image: "./Unfallversicherung_Nbutton1_3.gif", rollover: "./Unfallversicherung_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche44" : { image: "./Berufsunfahigkeit_Nbutton1_1.gif", rollover: "./Berufsunfahigkeit_NRbutton2_1.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche45" : { image: "./Riester-Rente_Nbutton1_3.gif", rollover: "./Riester-Rente_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche46" : { image: "./Risikoleben_Nbutton1_3.gif", rollover: "./Risikoleben_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche47" : { image: "./Private_Kranken_Nbutton1_3.gif", rollover: "./Private_Kranken_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche48" : { image: "./Krankenzusatz_Nbutton1_3.gif", rollover: "./Krankenzusatz_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche49" : { image: "./Sterbegeld_Nbutton1_3.gif", rollover: "./Sterbegeld_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche50" : { image: "./Rentenversicherung_Nbutton1_3.gif", rollover: "./Rentenversicherung_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche51" : { image: "./Sofortpolice_Nbutton1_3.gif", rollover: "./Sofortpolice_NRbutton2_2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche52" : { image: "./Nachrichten_Nbutton1_3.gif", rollover: "./Nachrichten_NRbutton2_2.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

