/* ======================================
Stylesheet mit Reset und Restaurierung der Abstände
 Datei: reset.css

 ====================================== */
 @media all{
    /*=============================================================
      Teil I - Reset
  ============================================================= */
html{
overflow-y: scroll;
-webkit-text-size-adjust: 100%:
 }

   body, div,
 h1, h2, h3, h4, h5, h6,
 p, blockquote, pre, code,
 ul, ol, li,
 table, th, td, form, fieldset, legend,
 input, textarea
 {padding: 0;
 margin: 0;
 }
article, aside, details, figcaption, figure, footer,
     header, hgroup, main, nav, section, summary {
      display: block;
     }
     
/*=============================================================
  Teil II-Abstände restaurieren
  ============================================================= */

  h2, h3, h4, h5, h6, ul, ol, p, blockquote, pre
  {margin-bottom: 1em;
  }

  ul, ol { margin-left: 2em;

  ul ul, ul ol, ol ol, ul {margin bottom: 0;
  }
  blockquote{margin: 1em 2em;
  }



       }/*Ende@media-nicht löschen*/
