@charset "UTF-8";
/* ---------------------------------------------------------------- */
/**
 * Stylesheets fuer die BreadCrumbNavigation
 *
 * $Rev: 9535 $ $Date: 2010-08-27 12:37:20 +0200 (Fr, 27 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/breadcrumbNavigation.css $
 *
 * @category hze_css
 * @package  HZE_Css
 * @version  $Rev: 9535 $
 * @author   $Author: Wojewsky $
 */
/* ---------------------------------------------------------------- */
@media all {
  /* ---------------------------------------------------------------- */
  /* BreadCrumbNavigation                                             */
  /* ---------------------------------------------------------------- */
  DIV#cssFooterHeaderBreadCrumb {
    color: #333;
    padding: 9px 16px 4px 35px;
    clear: both;
    overflow: hidden;
    height: 16px;
  }

  DIV#cssContentBreadCrumb {
    color: #666;
    clear: both;
    overflow: hidden;
    /* height: 16px; */
  }

  DIV.cssBreadcrumbNavigation {
    position:relative;
    display: inline;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 1.4em;
    color: #666;
  }

  DIV.cssBreadcrumbNavigation UL {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
  }

  DIV.cssBreadcrumbNavigation UL LI,
  DIV.cssBreadcrumbNavigation SPAN {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 12px;
    line-height: 1.4em;
    color: #666;
  }

  DIV.cssBreadcrumbNavigation UL LI DIV {
    display: inline;
  }

  DIV#cssFooterHeaderBreadCrumb DIV.cssBreadcrumbNavigation UL LI DIV A SPAN,
  DIV#cssFooterHeaderBreadCrumb DIV.cssBreadcrumbNavigation UL LI DIV A:hover SPAN {
    font-size: 1em;
    color: #333;
  }

  DIV#cssContentBreadCrumb DIV.cssBreadcrumbNavigation UL LI DIV A SPAN,
  DIV#cssContentBreadCrumb DIV.cssBreadcrumbNavigation UL LI DIV A:hover SPAN {
    font-size: 1em;
    color: #666;
  }
}
