/* reset.css - alles zurücksetzen */
/* ------------------------------ */
html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, label, div, span, pre, blockquote, p { 
 border: 0;
 margin: 0;
 padding: 0; 
 outline: 0;
}
:focus {
 outline: 0;
}
