@charset "utf-8";
/* RESET CSS
   Autor: Urs Merk
   Erstelldatum: 20.02.2016
*/

* {padding:0; margin:0}
html {overflow-y:scroll;}

/* Abstand nach unten */
p,ul,ol{margin-bottom:0;}

/*verschachtelte listen ohne Abstand */
ul ul {margin-bottom:0;}

/* Abstand von links */
li {margin-left: 1em;}
