* {
    margin: 0px;
    padding: 0px;
}

html, body {
	font-family: 'open_sansregular';
    font-size: 13px;
	color:#fff;
	line-height:18px;
	width: 100%;
	height:100%;
}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../fonts/opensans/OpenSans-BoldItalic-webfont.eot');
    src: url('../fonts/opensans/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/opensans/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans/OpenSans-Bold-webfont.eot');
    src: url('../fonts/opensans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/opensans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans/OpenSans-Regular-webfont.eot');
    src: url('../fonts/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#header_back {
	width:100%;
	background:url(../images/back_gradient.png) repeat-x;
	background-color:#02396c;
	padding-bottom:1px;
	}

#header_white {
	width:50%;
	left:50%;
	background-color:#FFFFFF;
	height:160px;
	position:absolute;
	float:left;
	}
	
#header {
	background-color:#FFFFFF;
	width:725px;
	position:relative;
	height:159px;
	float:right;
	border-radius: 0px 0px 0px 35px;
	-moz-border-radius: 0px 0px 0px 35px;
	-webkit-border-radius: 0px 0px 0px 35px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	z-index:1001;
	}

#logo {
	position: absolute;
	margin-top:44px;
	margin-left:41px;
	width:639px;
	height:41px;
	}
	
#menu {
	width:569px;
	height:36px;
	background-color:#d0d0d0;
	border-radius: 0px 0px 0px 35px;
	-moz-border-radius: 0px 0px 0px 35px;
	-webkit-border-radius: 0px 0px 0px 35px;
	margin-top:123px;
	padding-left:154px;
	}	

#wrapper {
	width:960px;
	margin:0 auto;
	height:400px;
}

#slider {width:390px; height:550px; float:left; margin-top:-160px;}
#tekst {width:470px; padding:50px 50px 20px 50px; float:left;}
#line {height:1px; background-color:#012343; margin-top:4px; width:100%;}
#footer {width:100%; text-align:center; height:34px; background-color:#d0d0d0; margin-top:30px; padding-top:15px; color:#3a3a3a; letter-spacing:1px;}
#socialicons { position:absolute; width:725px; height:35px; margin-top:3px;}
#socialicons img { margin-left:3px;}
#sitemap { width:960px; margin:0 auto; color:#a9a9a9; text-align:right; margin-top:25px;}
#sitemap a {color:#a9a9a9; font-weight:normal;}

input {outline: none; }
textarea {outline: none; font-family:Arial, Helvetica, sans-serif; padding-top:5px; }

.tekstvak_smal {
	color: #323232;
	background-color:#ffffff;
	text-decoration: none;
	height: 25px;
	width: 260px;
	border: 1px solid #000;
	padding-left:5px;
}
.tekstvak_breed {
	color: #323232;
	background-color:#ffffff;
	text-decoration: none;
	height: 25px;
	width: 260px;
	border: 1px solid #000;
	padding-left:5px;
}
.tekstvak_multi {
	color: #323232;
	background-color:#ffffff;
	text-decoration: none;
	width: 260px;
	border: 1px solid #000;
	padding-left:5px;
}
.tekstvak_medium {
	color: #323232;
	background-color:#ffffff;
	text-decoration: none;
	height: 25px;
	width: 260px;
	border: 1px solid #000;
	padding-left:5px;
}
.button {
    font-size: 14px;
	width:130px;
	height:22px;
	border:none;
	color:#FFFFFF;
	background-color:#012343;	

}
.button:hover{ cursor:pointer; }


.fout { color:#FF0000; }

.downloads { padding:10px 0px; }
.downloads li { list-style:none; background:url(../images/pdf.png) top left no-repeat; background-position:0px 13px; font-size:12px; padding: 5px 0px 5px 25px; width:auto; border-top:#A5B7C0 solid 1px; }

.downloads li a:link { color:#C41039; text-decoration:none; }
.downloads li a:active { color:#C41039; text-decoration:none; }
.downloads li a:visited { color:#C41039; text-decoration:none; }
.downloads li a:hover { color:#231F20; text-decoration:none; }

/* DEZE HACK IS NODIG OMDAT ANDERS HET CONTENT VLAK NIET MEESCHAALD MET EEN FLOATED DIV */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */