@import url('forms.css');

/* Body
----------------------------------------------------------------------------------------------------*/
body {
	background: #f1f1ec url(../img/achtergronden/bg.gif) no-repeat top left;
	margin: 0;
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: verdana,arial,tahoma,sans-serif;
}

/* Wrapper & Container
----------------------------------------------------------------------------------------------------*/
.wrapper {
    position: relative;
    left: 7%;
    width: 93%;
}

.container {
	width: 1168px;
	height: 768px;
	text-align: left;

	position: relative;
}

/* Header
----------------------------------------------------------------------------------------------------*/

.header {
    height: 310px;
    position: relative;
    background: url(../img/achtergronden/bg-container.png) no-repeat top left;
}

body.subpage .header {
	height: 260px;
}

    .header h1 {
        float: left;
    	font-size: 10px;
    	line-height: 10px;
    	margin: 0;
    	padding: 57px 0 0 158px;
    }

        .header h1 a {
        	width: 249px;
        	height: 189px;
        	background: url(../img/algemeen/logo.png) no-repeat;
        	text-decoration: none;
        	display: block;
        }

            .header h1 a span {
            	visibility: hidden;
            }

    .header .nav {
        float: left;
        width: 256px;
        margin: 0;
        padding: 57px 0 0 35px;
    }

        .header .nav ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .header .nav ul li {
                float: left;
                width: 82px;
                height: 60px;
            	font-size: 10px;
            	font-family: 'FagoOT',arial,tahoma,verdana,sans-serif;
            	margin: 0 5px 5px 0;

            }

                .header .nav ul li.li-1 { }
                .header .nav ul li.li-2 { }
                .header .nav ul li.li-3 { margin-right: 0; }
                .header .nav ul li.li-4 { }
                .header .nav ul li.li-5 { }
                .header .nav ul li.li-6 { margin-right: 0; }
                .header .nav ul li.li-7 {  }
                .header .nav ul li.li-8 {  }
                .header .nav ul li.li-9 { margin-right: 0; }

                .header .nav ul li a {
                    display: block;
                    height: 48px;
                    padding: 12px 0 0 10px;
                    color: #443d01;
                    text-decoration: none;
                    background-color: #ebf0d2;
                }

                .header .nav ul li a:hover {
                    background-color: #97c000;
                    color: #fff;
                }

                    .header .nav ul li.li-1 a { }
                    .header .nav ul li.li-2 a { }
                    .header .nav ul li.li-3 a { }
                    .header .nav ul li.li-4 a { }
                    .header .nav ul li.li-5 a { }
                    .header .nav ul li.li-6 a { }
                    .header .nav ul li.li-7 a { background: #3d1d10 url(../img/achtergronden/bg-nav-li-brown.gif); color: #fff; padding-right: 40px; }
                    .header .nav ul li.li-8 a { background: #e6e1dc url(../img/achtergronden/bg-nav-li-grey.gif); }
                    .header .nav ul li.li-9 a { background: #e6e1dc url(../img/achtergronden/bg-nav-li-grey.gif); }

                    .header .nav ul li.li-1 a:hover { }
                    .header .nav ul li.li-2 a:hover { }
                    .header .nav ul li.li-3 a:hover { }
                    .header .nav ul li.li-4 a:hover { }
                    .header .nav ul li.li-5 a:hover { }
                    .header .nav ul li.li-6 a:hover { }
                    .header .nav ul li.li-7 a:hover { background: #3d1d10 url(../img/achtergronden/bg-nav-li-red.gif); }
                    .header .nav ul li.li-8 a:hover { background: #3d1d10 url(../img/achtergronden/bg-nav-li-red.gif); }
                    .header .nav ul li.li-9 a:hover { background: #3d1d10 url(../img/achtergronden/bg-nav-li-red.gif); }

                .header .nav ul ul {
                    display: none;
                }

    .header .visual {
        float: left;
        width: 256px;
        margin: 0;
        padding: 21px 0 0 34px;
    }

        .header .visual .slogan {
            padding: 0 0 12px 18px;
        }

        body.subpage .header .visual .slogan {
            padding: 34px 0 12px 18px;
        }

        .header .visual .image {
            width: 298px;
            height: 202px;
            background: url(../img/achtergronden/bg-visual-image.png) no-repeat;
        }

        body.subpage .header .visual .image {
            height: 130px;
            background: none;
        }

            .header .visual .image img {
                padding: 18px 0 0 19px;
            }

            body.subpage .header .visual .image img {
                padding: 0;
            }

    .header .featured {
        float: left;
        padding: 12px 0 0 158px;
    }

        .featured .news {
            float: left;
            width: 541px;
            height: 27px;
            background: #e5e5e5 url(../img/achtergronden/bg-featured-news.gif);
            font-size: 11px;
        }

        body.subpage .featured .news {
            display: none;
        }

            .featured .news a {
                color: #330033;
                text-decoration: none;
                line-height: 26px;
                padding: 0 0 0 10px;
            }

            .featured .news a:hover {
                color: #9e0b0f;
            }

        .featured .deeplinks {
            position: absolute;
            left: 736px;
            top: 270px;
            z-index: 5;
            font: 10px/16px 'FagoOT',arial,tahoma,verdana,sans-serif;
        }

        body.subpage .featured .deeplinks {
            position: absolute;
            left: 736px;
            top: 224px;
        }

            .featured .deeplinks a:active, .deeplinks a:focus {
                outline-style: none;
                -moz-outline-style: none;
            }

                .featured .deeplinks h3 {
                    font-size: 9px;
                    font-weight: normal;
                    margin: 0 15px 1px 8px;
                    border-bottom: 1px dotted black;
                }

                .featured .deeplinks a {
                    color: #818154;
                    text-decoration: none;
                }

                .featured #deeplinks a {
                    display: block;
                    width: 305px;
                    height: 20px;
                    padding-top: 3px;
                    padding-left: 8px;
                }

            .featured #deeplinks {
                background: url(../img/achtergronden/bg-deeplinks.png) no-repeat 0 0;
                width: 343px;
                height: 30px;
                z-index: 5;
            }

            .featured #deeplinksarea {
                position: absolute;
                left: 0px;
                top: 26px;
                z-index: 2;
                width: 293px;
                padding-bottom: 50px;
                background: url(../img/achtergronden/bg-deeplinks-top.png) no-repeat top right;
                padding-top: 7px;
                display: none;
            }

                .featured #deeplinksarea .deeplinksarea_inside {
                    background: #fff url(../img/achtergronden/bg-deeplinks-right.png) repeat-y top right;
                    padding: 0 0 10px 0;
                }

                .featured #deeplinksarea ul {
                    padding: 0;
                    margin: 0;
                    list-style-type: none;
                }

                    .featured #deeplinksarea ul li {
                        padding-left: 8px;
                    }

                    .featured #deeplinksarea ul li a {
                        display: block;
                        height: 15px;
                        width: 283px;
                    }

                    .featured #deeplinksarea ul ul li {
                        padding: 0 0 0 20px;
                        margin: 0;

                    }

                    .featured #deeplinksarea ul ul li a {
                        width: 263px;
                    }

                    .featured #deeplinksarea ul li a:hover {
                    	background-color: #97c000;
                    	color: #fff;
                    }

                .featured #deeplinksarea .end {
                    background: url(../img/achtergronden/bg-deeplinks-bottom.png) no-repeat top right;
                }

