/* Import des Null-Nullnormalisierungsstylessheets */

/* normalisierung margin, padding */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, 
input, p, th, td, blockquote 
{ margin:0; padding:0; }
/* normalisierung font-size header */
h1, h2, h3, h4, h5, h6 { 
   font-size:100% }
/* entfernt list-style aus listen */
ol, ul {
    list-style:none; }
/* normalisieren von tabellen  */
table {
border-collapse:collapse;
border-spacing:0; }
/* entfernt border aus fieldset und img* */
fieldset, img { 
    border:0;
    vertical-align:bottom; }
/* normalisiert font-style und font-weight auf normal */
address, caption, cite, code, dfn, em,strong,th,var {
    font-style:normal;
    font-weight:normal; }
/* richtet text in caption und th links aus */
caption, th {
    text-align:left; }
/* entfernt anfuerungszeichen aus q* */
q:after, q:before {
    content:''; }
/* entfernt list-style aus listen*/ 
ol, ul { list-style:none; }
/* normalisieren der standardschrift */
 body { font-size:100.01%;
             line-height:1.5;
             font-weight:normal;
             font-family: "Trebuchet MS","Lucida Grande", "Lucida Sans Unicode",
                          "Verdana", sans-serif }
/* normalisieren der schriften weiterer (x)html-elemente */
abbr, acronym, address, caption, cite, code, dfn, em, kbd, pre, q, samp,
strong, th, var 
           { font-family: "Trebuchet","Lucida Grande", "Lucida Sans Unicode",
                          "Verdana", sans-serif;
             font-style:normal;
             font-weight:normal }                          

 