@charset "UTF-8";
/**
 * (en) Special Styles for DEPFA Pages
 * (de) Spezielle Styleklassen fuer DEPFA Seiten
 *
 * @copyright       Copyright 2009, Achim Roth <achim.roth@achim-roth.de>
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            https://achim-roth.de
 * @package         css
 * @Id              $Id: depfa.css 19 2009-05-15 13:13:00Z achim $
 * @revision        $Rev: 19 $
 * @lastmodified    $Date: 2009-05-15 15:13:00 +0200 (Fr, 15 Mai 2009) $
 */
@media screen
{
    /* Global Definitions */
    html body    { background: #f6e8cb; }
    h1 { color: #6b6f7b; }
    /*_____________________________________________________________________________________________________________*/

    /* Headlines */
    h1.headTeaser { color: #002c51; }
    /*________________________________________________________________________________________________________________________________*/

    /* Paragraphs */
    p#parLogoRightCol { border-bottom: 1px solid #b9babc; }
    p.parLineTxt { border-bottom: 1px solid #b9babc; }
    /*________________________________________________________________________________________________________________________________*/

    /* Content Links */
    a.lnkTxt:link, a.lnkTxt:visited, a.lnkTxt:active a.lnkTxt:hover { color: #6b6f7b; }
    /*________________________________________________________________________________________________________________________________*/

    /* Content Image Archive */
    td.tdImageArchiveLeft { background-color: #e9ecf1; }
    td.tdImageArchiveRight { background-color: #e9ecf1; }
    /*_____________________________________________________________________________________________________________*/

    /* Content Tabellen */
    .tdHeadline { background-color: #5a768e; color: #fff; }
    .tdGreyLight { background-color: #e9ecf1; }
    .tdGreyDark { background-color: #d4dae5; }
    /*_____________________________________________________________________________________________________________*/

    /* Content Teaser Text Image */
    td.tdTeaserTextImageLeft { background-color: #e9ecf1; }
    td.tdTeaserTextImageRight { background-color: #e9ecf1; }
    /*_____________________________________________________________________________________________________________*/
    
    /* Download-Teaser */
    .ctDownloadTeaser { border-bottom: 1px solid #b9babc; }
    /*_____________________________________________________________________________________________________________*/

    /* Content Download */
    .tabDownload { width:100%; padding: 0; margin: 0 0 8px 0; border-bottom: 1px solid #b9babc; }
    /*_____________________________________________________________________________________________________________*/

    /* Formulare allgemein */
    .txtForm { color: #002c51; }
    input { border: 1px solid #b9babc; }
    /*_____________________________________________________________________________________________________________*/

    /* Klappnavigation */
    .ddmx1 a.item1:hover, .ddmx1 a.item1-active, .ddmx1 a.item1-active:hover
    {
        background-color: #5a768e;
    }

    .ddmx1 a.item2active, .ddmx1 a.item2 
    { 
        color:#002c51; 
    }

    .ddmx1 a.item2active:hover, .ddmx1 a.item2:hover 
    { 
        color:#ffffff; 
        background: #5a768e; 
    }
    
    /*_____________________________________________________________________________________________________________*/

    /* Navigation Container used for Main- and Productnavigation */
    #ctBackgroundNavigation { background-color: #002c51; }
    #ctBackgroundNavigationLeft { background-color: #f9f2e0; }
    #ctBackgroundNavigationRight { color: #727378; background-color: #f9f2e0; }
    /*_____________________________________________________________________________________________________________*/

    /* Selectbox Directlinks */
    .ddmx2 a.item2
    {
        background-color: #002C51;
        color: #fff;
    }
    .ddmx2 a.item2:hover
    {
        background-color: #B6BBC1;
        color: #fff;
    }
    /*_____________________________________________________________________________________________________________*/

    /* Container for the Breadcrumbnavigation  */
    #ctBackgroundPath { background-color: #b6babd;  }
    /*_____________________________________________________________________________________________________________*/

    /* Produktnavigation */
    #tabProductNav a.lnkProductNav { color: #7a7480; }
    #tabProductNav td.tdProductCD { background-color: #002c51; color: #fff }
    /*_____________________________________________________________________________________________________________*/

    /* Selectbox Directlinks */
    .ddmx2 td.tdPathLeft { color: #7a7480; }
    /*_____________________________________________________________________________________________________________*/

    /* Klappnavigation */
    #navigation a.navi1cd { color: #002C51; }
    #navigation a.navi2cd:link, #navigation a.navi2cd:visited, #navigation a.navi2cd:hover{ color: #5a768e; }
    #navigation a.navi3cd:link, #navigation a.navi3cd:visited, #navigation a.navi3cd:hover{ color: #5a768e; }
    #navigation a.navi4cd:link, #navigation a.navi4cd:visited, #navigation a.navi4cd:hover{ color: #5a768e; }
    /*_____________________________________________________________________________________________________________*/

    /* Print-Link */
    a.lnkPrint:link, a.lnkPrint:visited, a.lnkPrint:active, a.lnkPrint:hover { color: #002c51; }
    /*_____________________________________________________________________________________________________________*/

    /* Footer- und Servicenavigation */
    a.lnkFooterNav:link, a.lnkFooterNav:visited, a.lnkFooterNav:active, a.lnkFooterNav:hover { color: #002c51; }
    .txtFooterNav { color: #002c51; }
    /*_____________________________________________________________________________________________________________*/

    /* Footer-Container */
    #ctFooterLeft { border-top: 1px solid #b9babc; }
    #ctFooterRight { border-top:1px solid #b9babc; }
    /*_____________________________________________________________________________________________________________*/
}
