/* Browsereigene Darstellungen resetten */

html, body, * { margin: 0; padding: 0; border: 0; line-height: 100%; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

ol, ul, dl { list-style: none; }

address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th { text-align: left; }

q:before, q:after { content: '"'; }

hr { display: none; }


/* Santa's little helper */

.clear { clear: both; height: 0; overflow: hidden; }

.last { margin: 0; border: 0; padding: 0; }

.displaynone { display: none; }

.strong { font-weight: bold; }

.italic { font-style: italic; }

.uppercase { text-transform: uppercase; }

