/* 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 */
ol, ul {
list-style: none;
}

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

/* Entfernt Tabellen-Stile */
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: '';
}
