/* CC version 37 */
/* contentOlb.css  */
/**
 * ===============================
 * OLB CSS Images
 * ===============================
 */
#contentOlb .inputPickBox {
    background-image: url(/styles/images/search-trigger.gif);
}
/** 
 * ===============================    
 * Online Business CSS Definitionen
 * =============================== 
 * Diese Datei enthaelt spezifische CSS Formatierungen, die im Online Business verwendet werden.
 * Sie wird zusaetzlich zur global.css eingebunden.
 * =============================== 
 */
#contentOlb {
    clear: both;
    margin-left: 0.625em;
    margin-right: 0.5em;
    margin-top: 2.25em;
    padding-bottom: 0.5em;
}
#contentOlb H1 {
    margin-top: 0;
}
#contentOlb img {
    margin-right: 0.25em;
}
#contentOlb .x-form-field-wrap img {
    margin-right: 0;
}
/* ==== Skips ==== */
#contentOlb .hl-skip-small {
    height: 0.5em;
    width: 0.5em;
}
#contentOlb .hl-skip-medium {
    height: 1em;
    width: 1em;
}
#contentOlb .hl-skip-big {
    height: 1.5em;
    width: 1.5em;
}
#contentOlb .inputNonEdit .hl-skip-big {
    height: 2em;
    width: 2em;
}
/* ==== Fehlermeldungen (ICEs) ==== */
/* Formatierung fuer Fehlermeldungstexte und zu kennzeichnende Label und Eingabefelder */
/* dependancy: div.qaf .error, .warning, .information in global.css */
/* ==== Fehler ==== */
/* Fehlermeldungstexte */
#contentOlb span.error {
    color: #e75200;
    font-size: 0.75em;
    font-weight: bold;
}
/* Label von Eingabeelementen von Fehlermeldungen */
#contentOlb label.error {
    text-decoration: underline;
}
/* Eingabeelemete von Fehlermeldungen */
#contentOlb input.error {
    border-bottom: 1px solid #e75200;
}
/* ==== Warnungen ==== */
/* Warnmeldungstexte */
#contentOlb span.warning {
    color: #fa8e00;  
    font-size: 0.75em;
    font-weight: bold;
}
/* Label von Eingabeelementen von Warnmeldungen */
#contentOlb label.warning {
    text-decoration: underline;    
}
/* Eingabeelemente von Warnmeldungen */
#contentOlb input.warning {
    border-bottom: 1px solid #fa8e00;
}
/* ==== Informationen ==== */
/* Informationsmeldungstexte */
#contentOlb span.info {
    color: #007419; 
    font-size: 0.75em;
    font-weight: bold;
    /*padding: 0.1em;*/
}
#contentOlb span.error p,
#contentOlb span.info p,
#contentOlb span.warning p {
    font-size: 1em;
    margin: 0;
}
/* Label von Eingabeelementen von Informationsmeldungen */
#contentOlb label.info {
    text-decoration: underline;    
}
/* Eingabeelemente von Informationsmeldungen */
#contentOlb input.info {
    border-bottom: 1px solid #007419;
}
/* boxes definition */
/* verwendet fuer Boxen mit dunklem Hintergrund, gibt es wahrscheinlich gar nicht, */
/* weil dafuer immer GroupBoxen verwendet wurden. */
#contentOlb table.bgDark {
    background-color: #b5c6de;
}
/* verwendet fuer Suchstreifen */
#contentOlb table.bgLight {
    background-color: #e2e9f4;
}
#contentOlb .bgNone {
}
/* ==== farbige Boxen ==== */
#contentOlb .bgLight {
    background-color: #e2e9f4;
    border: 1px solid #9ba9be;
    padding: 0.5em; /* immer eher margin als padding verwenden, wenn moeglich! */
}
/**
 * ==== Boxen mit Hintergrundfarbe ====
 * -  Die Boxen erhalten neben der Hintergrundfarbe auch einen Rahmen.
 * -  Diese Klasse wird gesetzt, wenn "bgColor" gesetzt ist.
 */
#contentOlb .boxBgColor {
    background-color: #f0f0f0;
    border: 1px solid #9ba9be;
}
/**
 * ==== Groupborder ====
 * -  TODO:
 * 1. Groupborders koennten sich innerhalb von Tabellen mit Hintergrundfarbe anders darstellen 
 *    als ausserhalb solcher Tabellen.
 * 2. .boxLabel rausnehmen
 */
