* {
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
}
a img {
    border:none;
}

html {
    height:100%;
}
body {
    background: url("/images/background.jpg") #70871d top center no-repeat;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464d50;
    height:100%;
}

#container {
    width:100%;
	min-height:100%;
	position:relative;
}
* html #container {
	height:100%;
}


#header {
    height:64px;
    width:980px;
    overflow:hidden;
    margin: 0 auto 3px auto;
}
#logo {
    height:64px;
    width:300px;
    float:left;
}
#telefoon {
    height:64px;
    width:300px;
    float:right;
    text-align:right;
}
#main {
    width:980px;
    margin: 0 auto;
    overflow:hidden;
}

#sidebar {
    width:257px;
    height:670px;
    float:left;
}
#sidebar ul {
    width: 200px;
    border: 1px solid #dafa57;
    padding: 5px 0 5px 15px;
    list-style:none;
    z-index:2;
    position:relative;
}
#sidebar ul li {
    line-height:20px;
}
#sidebar ul ul {
    width:180px;
    border:none;
}
#sidebar ul li a {
    display:block;
    width:180px;
    padding: 0 10px;
    color:#01284f;
    font-weight:bold;
    line-height:20px;
}

#sidebar ul li.active a {
    color:#fcfcfd;
}

#sidebar ul li.active ul li a {
    color:#01284f;
    width:200px;
}
#sidebar ul li.active ul li.subactive a {
    color:#fcfcfd;
}
#sidebar ul li a:hover, #sidebar ul li.active a:hover, #sidebar ul li.active ul li.subactive a:hover {
    color:#dafa57;
}


#bottombar {
    position:absolute;
    padding: 360px 0 0 0px;
}
a.fotoimpressie {
    margin: 30px 0 0 -10px;
    display:block;
    width:257px;
    height:192px;
    background: url("/images/foto-impressie.png") top left no-repeat;
}
a.fotoimpressie span {
    display:block;
    padding: 10px 0 0 30px;
    color:white;
    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
}

#wrapper {
    width: 713px;
    padding: 0 0 50px 0;
    float:left;
    overflow:hidden;
}

#topmenu {
    height:29px;
    background:url("/images/bg-white.png") top left repeat;
    margin: 0 0 14px 0;
}
#topmenu ul {
    height:29px;
    width: 713px;
    list-style:none;
}
#topmenu ul li {
    height:29px;
    line-height:29px;
    display:block;
    float:left;
    margin: 0 20px;
}
#topmenu ul li a {
    color:#0b4078;
    text-decoration:underline;
    font-weight:bold;
}
#topmenu ul li a:hover {
    color:#587517;
    text-decoration:underline;

}


#page {
    width:388px;
    float:left;
    background:url("/images/bg-white.png") top left repeat;
    padding: 22px 32px;
}
#page h1, #page h2, #page h3, #page h4, #page h5 {
    margin: 0 0 10px 0;
    color:#587517 ;
}
#page h2 {
    margin: 0 0 20px 0;
}

#page p {
    margin: 0 0 15px 0;
}
#page ul, #page ol {
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
}
#page a {
    font-weight:bold;
    color:#587517 ;
}
#page a:hover {
    text-decoration:underline;
}

#rightbar {
    width:260px;
    float:right;
    text-align:right;
}
div.imgbox {
    margin: 20px 0 0 0px;

    padding: 5px 0 0 21px;
    background: url("/images/imgbox.png") top right no-repeat;
    height:200px;
    text-align:left;

}
div.imgbox img {

}

#footer {
    margin: 10px 0 0 0;
    clear:both;
	position:absolute;
	bottom:0;
    width:100%;
    height:37px;
    line-height:37px;
    background: url("/images/bg-footer.jpg") bottom center repeat-x;
    color:#fff;
    text-align:center;
}
#footer a {
    color:#fff;
}
#footer a:hover {
    text-decoration:underline;
}
#pagewrapper {
    overflow:hidden;
}

#page .formbox {
background:#F4F4F4 none repeat scroll 0 0;
border:1px solid #DAFA57;
}
#page .form-links {
clear:both;
height:20px;
}
#page .form-links a {
background:#cdcdcd none repeat scroll 0 0;
border-bottom:1px solid #FFFFFF;
color:#FFFFFF;
display:block;
float:left;
font-size:11px;
line-height:20px;
margin-right:1px;
padding:0 15px;
text-decoration:none;

}
#page .form-links a.form-links-active {
background:#DAFA57 none repeat scroll 0 0;
color:#000000;
}
#page .formbox-content {

}
.verplicht {
color:red;
font-size:xx-small;
vertical-align:top;
}


