@charset "UTF-8";
/* ---------------------------------------------------------------- */
/**
 * Stylesheet fuer die TextModule
 *
 * $Rev$ $Date$
 * $Author$
 * $URL$
 *
 * @category bhp_css
 * @package  BHP_Css
 * @version  $Rev$
 * @author   $Author$
 */
/* ---------------------------------------------------------------- */

@media all {
  /* ---------------------------------------------------------------- */
  /* Allgemeines                                                      */
  /* ---------------------------------------------------------------- */
  DIV#cssTextModule {
    padding: 20px 31px 80px 0; /* 1px rechter Abstand, da wir nur einen 2px Breiten Schatten haben */
  }

  DIV#cssTextModule P {
    font-size: 13px;
    line-height: 1.4em;
  }

  DIV#cssTextModule .cssTextWithSpacing {
    margin: 0 0 32px 0;
  }

  DIV#cssTextModule P.cssBold {
    font-weight: bold;
  }

  DIV#cssTextModule UL LI {
    font-size: 13px;
    line-height: 1.4em;
    list-style: disc;
    list-style-position: outside;
    margin: 0 0 0 18px;
  }
}