/** * @lastmodified $Id: base_reset.css 4305 2013-11-12 13:59:40Z h.ruhs $ * @since 3.6.2 * * @package Frontend-Kit * @tableofcontents * * 1. Global Reset * 2. Input Reset - vor allem margin bei radio- und checkboxen * 3. Firefox und Chrome - inneren Border entfernen * 4. b und strong - Defintion der Schriftstärke für FF12+ und Win7 zurücksetzen * 5. Common Reset *//* @section 1. Global Reset */a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {border:0;margin:0;outline:0;padding:0;vertical-align:baseline;white-space:normal}/* @section 2. Input Reset - vor allem margin bei radio- und checkboxen */input {margin:0;outline:0;padding:0}/* @section 3. Firefox und Chrome - inneren Border entfernen */button::-moz-focus-inner, input::-moz-focus-inner {border:0}/* @section 4. b und strong - Defintion der Schriftstärke für FF12+ und Win7 zurücksetzen */b, strong {font-weight:700} /* @section 5. Common Reset */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}blockquote, q {quotes:none}blockquote:before, blockquote:after, q:before, q:after {content:'';content:none}li {list-style:none}table {border-collapse:collapse;border-spacing:0}pre.sf-dump, .sf-dump-str, .sf-dump-key, pre.sf-dump samp, pre.sf-dump span {    white-space: pre-wrap;}