@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, th, var
{ font-style: normal; font-weight: normal; }

/


/* Richtet Text in caption und th links aus */
caption, th
{ text-align: left; }

/* Entfernt AnfÃ¼hrungszeichen aus q */
q:before, q:after
{content: ''; }

/* Entfernt Unterstreicheung der Links */
a, a:visited, a:hover, a:active{ text-decoration:none;}

