/***** Reset.CSS ****/

* { margin: 0; padding: 0; }

option { padding:-left: 0.4em; }

html { 
      height: 100%; 
      margin-bottom: 1px; 
}

body {
    font-size: 100.01%;
    color: #000;
    background: #fff;
    text-align: left;
}

/* Rahmen f&uuml;r <fieldset> und <img /> Elemente l&ouml;schen */

fieldset, img {
              border: 0 solid
}

/* Neue Standardwerte f&uuml;r Listen und Zitate */

ul, ol, dl {
            margin: 0 0 1em 1em
}

li {
    margin-left: 1.5em;
    line-height: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 1em 2em;
}

blockquote, cite {
                  margin: 0 0 1em 1.5em;
}

