/* Default-Stil für unsortierte listen anpassen */ ul{ /* display: block; */ /* list-style-type: disc; */ /* margin-top: 1em; */ /* margin-bottom: 1 em; */ /* margin-left: 0; */ /* margin-right: 0; */ padding-left: 25px; /* oben stehendes padding = raum für listen-symbol freistehend */ } ol{ /* display: block; */ /* list-style-type: disc; */ /* margin-top: 1em; */ /* margin-bottom: 1 em; */ /* margin-left: 0; */ /* margin-right: 0; */ padding-left: 25px; /* oben stehendes padding = raum für listen-symbol freistehend */ } /* Stilvorlage für Aufzählungen mit Punkten "List1" anpassen */ li.Aufz_1-Punkt{ /* list-style-position:outside; */ /* list-style-type:disc; */ /* margin-bottom:0;*/ margin-left: 25px; /* margin-right:0;*/ /* margin-top:0;*/ /* text-align:justify;*/ /* text-indent:0;*/ } li.Aufz_1-Punkt_Start{ /* list-style-position:outside; */ /* list-style-type:disc; */ /* margin-bottom:0;*/ margin-left: 25px; /* margin-right:0;*/ /* margin-top:13px;*/ /* text-align:justify;*/ /* text-indent:0;*/ } /* Stilvorlage für Aufzählungen mit Ziffern "List3" anpassen */ /* margin-left -15px = gut für Aufzählungen 1stellig (1-9) */ /* margin-left -5px = gut für Aufzählungen 2stellig (1-99) */ /* endgültige Werte abhängig vom verwendeten Schrifttyp! */ li.Aufz_1-Num{ /* list-style-position:outside; */ /* list-style-type:decimal; */ /* margin-bottom:0;*/ margin-left: 0px; /* margin-right:0;*/ /* margin-top:0;*/ /* text-align:justify;*/ /* text-indent:0;*/ } li.Aufz_1-Num_Start{ /* list-style-position:outside; */ /* list-style-type:decimal; */ /* margin-bottom:0;*/ margin-left: 0px; /* margin-right:0;*/ /* margin-top:11px;*/ /* text-align:justify;*/ /* text-indent:0;*/ } /* Stilvorlage für Aufzählungen mit Ziffern "List3" anpassen */ /* margin-left -15px = gut für Aufzählungen 1stellig (1-9) */ /* margin-left -5px = gut für Aufzählungen 2stellig (1-99) */ /* endgültige Werte abhängig vom verwendeten Schrifttyp! */ li.Aufz_2-Num{ /* list-style-position:outside; */ /* list-style-type:decimal; */ /* margin-bottom:0;*/ margin-left: 25px; /* margin-right:0;*/ /* margin-top:0;*/ /* text-align:justify;*/ /* text-indent:0;*/ } li.Aufz_2-Num_Start{ /* list-style-position:outside; */ /* list-style-type:decimal; */ /* margin-bottom:0;*/ margin-left: 25px; /* margin-right:0;*/ /* margin-top:11px;*/ /* text-align:justify;*/ /* text-indent:0;*/ }