@charset "UTF-8";
/* ---------------------------------------------------------------- */
/**
 * Stylesheet fuer den Browser-Reset nach Eric Meyers Methode
 *
 * $Rev: 9405 $ $Date: 2010-07-26 08:39:31 +0200 (Mo, 26 Jul 2010) $
 * $Author: Wojewsky $
 * $URL: https://wb4serv.heinze.de/projects_and_applications/bhp_BauherrenPortal/frontend/branches/hze 0.5/application/hze/css/yaml/screen/layouts/reset.css $
 *
 * @category hze_css
 * @package  HZE_Css
 * @version  $Rev: 9405 $
 * @author   $Author: Wojewsky $
 */
/* ---------------------------------------------------------------- */

@media all {
  HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME,
  H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
  A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
  DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP,
  SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR,
  DL, DT, DD, OL, UL, LI,
  FIELDSET, FORM, LABEL, LEGEND,
  TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100.01%;
    font-family: inherit;
    color: inherit;
    vertical-align: baseline;
    /* dem mobilen Safari (iPhone) die veraenderung der Schrifgroesse verbieten */
    -webkit-text-size-adjust: none;
  }

  /* remember to define focus styles! */
  :focus {
    outline: 0;
  }

  BODY {
    line-height: 1;
    color: black;
    background: white;
  }

  OL, UL {
    list-style: none;
  }

  /* tables still need 'cellspacing="0"' in the markup */
  TABLE {
    border-collapse: separate;
    border-spacing: 0;
  }

  CAPTION,
  TH,
  TD {
    text-align: left;
    font-weight: normal;
  }

  BLOCKQUOTE:before,
  BLOCKQUOTE:after,
  Q:before,
  Q:after {
    content: "";
  }

  BLOCKQUOTE,
  Q {
    quotes: "" "";
  }
}