if (typeof koelnde_box_breite == "undefined") koelnde_box_breite = ""; if (typeof koelnde_rahmen_farbe == "undefined") koelnde_rahmen_farbe = "#999999"; if (typeof koelnde_rahmen_dicke == "undefined") koelnde_rahmen_dicke = "4"; if (typeof koelnde_hintergrund_farbe == "undefined") koelnde_hintergrund_farbe = "#EFEFEF"; if (typeof koelnde_kopf_hintergrund_farbe == "undefined") koelnde_kopf_hintergrund_farbe = "#FFFFFF"; if (typeof koelnde_schrift_groesse == "undefined") koelnde_schrift_groesse = "12"; if (typeof koelnde_schrift_farbe == "undefined") koelnde_schrift_farbe = "#000000"; if (typeof koelnde_schrift_unterstrichen == "undefined") koelnde_schrift_unterstrichen = "ja"; if (typeof koelnde_aufzaehlungszeichen == "undefined") koelnde_aufzaehlungszeichen = "eckig"; /******************************************************/ if (koelnde_schrift_unterstrichen == "ja") textDecoration = "text-decoration: underline"; else textDecoration = "text-decoration: none"; liststyletype = null; if (koelnde_aufzaehlungszeichen == "eckig") liststyletype = "list-style-type: square"; else if (koelnde_aufzaehlungszeichen == "rund") liststyletype = "list-style-type: circle"; else liststyletype = "list-style-type: none"; liststyletype = liststyletype + "; color: "+koelnde_schrift_farbe+";"; document.write("