/* CSS Document */


/* <-------------------- START BODY --------------------> */
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "Arial";
	background-color: #fff;
	font-size: 12px;
	color: #002C53;
}

#container {
	position: relative; /* De container positioneer je relative omdat je de footer absoluut aan de container positioneert */
	margin: 0px auto; /*deze div centreren*/
	width: 950px;
	display: none;
	background: url('../images/achtergrond.png') no-repeat;
}
 
#loader {
	z-index: 		11;
	position:		fixed; 
	top: 			50%;
	left: 			50%;
	margin-top: 	-100px;
	margin-left: 	-110px;
	width: 			220px;
	height: 		26px;
	text-align:		center; 
	vertical-align:	middle;
	padding: 		0px;
}

/* <-------------------- END BODY --------------------> */



/* <-------------------- START ALGEMEEN --------------------> */
.hidden {
	display: none;
}

input.submit {
	border: 1px solid #ccc;
	background: #fff;
	color: #1c5e3b;
	cursor: pointer;
}


h1 {
	font-size: 16px;
	color: #002C53;
	margin: 0 0 10px -1px;
}

p {
	font-size: 12px;
	color: #002C53;
	margin-top:0;
	margin-bottom:12px;
	margin-left:0;
	margin-right:0	
}

/* <-------------------- END ALGEMEEN --------------------> */



/* <------------------------------------------------------------ START HEADER ------------------------------------------------------------> */
#logo {
	height: 103px;
	width: 950px;
}

/* <-------------------- START MENU --------------------> */
#menu {
	height: 20px;
	width: 905px;
	margin: 0 20px 0 25px;
}

#menu div a {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 12px;
	color: #002C53;
}

#menu div a:hover, #menu div a.selected {
	background: url('../images/bullit.png') no-repeat 0px 5px;
}

#menu div.menu_links {
	float: left;
}
	
#menu div.menu_rechts {
	float: right;
	text-align: right;
}

/* <-------------------- END MENU BOVEN --------------------> */

#header {
	height: 143px;
	width: 890px;
	margin: 0 35px 20px 35px;
}

#header #image img{
	margin: 0;
	padding: 0;
}

/* <------------------------------------------------------------ END HEADER ------------------------------------------------------------> */


/* <------------------------------------------------------------ START MIDDEN ------------------------------------------------------------> */

#blok_links {
	float: left;
	width: 430px;
	margin: 0 0 0 35px;
}

#blok_links .button {
	float: left;
	width: 75px;
	height: 75px;
	padding-right: 5px;
}

#blok_links .button img.a {
	z-index: 3;
	position: relative;
}
 
#blok_links .button img.b {
	z-index: 2;
	position: relative;
	top: -78px;
}

#blok_links form p {
	font-size: 10px;
}

#blok_links form div.zoekblok {
	background: url("../images/zoeken_achtergrond2.png") no-repeat;
	height: 22px;
	margin-bottom: 5px;
	padding: 2px 5px;
	width: 170px;
}

#blok_links form div.zoekblok div.search_form input.zoeken {
	font-size: 12px;
	width: 170px;
	border: none;
	height: 16px;
	line-height: 13px;
}

#blok_links form input.zenden {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 12px;
	height: 23px;
	line-height: 16px;
	padding-bottom: 2px;
	width: 75px;
	margin-bottom: 10px;
	margin-left: 105px;
}

#blok_rechts {
	float: right;
	width: 430px;
	min-height:325px;
	height:auto !important;
	height:325px;
	margin: 0 35px 0 0;
}
/* <------------------------------------------------------------ END MIDDEN ------------------------------------------------------------> */


/* <-------------------- START FOOTER --------------------> */	
#footer {
	clear: both;
	height: 70px;
	width: 890px;
	margin: 0px auto;
	padding: 5px;
	text-align: right;
	border-top: 1px solid black;
}
/* <-------------------- END FOOTER --------------------> */