/* Algemene waardes */
html, body {
	margin:0px 0px 0px 0px;
	padding:0;
	width:100%;
	height:100%;
	background-image: url(images/bg.png);
	background-color:#381f62;
	background-repeat:repeat-x;
	font-family: Verdana;
	font-size:11px;
	color:#000;
	overflow:auto;
}

.fixfloat {
	margin:0;
	padding:0;
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}

div#wrapper {
	width:100%;
	height:100%;
	background-image: url(images/bg_gradient.png);
	background-position:bottom;
	background-repeat: repeat-x;
}

/* /Algemene waardes */

/* Footer */

div#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
	font-size:14px;
	color:#fff;
	padding:20px 0px 20px 15px;
}

div#footer a {
	text-decoration:none;
	color:#fff;
}

div#footer a:hover {
	text-decoration:underline;
}

/* /Footer */

/* Header */

div#header_container {
	width:100%;
	height:150px;
	background-image: url(images/header.png);
	background-position: top center;
	background-repeat:no-repeat;
}

div#header {
	width:800px;
	height:100px;
	padding:50px 0px 0px 15px;
	background-image: url(images/header_logo.png);
	behavior:url(iepngfix.htc);
	background-position:right;
	background-repeat:no-repeat;
	margin:0 auto;
}

#datum {
	float:right;
	color:#fff;
	margin:0px 20px 0px 0px;
}

#menu {
	width:800px;
	text-align:center;
	clear:both;
	padding:65px 0px 0px 0px;
	font-size:14px;
	color:#220158;
	font-weight:bold;
}

#menu a {
	color:#220158;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
}

/* /Header */


/* Content */

div#content_container {
	width:100%;
	background-color:#fff;
	padding:25px 0px 25px 0px;
	background-image: url(images/content_bg.png);
	background-position:bottom center;
	background-repeat:repeat-x;
}

div#content {
	width:800px;
	padding:0px 0px 0px 15px;
	margin:0 auto;
}

div#topbox a {
	text-decoration:underline;
	color:#000;
}

div#topbox a:hover {
	text-decoration:none;
}

div#topbox {width:800px; margin-bottom:25px;}

.content_top {
	width:800px;
	height:10px;
	background-image: url(images/contentblok_top.png);
	overflow:hidden;
}

.content_cont {
	width:750px;
	background-image: url(images/contentblok_bg.png);
	overflow:hidden;
	padding:10px 25px;
}

.content_cont p {
	margin:12px 0px 0px 0px;
	padding:0px;
}

.content_foot {
	width:800px;
	height:10px;
	background-image: url(images/contentblok_foot.png);
	overflow:hidden;
}

	/* Links */
	div#left {
		float:left;
		width:476px;
		border-right:1px solid #220158;
		padding:5px 20px 25px 20px;
		margin:0;
		color:#220158;
	}
	
	div.form {width:476px; clear:both; padding-top:8px;}
	
	div.form p.tekst {
		width:150px;
		margin:0;
		padding:6px 0px 0px 0px;
		float:left;
	}
	
	div.form p.veld {
		float:left;
		margin:0;
		padding:0;
	}
	
	div.form p.veld img {
		float:left;
	}
	
	div.form p.veld input.veldje {
		float:left;
		height:27px;
		background-image: url(images/input_bg.png);
		width:240px;
		border:0;
		padding:3px 5px 0px 5px;
		font-size:18px;
		color:inherit;
	}
	
	div.form p.veld textarea {
		height:70px;
		background-image: url(images/textarea_bg.png);
		overflow:hidden;
		margin:0;
		padding:5px;
		float:left;
		border:0;
		width:240px;
	}
	/* /Links */
	
	/* Rechts */
	div#right {
		float:left;
		margin:0;
		width:240px;
		padding:20px 20px;
	}
	
	div#right a {
	text-decoration:underline;
	color:#999999;
	}
	
	div#right a:hover {
		text-decoration:none;
	}
	
	div#right p {
		color:#999999;
		font-size:10px;
		margin:10px 0px 0px 0px;
		padding:0;
	}
	/* /Rechts */
/* Content */

/* Text opmaak */

h1 {
	font-size:18px;
	color:#ff6600;
	margin:0px 0px 15px 0px;
	padding:0;
}

h2 {
	font-size:12px;
	margin:0;
	padding:0;
	color:#220158;
}

.grijs {color:#cccccc; font-size:11px;}
.oranje_streep {color:#ff6600; padding:0px 8px;}
.oranje {color:#ff6600;}

/* /Text opmaak */