/* Normalisieren der Innen- und Au�enabst�nde */
body,  pre, blockquote,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
th {
margin:0;
padding:0;
}

/*Normalisieren der Standardschriftart*/
html, body {
font-size: 100.01%;
line-height:1.5;
font-weight:normal;
font-family: Verdana, sans-serif;
}
/*Normalisieren der �berschriften*/
h1, h2, h3, h4, h5, h6 {
font-size:1.25em;
font-weight:normal;
}
/*Normalisieren der Schriften weiterer (X)HTML-Elemente*/
abbr, acronym, address, caption, cite, code, dfn, kbd, pre, q, samp, th, var {
font-family: Verdana, sans-serif;
font-style:normal;
font-weight:normal;
}
/*Normalisieren der Textausrichtung in Tabellenunter und -�berschrift*/
caption, th {
text-align:left;
}

/*Normalisieren von Listen*/
ol, ul {
list-style:none;
}
/*Normalisieren von Tabellen (Rahmen)*/
table {
border-collapse: collapse;
border-spacing: 0;
}
/*Normalisieren von fieldset und img (Rahmen)*/
fieldset, img {
border: 0;
}
/*Normalisieren von Zitaten*/
q:before, q:after {
content: '';
}