/* Content
----------------------------------------------------------------------------------------------------*/
.content-container {
    color: #51513f;
    padding: 25px 108px 0 161px;
    background: url(../img/achtergronden/bg-container-y.png) repeat-y top left;

}

    .content-container .subcontent {
        float: left;
        width: 254px;
        text-align: right;
    }

        .content-container .subcontent h2 {
            color: #411141;
            font-size: 28px;
            line-height: 36px;
        }

        .content-container .subcontent ul {
            font-size: 11px;
            line-height: 28px;
            list-style: none;
        }

            .content-container .subcontent ul li a {
                color: #330033;
                text-decoration: none;
            }

            .content-container .subcontent ul li a:hover {
                color: #9e0b0f;
                text-decoration: none;
            }

    .content-container .content {
        float: left;
        font-size: 19px;
        width: 899px;
        min-height: 390px;
        height: auto !important;
        height: 390px;
    }

    body.subpage .content-container .content {
        font-size: 12px;
        color: #411141;
        width: 600px;
        padding: 6px 0 12px 30px;
    }

        .content-container .content h2 {
            color: #411141;
            font-size: 22px;
            margin: -2px 0 14px 0;
        }

        .content-container .content h3 {
            color: #411141;
            margin: 6px 0 14px 0;
        }

        .content-container .content p {
            margin: 0 0 1.1em;
        }

        .content-container .content a {
            color: #617416;
        }

        .content-container .content a:hover {
            color: #9e0b0f;
        }

        body.subpage .content-container .content a {
            text-decoration: none;
        }

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    position: relative;
    width: 100%;
    height: 65px;
    background: url(../img/achtergronden/bg-footer.png) repeat-y bottom left;
}

.footer-bar {
    position: absolute;
    bottom: 38px;
    left: 158px;
    width: 909px;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    color: #1b1b1c;
    background: #e5e5e5 url(../img/achtergronden/bg-featured-news.gif);
}

    .footer .icon {
        float: left;
        width: 40px;
        text-align: center;
    }

    .footer .text {
        float: left;
        padding: 0 0 0 2px;
    }

    .footer a {
        color: #1b1b1c;
        text-decoration: none;
    }

    .footer span, .footer a:hover {
        color: #9e0b0f;
    }
