@charset "UTF-8";
/* ---------------------------------------------------------------- */
/**
 * Stylesheet fuer Ueberschriften
 *
 * $Rev: 9519 $ $Date: 2010-08-25 09:40:35 +0200 (Mi, 25 Aug 2010) $
 * $Author: Wojewsky $
 * $URL: https://wb4serv.heinze.de/projects_and_applications/bhp_BauherrenPortal/frontend/branches/hze 0.5/application/hze/css/yaml/screen/layouts/headlines.css $
 *
 * @category hze_css
 * @package  HZE_Css
 * @version  $Rev: 9519 $
 * @author   $Author: Wojewsky $
 */
/* ---------------------------------------------------------------- */

@media all {
  /* ---------------------------------------------------------------- */
  /* Allgemein                                                        */
  /* ---------------------------------------------------------------- */
  H1.cssHeadline,
  P.cssHeadlineVeryLarge {
    font-family: "Helvetica Neue W02 47 Lt Cn", "Arial Narrow", Arial;
    color: #202020;
    font-size: 25px;
    line-height: 1.17em;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }

  P.cssHeadlineVeryLarge {
    font-size: 25px !important;
    line-height: 1.17em !important;
  }

  H2.cssHeadline {
    font-family: "Helvetica Neue W02 47 Lt Cn", "Arial Narrow", Arial;
    color: #202020;
    font-size: 25px;
    line-height: 1.17em;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }

  H1.cssHeadlineWithSpacing,
  P.cssHeadlineVeryLargeWithSpacing {
    font-family: "Helvetica Neue W02 47 Lt Cn", "Arial Narrow", Arial;
    color: #202020;
    font-size: 25px;
    line-height: 1.17em;
    font-weight: normal;
    padding: 0 0 24px 0;
    margin: 0;
  }

  P.cssHeadlineVeryLargeWithSpacing {
    font-size: 25px !important;
    line-height: 1.17em !important;
  }

  H2.cssHeadlineWithSpacing {
    font-family: "Helvetica Neue W02 47 Lt Cn", "Arial Narrow", Arial;
    color: #202020;
    font-size: 25px;
    line-height: 1.17em;
    font-weight: normal;
    padding: 0 0 24px 0;
    margin: 0;
  }

  H3.cssHeadline,
  P.cssHeadline {
    font-family: Arial;
    color: #202020;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }

  H3.cssHeadlineWithSpacing,
  P.cssHeadlineWithSpacing {
    font-family: Arial;
    color: #202020;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
    padding: 0 0 8px 0;
  }

  P.cssLightHeadline {
    font-family: Arial;
    color: #202020;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }

  P.cssLightHeadlineWithSpacing {
    font-family: Arial;
    color: #202020;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    padding: 0 0 8px 0;
  }
}