@import url('shared.css');

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

img, div {
    behavior: url('/css/iepngfix.htc');
}

#fs-wrapper {
    width: 950px;
    position: relative;
    left: 50%;
    margin-left: -475px;
    margin-top: 10px;
}

#fs-nav {
    height: 87px;
    background-color: #5B473B;
}
    #fs-nav-logo {
        float: right;
        margin-top: 30px;
        margin-right: 30px;
    }
    #fs-nav td.nav {
        width: 90px;
        height: 87px;
        vertical-align: bottom;
        text-align: center;
        font-size: 14px;
    }
    #fs-nav .nav td.nav a {
        padding-bottom: 10px;
        color: white;
        display: block;
        text-decoration: none;
    }
    #fs-nav td.nav-hover a {
        /* color: yellow!important; */
    }
    #fs-nav td.nav-1, li.subnav-active a.subnav-link-1, .subnav-head-1-active {
        background-color: #5B473B; /* bruin */
    }
    .xxnav-link-1:hover {
        background-color: #AC9D84;
    }
    #fs-nav td.nav-2, li.subnav-active a.subnav-link-2, .subnav-head-2-active {
        background-color: #AC9D84; /* lichtbruin */
        background-color: #C61089; /* rose */
        background-color: #00B5CC; /* turqoise */
    }
    .xxnav-link-2:hover {
        background-color: #65CFE9;
    }
    #fs-nav td.nav-3, li.subnav-active a.subnav-link-3, .subnav-head-3-active {
        background-color: #A3DBE8; /* licht turqoise */
        background-color: #B2BB1C; /* groen */
    }
    .xxnav-link-3:hover {
        background-color: #D6E342;
    }
    #fs-nav td.nav-4, li.subnav-active a.subnav-link-4, .subnav-head-4-active {
        background-color: #00B5CC; /* turqoise */
        background-color: #C61089; /* rose */
    }
    .xxnav-link-4:hover {
        background-color: #E26EB2;
    }
    #fs-nav td.nav-5, li.subnav-active a.subnav-link-5, .subnav-head-5-active {
        background-color: #C61089; /* rose */
        background-color: #00B5CC; /* turqoise */
    }
    .xxnav-link-5:hover {
        background-color: #65CFE9;
    }
    #fs-nav td.nav-6, li.subnav-active a.subnav-link-6, .subnav-head-6-active {
        background-color: #B2BB1C; /* groen */
    }
    .xxnav-link-6:hover {
        background-color: #D6E342;
    }

    a.subnav-link-1:hover {
        background-image: url('/images/subnav-a-hover-back-bruin.png');
    }
    a.subnav-link-2:hover {
        background-image: url('/images/subnav-a-hover-back-turqoise.png');
    }
    a.subnav-link-3:hover {
        background-image: url('/images/subnav-a-hover-back-groen.png');
    }
    a.subnav-link-4:hover {
        background-image: url('/images/subnav-a-hover-back-rose.png');
    }
    a.subnav-link-5:hover {
        background-image: url('/images/subnav-a-hover-back-turqoise.png');
    }
    a.subnav-link-6:hover {
        background-image: url('/images/subnav-a-hover-back-groen.png');
    }



#fs-side-right {
    background-color: #AC9D84;
    float: right;
    width: 240px;
    height: 400px;
    padding: 33px 26px 10px 34px;
    color: white;
}
    #fs-side-right h3 {
        text-transform: uppercase;
        font-size: 110%;
    }

#fs-subnav {
    width: 270px;
    background-color: #B2BB1C;
    background-repeat: no-repeat;
    height: 600px;
    float: left;
}
    #fs-subnav.fs-subnav-1 {
        background-image: url('/images/side02.jpg');
    }

    #fs-subnav div.subnav {
        padding-top: 25px;
        padding-bottom: 30px;
        background-image: url('/images/subnav-back.png');
        background-repeat: repeat;
        width: 100%;
    }

    #fs-subnav ul.subnav {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    #fs-subnav ul.subnav li {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    #fs-subnav ul.subnav li a {
        display: block;
        width: 100%;
        line-height: 2.0em;
        padding-left: 30px;
        color: #5B473B;
        text-decoration: none;
        font-size: 12px;
    }
    #fs-subnav ul.subnav li a:hover {
        color: black;
        text-decoration: underline;
    }
    #fs-subnav ul.subnav li.subnav-active a, #fs-subnav ul.subnav li.subnav-active a:hover {
        color: white;
        font-weight: bold;
    }
    #fs-subnav ul.subnav li.subnav-active a:hover {
        /* color: #5B473B; */
    }
    #fs-subnav .subnav-head, #fs-subnav .subnav-head a {
        color: #5B473B; 
        font-size: 18px; 
        font-weight: normal; 
        padding: 0;
        margin: 0;
        padding-left: 30px; 
        margin-bottom: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        text-decoration: none;
    }
    #fs-subnav .subnav-head-active a {
        color: white !important;
    }
    #fs-subnav .subnav-head a {
        padding: 0;
        margin: 0;
        display: block;
    }
    #fs-subnav .subnav-head a:hover {
        text-decoration: underline;
    }


