/************************************************************/
/* Aktivenordnung und Satzung */
#content li ol, #content li ul {
  margin-top: 0 !important;
}
#ordnung #content li ul, #bnzsatzung #content li ul {
  list-style-type: disc;
}
.inhaltsvz {
  list-style: none;
}
.liste123 {
  list-style-type: decimal;
}
.listeabc {
  list-style-type: lower-alpha;
}
/************************************************************/
