/******************************************************************************
 * This file should contain all css applicable to 'title' nodes.
 * The file should be loaded by the nodechain module.
 *
 * It allows the css values for title nodes to be overridden so a different
 * visual apperance can be done on the index pae than inside the document.
 */

/******************************************************************************
 * Override common settings, use #nodechain-module to make sure the values
 * do not get overwritten by the template or other extensions.
 */

/* remove underline from links, underline on titles can be confusing */
#nodechain-module a {
    text-decoration: none;
    color: black;
}

/* redefine defaults for p elements */
#nodechain-module p {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 12px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
    text-decoration: none;
}

/******************************************************************************
 * css classes used with 'title' nodes on the module index
 */

/* select p with class title_document and then the first a element */
#nodechain-module p.title_document a { text-decoration: none; }
#nodechain-module .title_document {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 150%;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid black;
    }
#nodechain-module p.title_titel a { text-decoration: underline; }
#nodechain-module .title_titel {
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 140%;
    font-weight: bold;
    text-align: left;
    }
#nodechain-module p.title_hoofdstuk a { text-decoration: underline; }
#nodechain-module .title_hoofdstuk {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 120%;
    text-align: left;
    }
#nodechain-module p.title_afdeling a { text-decoration: underline; }
#nodechain-module .title_afdeling {
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 120%;
    text-align: left;
    }
#nodechain-module p.title_artikel a { text-decoration: none; }
#nodechain-module .title_artikel {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 4px;
    margin-bottom: 0px;
    font-size: 110%;
    text-align: left;
    }
#nodechain-module p.title_bijlage a { text-decoration: underline; }
#nodechain-module .title_bijlage {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 100%;
    text-align: left;
    }
#nodechain-module p.title_bijlage_sub a { text-decoration: none; }
#nodechain-module .title_bijlage_sub {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 100%;
    text-align: left;
    }


/* ???????????? */
/*
.offsetP{position:absolute;border:solid 1px #000;background-color:#000;color:#fff;padding:2px 10px;z-index:999}
.offsetP:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    left: 10px;
    top: 24px;
}
*/
