/* CSS Document */
/** Normalisieren **/
* { margin: 0; padding: 0; }
html { font-family: Arial, Helvetica, sans-serif; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 1em; }
button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; }
-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
selection { background: #fe57a1; color: #fff; text-shadow: none; }
a:link { color: #039; text-decoration: none; }
a:visited { color: #551a8b; color: }
a:hover { color: #06e; text-decoration: underline; }
a:focus { outline: thin dotted; }
a:active { outline: 0; }
a:hover, a:active { outline: 0; }
hr { display: block; height: 1px; border: none; margin: 1em 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
form { margin: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img, object, embed, video { max-width: 100%; }
strong, b { font-weight: normal; }
a.nolink, a.nolink:visited, a.nolink:hover, a.nolink:focus { color: inherit; font-size: inherit; text-decoration: none; cursor: text; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/** Normalisieren Ende **/