@import url("forms.css");

/* Body
----------------------------------------------------------------------------------------------------*/
body {
    margin: 4px 0 0 0;
	background: url(../img/achtergronden/bg.png) repeat-x;
	text-align: center;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "trebuchet ms",arial,tahoma,sans-serif;
}

/* Container
----------------------------------------------------------------------------------------------------*/
.container {
	width: 1007px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
	position: relative;
	height: 130px;
}

.header h1 {
	font-size: 10px;
	line-height: 10px;
	margin: 0 0 0 26px;
	padding: 0px;
}

.header h1 a {
	width: 179px;
	height: 121px;
	background: url(../img/algemeen/logo.png) no-repeat;
	text-decoration: none;
	display: block;
}

    *html .header h1 a {
    	background-image: none;
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/algemeen/logo.png", sizingMethod="crop");
    }

.header h1 a span {
	visibility: hidden;
}

.header h2 {
	position: absolute;
	right: 36px;
	bottom: 0px;
	color: #cae2ed;
	font-size: 14px;
	margin: 0;
}

/* Header -> nav
----------------------------------------------------------------------------------------------------*/

.header .nav {
	position: absolute;
	left: 250px;
	top: 60px;
	background: url(../img/achtergronden/bg-header.png) no-repeat left bottom;
	height: 37px;
	width: 722px;
}

.header .nav ul {
	margin: 0;
	padding: 0 0 0 72px;
	list-style: none;
	position: relative;
    _position: static;
}

.header .nav ul li {
	float: left;
	font-size: 18px;
	padding: 0 10px;
}

.header .nav ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	border-bottom: 3px solid #51A3C8;
}

.header .nav ul li a:hover, .header .nav ul li a.active {
	color: #ad0559;
	border-bottom: 3px solid #ad0559;
}

.header .nav ul ul {
	position: absolute;
	left: -999em;
}

.header .nav ul ul {
	position: absolute;
	width: 130px;
	left: -999em;
	z-index: 100;
	padding: 7px 0;
	margin: 0;
}

.header .nav li ul li {
	background: none;
	padding: 0;
	width: 130px;
	font-size: 11px;
}

.header .nav li ul li a {
	padding: 3px 0 3px 15px;
	color: #3a97d1;
	background-color: #ececec;
	height: 18px;
	border: 0;
}

    .header .nav li ul li a.sublevel {
    	/*background: #ececec url(../img/achtergronden/bg-sublevel.gif) right no-repeat;*/
    }

    .header .nav li ul li a.sublevel:hover {
    	background-image: none;
    }

.header .nav li ul li a:hover {
    background-color: #aaaaaa;
    color: #fff;
    border: none;
}

.header .nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

.header .nav li:hover ul, #nav li.sfhover ul, .header .nav li li:hover ul, #nav li li.sfhover ul {
	left: auto;
	z-index: 1000;
}

.header .nav ul ul ul { /* third-and-above-level lists */
    display: none;
	/*margin: -31px 0 0 130px;*/
}

.header .nav li:hover {
    position: static;
}

/* Header -> Taalselectie
----------------------------------------------------------------------------------*/

.taal-selectie {
	position: absolute;
	right: 37px;
	top: 69px;
}

.taal-selectie ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.taal-selectie ul li {
	float: left;
	margin-left: 5px;
}

.taal-selectie ul li a {
	width: 16px;
	height: 11px;
	display: block;
	text-decoration: none;
}

.taal-selectie ul li a  span {
	visibility: hidden;
}

.taal-selectie ul li.nl a {
	background: url(../img/algemeen/nl.gif) no-repeat;
}

.taal-selectie ul li.de a {
	background: url(../img/algemeen/de.gif) no-repeat;
}

.taal-selectie ul li.fr a {
	background: url(../img/algemeen/fr.gif) no-repeat;
}

.taal-selectie ul li.en a {
	background: url(../img/algemeen/en.gif) no-repeat;
}

/* Content-container
----------------------------------------------------------------------------------------------------*/

.content-container {
	width: 100%;
	background: url(../img/achtergronden/bg-content-container.png) no-repeat;
	min-height: 700px;
    height: auto !important;
    height: 700px;
}

    *html .content-container {
    	background-image: none;
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/achtergronden/bg-content-container.png", sizingMethod="crop");
    }

.crumpath {
	padding: 36px 0 0 86px;
	font-family: arial, tahoma, sans-serif;
	font-size: 11px;
	color: #c5c5c5;
}

    .crumpath a,.crumpath a:hover {
        color: #c5c5c5;
        text-decoration: underline;
    }

.main-content {
	width: 859px;
	padding: 0 20px 0 86px;
	font-family: arial, tahoma, sans-serif;
	color: #595959;
}

    .main-content .content {
        width: 879px;
        float: left;
    }

        .main-content h2 {
            color: #4a9bc0;
            font-size: 20px;
        }

        .main-content h3 {
            color: #ad0559;
            font-size: 18px;
            font-weight: bold;
            line-height: 24px;
            margin: 0;
        }

    body.side .main-content {
        background: url(../img/achtergronden/bg-sidebar.png) repeat-y right top;
    }

        body.side .main-content .content {
            width: 590px;
        }

    .main-content .sidebar {
        width: 200px;
        float: left;
        padding: 20px 20px 20px 48px;
    }

        body.home .sidebar {
            display: none;
        }

    .main-content a, .main-content a:hover {
        color: #ad0559;
        text-decoration: none;
    }

    .sidebar .slogans {
        position: relative;
        margin-bottom: 10px;
    }

        .sidebar .slogans blockquote {
            width: 194px;
            padding: 0 0 0 28px;
            background: #E7E7E8 url(../img/achtergronden/bg-quote-open.png) no-repeat left top;
            color: #ad0559;
            font-weight: bold;
        }

        .sidebar .slogans blockquote span {
            display: block;
            padding: 0 20px 0 0;
            background: url(../img/achtergronden/bg-quote-close.png) no-repeat right bottom;
        }

/* Sub-content
----------------------------------------------------------------------------------------------------*/

.sub-content {
    margin: 20px 0 0 86px;
}

    .home .sub-content {
        margin-top: 0px;
    }

.sub-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-content ul li {
	float: left;
	height: 147px;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}

    .sub-content ul li.stap1 {
    	width: 250px;
    	background: url(../img/achtergronden/bg-stap1.png) no-repeat;
    	padding: 17px 0 0 28px;
    }

    .sub-content ul li.stap2 {
    	width: 245px;
    	background: url(../img/achtergronden/bg-stap2.png) no-repeat;
    	padding: 17px 0 0 66px;
    }

    .sub-content ul li.stap3 {
    	width: 225px;
    	background: url(../img/achtergronden/bg-stap3.png) no-repeat;
    	padding: 17px 0 0 65px;
    }

    .sub-content ul li a,.sub-content ul li a:hover {
        color: #fff;
        text-decoration: none;
    }

    .sub-content ul li span {
        font-size: 16px;
        display: block;
    }

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    text-align: right;
    color: #969696;
    font-size: 9px;
    font-family: arial, tahoma, sans-serif;
    line-height: 12px;
    padding: 10px 0;
    float: right;
}

    .footer p {
        float: left;
        padding: 0 6px;
    }

    .footer ul {
    	margin: 0;
    	padding: 0 36px 0 0;
    	list-style: none;
    	float: left;
    }

        .footer ul li {
        	float: left;
        	padding: 0 6px;
        	border-left: 1px solid #969696;
        }

        .footer ul li a {
            color: #969696;
            text-decoration: none;
        }

        .footer ul li a:hover {
            color: #969696;
            text-decoration: underline;
        }
