/* Browsereigene Darstellungen resetten */

html, body, * { margin: 0; padding: 0;line-height: 100%; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
ol, ul, dl { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; }
q:before, q:after { content: '"'; }
hr { display: none; }
fieldset{border: 0;}


/* Santa's little helper */
.clear { clear: both; height: 0; overflow: hidden; }
.last { margin: 0; border: 0; padding: 0; }
.displaynone { display: none; }
.invisible { display: none; }
.strong { font-weight: bold; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }