@charset "UTF-8";
/* Allgemeine html-Einstellungen */


* { margin:0; padding:0; }

html { height: 100%; min-height: 101%; }

body { background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

.clr { clear:both }

option { padding-left: 0.2em; padding-right: 0.2em; }

fieldset, a img { border: none; }

h1, h2, h3 { font-weight: bold; }

h2 { font-size: 16px; }

a:link, a:visited {	text-decoration: none; font-weight: normal; }

a:hover { text-decoration: underline; font-weight: normal; }

input.button { cursor: pointer; }

p { margin-top: 0; margin-left: 0; }

img { border: 0 none; }

:focus { outline-style:none; }

