 @charset "utf-8";
 body{
font-family:Times New Roman,sans-serif;
width:1260px;
}
 ul {
  /*style="padding-left: 100px;"*/
  style="list-style-position: inside; padding-left: 100;"
  /*list-style: none;*/
  /*list-style-type: lower-latin; */
  /*list-style-type: disc;*/
  /*width: 1500px; */
  /*margin-right: 100px;*/
}


  .liste-1 {
    list-style: none; padding-left: 25px; text-indent: -25px;
    /* list-style: none; ohne Listenzeichen vorn; padding-left: 25px; text-indent: 20px; */
  }
  .einsprungshinweis {
     color: red; font size="10"; background-color: yellow;
  }
