@charset "UTF-8";
/* CSS Document */
/* Normalisiert margin, padding */
body, div, dl, dt, dd, ul ,ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalisiert font-size für Überschriften */
h1, h2, h3, h4, h5, h6 
{ font-size: 100%; }

/* Entfernt list-style aus Listen */
ul, ol 
{ list-style: none; }

/* Normalisiert font-style und font-weight auf normal */
adress, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* EntferntAbstände zwischen Tabellenzellen und Tabellenrändern */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Entfernt border aus fieldset und img */
fieldset, img
{ border: 0;}

/* Richtet Text in caption und th links aus */
caption, th
{ text-align: left; }

/* Entfernt Anführungszeichen aus q */
q:before, q:after
{content: ''; }