#fs-content {
    background-color: #5B473B;
    height: 600px;
    float: left;
    width: 680px;
}

.layout-home #fs-nav {
    background-color: #00B5CC;
}
.layout-home #fs-content {
    background-color: #F1EFEB;
    background-color: #E8E5DE;
    color: #000000;
    width: 710px;
    padding-left: 100px;
}
.layout-home #fs-content a {
    color: #0092A6;
}
.layout-home #fs-content h3 {
    font-size: 14px;
}
.layout-home #fs-content h3 a {
    color: black;
    text-decoration: none;
}
.layout-home #fs-content h3 a:hover {
    color: black;
    text-decoration: underline;
}

.layout-home #fs-head {
    background-color: #5B473B;
    height: 220px;
}
    .layout-home #fs-head-logos {
        height: 133px;
    }
    .layout-home #fs-head-logo {
        position: absolute;
        margin-top: 60px;
        margin-left: 30px;
    }
    .layout-home #fs-head-tagline {
        position: absolute;
        margin-top: 60px;
        margin-left: 290px;
        background-image: url('/images/tagline.gif');
        background-repeat: no-repeat;
        width: 343px;
        height: 22px;
    }
    .layout-home #fs-head-right {
        background-image: url('/images/home-right.jpg');
        background-repeat: no-repeat;
        width: 240px;
        height: 220px;
        position: absolute; 
        margin-left: 710px;
    }


.layout-profiel #fs-nav {
    background-color: #F1EFEB;
    background-color: #FFFFFF;
}
.layout-profiel #fs-side-right {
    background-color: #5B473B;
    background-image: url('/images/profiel-right-back.gif');
    background-repeat: repeat-y;
    background-position: left top;
    width: 290px;
    padding: 0;
    overflow: hidden;
}
.layout-profiel .profiel-image {
}
.layout-profiel .profiel-tagline {
    width: 250px;
    height: 80px;
    background-image: url('/images/profiel-tagline.gif');
    margin-left: 450px;
    margin-top: 130px;
    z-index: 99;
    position: absolute;
    color: #5B473B;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.layout-profiel #fs-content {
    padding-right: 10px;
    width: 480px;
    z-index: 1;
}
.layout-profiel #fs-subnav {
    width: 180px;
    overflow: auto;

    padding: 0;
    padding-left: 20px;
    padding-top: 30px;

    line-height: 1.4em;
    font-size: 90%;
    background-color: #AC9D84;
    font-weight: normal;
}

.layout-profiel #fs-subnav a {
    color: #E4DFD8;
    font-weight: normal;
}
.layout-profiel #fs-subnav a:hover {
    color: white;
}
.layout-profiel #fs-subnav a.active-link {
    font-weight: bold;
    color: white;
}

.layout-profiel #fs-subnav h2, .layout-profiel #fs-subnav h2 a {
    color: #5B473B;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.layout-profiel #fs-subnav h2 a:hover, .layout-profiel #fs-subnav h3 a:hover {
    color: #5B473B;
    text-decoration: underline;
}
.layout-profiel #fs-subnav h3, .layout-profiel #fs-subnav h3 a {
    color: #5B473B;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

ul.cms_index, ul.cms_inhoudsopgave {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}



#fs-content {
    color: white;
    padding: 30px 100px 10px 40px;
    line-height: 1.4em;
}


.cms_inhoudsopgave a, a.sublink {
    border-bottom: 1px dotted #A4DCE8;
    text-decoration: none;
}
.cms_inhoudsopgave a:hover, a.sublink:hover {
    border-bottom-style: solid;
}
.backtotop {
    float: right;
    border-bottom: 1px dotted #A4DCE8;
    text-decoration: none;
}
.backtotop:hover {
    border-bottom-style: solid;
}


/* Module: redactie */
h2.cmsred_titel {
    font-size: 16px;
}
h2 .cmsred_ondertitel {
    font-size: 14px;
    font-weight: normal;
}

.print {
    display: none;
}

@media print {
    #fs-wrapper { width: auto; left: 0; margin: 0; }
    #fs-nav { display: none; }
    #fs-side-right { display: none; }
    #fs-subnav { display: none; }
    #fs-content { height: auto; float: none; width: auto; padding: 0; }
    #fs-head { display: none; }
    .noprint { display: none; }
    .layout-home #fs-content { padding: 0; }
    .print { display: block; }
}
