@import url("forms.css");

/* Body
----------------------------------------------------------------------------------------------------*/
body {
    margin: 0;
	background: url(../img/achtergronden/bg.png) repeat-x;
	text-align: center;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: arial,verdana,tahoma,sans-serif;
}

/* Container
----------------------------------------------------------------------------------------------------*/
.container {
	width: 1007px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
	position: relative;
	height: 125px;
	background: url(../img/achtergronden/bg-header.png) no-repeat -1px top;
}

    .header h1 {
    	font-size: 10px;
    	line-height: 10px;
    	margin: 0;
    	padding: 18px 0 0 60px;
    }

        .header h1 a {
        	width: 307px;
        	height: 68px;
        	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 -> nav
----------------------------------------------------------------------------------------------------*/

.header .nav {
	position: absolute;
	left: 136px;
	top: 74px;
	width: 820px;
	z-index: 5;
}

    .header .nav ul {
    	margin: 0;
    	padding: 0;
    	list-style: none;
    	position: relative;
        _position: static;
    }

        .header .nav ul li {
        	float: left;
        	font-family: verdana,arial,tahoma,sans-serif;
        	font-size: 13px;
        	padding: 0 10px;
        	background: url(../img/achtergronden/bg-nav-li.gif) no-repeat left 5px;
        }

            .header .nav ul li.first {
                padding-left: 0;
                background: none;
            }

            .header .nav ul li a {
            	text-decoration: none;
            	color: #6b296f;
            	display: block;
            }

                .header .nav ul li a:hover, .header .nav ul li a.active {
                	color: #0D93D0;
                }

            .header .nav ul ul {
            	position: absolute;
            	width: 130px;
            	left: -999em;
            	z-index: 100;
            	padding: 11px 0;
            	margin: 0;
            }

                .header .nav li ul li {
                	background: none;
                	padding: 0;
                	width: 160px;
                	font-size: 11px;
                }

                    .header .nav li ul li a {
                    	padding: 4px 0 4px 10px;
                    	color: #6b296f;
                    	background-color: #ececec;
                    	height: 18px;
                    	border: 0;
                    }

                        .header .nav li ul li a:hover {
                            background-color: #aaaaaa;
                            color: #fff;
                            border: none;
                        }

                    .header .nav li ul li a.sublevel {
                    	background-image: url(../img/achtergronden/bg-sublevel.gif);
                    	background-position: center right;
                    	background-repeat: no-repeat;
                    }

                        .header .nav li ul li a.sublevel:hover {
                        	background-image: 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 */
                    	margin: -37px 0 0 160px;
                    }

                    .header .nav li:hover {
                        position: static;
                    }

/* Header -> Taalselectie
----------------------------------------------------------------------------------*/

.taal-selectie {
	position: absolute;
	right: 53px;
	top: 80px;
	z-index: 10;
}

    .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.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;
}

    *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 54px;
	font-size: 11px;
	color: #c5c5c5;
	text-transform: lowercase;
}
    .crumpath p {
        margin: 0;
    }

    .crumpath a,.crumpath a:hover {
        color: #c5c5c5;
        text-decoration: none;
    }

.main-content {
	width: 900px;
	padding: 10px 0 0 54px;
	color: #363636;
	min-height: 340px;
    height: auto !important;
    height: 340px;
    background: url(../img/achtergronden/bg-sidebar.gif) repeat-y right top;
}

    #home .main-content {
        background: none;
    }

    .main-content .content {
        width: 580px;
        float: left;
        line-height: 18px;
    }

        #home .main-content .content {
            width: 440px;
        }

        .main-content h2 {
            color: #6b296f;
            font: normal 16px/24px verdana,arial,tahoma,sans-serif;
        }

        .main-content h3 {
            color: #6b296f;
            font: normal 14px/20px verdana,arial,tahoma,sans-serif;
        }

            .main-content .list h3 {
                margin: 0;
            }

        .content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .content ul li {
                padding: 0 0 0 30px;
                background: url(../img/achtergronden/bg-content-li.gif) no-repeat left center;
            }

            .main-content a, .main-content a:hover {
                color: #0d93d0;
                text-decoration: none;
            }

    .main-content .sidebar {
        width: 440px;
        float: left;
        padding: 0 0 0 20px;
    }

    .sidebar .visual {
        background-color: #eaeaea;
        font-size: 11px;
        color: #848484;
    }

        .visual .description {
            background-color: #eaeaea;
            padding: 10px 0 10px 60px;
        }

        .visual .description p {
            margin: 0;
            padding: 0;
        }

        .visual .description h3 {
            color: #6b296f;
            font: normal 14px/20px verdana,arial,tahoma,sans-serif;
            margin: 0;
        }

    .main-content .sidecontent {
        float: left;
        width: 220px;
        margin: 0;
        padding: 0 20px 30px 70px;
    }

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    float: left;
    width: 980px;
    background: url(../img/achtergronden/bg-footer.gif) repeat-x top left;
    margin: 20px 0 0 13px;
    padding: 20px 0 0 0;
    color: #5e5e5e;
    font-size: 11px;
    line-height: 14px;
}

    .footer .subcontent {
        float: left;
        width: 274px;
        padding: 0 0 0 41px;
    }

        .subcontent h3 {
            color: #6b296f;
            font: normal 14px/20px verdana,arial,tahoma,sans-serif;
            margin: 0 0 16px 0;
        }

        .subcontent a, .subcontent a:hover {
            color: #0d93d0;
            text-decoration: none;
        }