#contentOlb .boxLabel, 
#contentOlb .groupBorder thead {
    background-color: #e2e9f4;
}
#contentOlb .boxLabel, 
#contentOlb .groupBorder th {
    border-bottom: 1px solid #9ba9be;
    border-left: 1px solid #9ba9be;
    border-right: 1px solid #9ba9be;
}
#contentOlb .boxLabel, 
#contentOlb .groupBorder th div {
    font-size: 0.75em;
    font-weight: bold;    
    padding: 0.1667em 0.3333em; /* in Diskussion, eher linksbuendig ausrichten */
}
#contentOlb .groupBorder th div.inetHelpId {
    float: right;
    margin-right: 0.08333em;
    margin-top: 0.1667em;
    padding: 0;
}
#contentOlb .groupBorderTopLine {
    border-top: 1px solid #9ba9be;
}
#contentOlb .groupBorderBottomLine {
    border-bottom: 1px solid #9ba9be;
}
#contentOlb .groupBorderLeftLine {
    border-left: 1px solid #9ba9be;
}
#contentOlb .groupBorderRightLine {
    border-right: 1px solid #9ba9be;
}
/* properties for displayed data (disabled input fields) */
#contentOlb .inputNonEdit {
    font-size: 0.75em;
    /*margin-bottom: 0.25em;*/
    margin-right: 0.25em;
}
#contentOlb .inputNonEdit p {
    font-size: 1em;
}
/* benutzt? */
#contentOlb .inputText {
    font-size: 0.75em;
}
#contentOlb .inputPickBox {
    background-color: transparent;
    background-position: 0 0; /* search-trigger.gif */
    background-repeat: no-repeat;
    border-color: #9ba9be #9ba9be #b5b8c8;
    border-style: solid;
    border-width: 0 0 1px;
    cursor: pointer;
    font-size: 1em;
    height: 1.3125em;
    left: -0.1875em;
    margin-right: 0.1875em;
    overflow: visible;
    position: relative;
    width: 17px;
}
#contentOlb .inputPickBoxOver{
    background-position:-17px 0;
}
#contentOlb .inputPickBoxClick{
    background-position:-34px 0;
}
#contentOlb .focus {
    border: 1px solid #111565;
}
#contentOlb .bgSelected {
    background-color: #ffcd93;
}
#contentOlb .inputTableButton {
    background-color: transparent;
    border: 0;
    color: #111565;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}
#contentOlb img.hlCaptcha {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
#contentOlb span.messageHidden {
    display:none;
}
/**
 * ===============================
 * JSF Customizing
 * ===============================
 */
/**
 * ==== Button-Panels ====
 * - search stripe buttons
 */
#contentOlb div.buttonPanelLeft {
    float: left;
    padding-bottom: 1em;
    padding-top: 1em; /* hier eher margin, falls moeglich */
    width: auto;
}
#contentOlb div.buttonPanelRight {
    float: right;
    padding-bottom: 1em;
    padding-top: 1em; /* hier eher margin, falls moeglich */
    width: auto;
}
#contentOlb .hl-skip-button-panel {
    width: 1.5em;
}
/* Tree */
#contentOlb input.treeButton {
    background-color: transparent;
    border: 0;
    color: #111565;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none; 
}
#contentOlb input.treeButtonSelected {
    background-color: #b7c0db;
    border: 0;
    color: #111565;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
}
#contentOlb div.treeTop {
}
#contentOlb div.tree {
    padding-left: 20px;
}
/**
 * ===============================
 * BOOKMARK OLB Start Page
 * ===============================
 */
#contentOlb .olbname {
    float: left;
}
#contentOlb .startpage,
#contentOlb .startpagebookmark {
    float: right;
    font-size: 1.5em;
    margin-right: 0;
    /*margin-top: 1.5em;*/
    width: 1em;
}
#contentOlb .startpagebookmark {
    cursor: pointer;
}
/**
 * ===============================
 * OLB OVERVIEW STYLES
 * ===============================
 * == OLB Overview Page Teaser === 
 * ===============================
 */
#contentOlb .olbTeaser {
    float: left;
    margin-right: 0.188em;
    width: 9.688em;
}
#contentOlb .olbTeaser H2 {
    float: left;
}
#contentOlb .olbTeaser .inetHelpId {
    margin-top: 1.125em;
}
#contentOlb .olbTeaser div.grayBox {
    border: 1px solid #d5d5d5;
    height: 18em !important;
    margin-bottom: 3.125em;
    margin-top: 0.625em;
    position: relative;
}
#contentOlb .olbTeaser div ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 1em;
    width: 9.375em;
}
#contentOlb .olbTeaser div ul li {
    margin-bottom: 0.375em;
}
#contentOlb .olbTeaser img.teaser {
    height: 4.313em;
    margin-right: 0;
    width: 9.563em;
}
#contentOlb .olbTeaser li a,
#contentOlb .olbTeaser li a:link {
    background-position: 0 0; /* link_icons.gif */
    background-repeat: no-repeat;
    display: block;
    font-size: 0.75em;
    margin-left: 0.5em;
    padding-left: 0.8em;
    text-decoration: none !important;
}
#contentOlb .olbTeaser li a:visited {
    background-position: 0 -200px;
}
#contentOlb .olbTeaser li a:hover,
#contentOlb .olbTeaser li a:active {
    background-position: 0 -100px;
}
#contentOlb .olbTeaser li a.alinkButton {
    bottom: 1em;
    font-size: 1em;
    position: absolute;
    right: 0.5em;
}
#contentOlb .olbTeaser p {
    font-size: 0.75em;
    margin: 1em 0.375em 0.375em;
}
#content #contentOlb {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
}
#contentOlb #search-stripe,
#contentOlb #detail-stripe,
#contentOlb #table-stripe {
    margin-left: 0.0625em;
    width: 99.9%;
}
/**
 * ===============================
 * PRINT STYLES
 * ===============================
 */
@media print {
    #contentOlb {
        margin: 0;
        padding: 0;
    }
    div.buttonPanelRight,
    div.x-panel-header, 
    img.startpage, 
    img.startpagebookmark, 
    input.inputPickBox {
        display: none;
    }
    #contentOlb .boxBgColor,
    .x-form-text,
    input.focus, 
    input.inputCheckBox, 
    input.inputField,
    textarea.x-form-field {
        background-image: none !important;
    }
    #contentOlb .boxBgColor,
    .x-form-text,
    input.inputField,
    textarea.x-form-field {
        border: 1px solid #000 !important;
    }
    #contentOlb .boxLabel, 
    #contentOlb .groupBorder {
        border-color: #000;
    }
}
