body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #004990;
	color: #ffd41f;
	font: 11px/19px verdana;
}
h1, h2, h3 {
	margin: 20px 0 10px 0;
	padding: 0;
}h4 {	text-decoration: underline;}
div#content a:link, div#content a:visited {
	color: #ffd41f;
	font: bold 11px/19px verdana;
	text-decoration: underline;
	text-underline-style: dashed;
}
div#content a:hover {
	text-decoration: underline;	
}
p {
	margin: 19px 0;
	padding: 0;
}
ul {
	list-style:none;
	font: bold 14px/45px verdana;
	color: #ffd41f;
	padding: 0;
	margin: 0;
}
li {
	height: 45px;
	width: 211px;
	margin: 0;
	background: url(images/menu_background.jpg);
}
ul a:link, ul a:visited {
	text-decoration: none;
	color: #ffd41f;
	display: block;
	padding: 0 0 0 15px;
}
ul a:hover {
	text-decoration: underline;
}
input {	
	height: 16px;	
	border: none;	
	font: 11px/16px verdana #333;
}
label.label, input.naw, input.cijfers {	
	height: 16px;	
	float: left;	
	line-height: 16px;
}
label.label, input.naw {	
	width: 150px;
}
label.radiobutton {	
	height: 16px;	
	float: left;	
	line-height: 16px;	
	width: 150px;
}
label.normal {	
	width: 300px;	
	float: left;
}
input.cijfers {	
	width: 30px;
}
div.contact {	
	width: 500px;	
	height: 18px;	
	margin: 5px 0;	
	display:block;
}
input.submit {	
	background: none;	
	color: #ffd41f;	
	border: 1px solid #ffd41f;	
	width: 150px;	
	display: block;	
	height: 22px;	
	margin: 10px;	
	float: left;	
	padding-bottom: 3px;	
	cursor: pointer;	
	font: 12px/22px verdana;
}
div#navigation {
	width: 211px;
	height: auto;
	float: left;
}
div.include {	
	width: 520px;		
	float: left;
}
div#content {
	width: 520x; /* Dit aanpassen voor de breedte van je content veld! Evenveel bij doen 	als beneden bij div#outer_wrapper, div#inner_wrapper staat aangegeven! */
	min-height: 200px;
	float: right;	padding: 0 15px;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 100%;
	min-height: 100%;
	color: #ffd41f;
}
div#header {
	height: 258px;
	margin: 0 auto;
	width: 50%;
	float:right;
	background: url(images/header.jpg) repeat-x;
}
div#header_inner {
	height: 258px;
	width: 300px;
	float: left;
	margin-Left: -150px;
	position: relative;
	background: url(images/logo.jpg) no-repeat;
}
div#outer_wrapper {
	height: auto;
	padding-bottom: 35px;
}
div#outer_wrapper, div#inner_wrapper {
	width: 800px; /* Dit is de breedte van de DIV om je content en navigatie heen. Dit aanpassen evenveel als content veld! */
}
div#footer {
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 60px;
	background: url(images/footer.jpg) repeat-x;
}
div#inner_footer {
	width: 400px;
	height: 60px;
	float:right;
	background: url(images/footer_inner.jpg) no-repeat;
}
div#inner_footer font {
	color: #004990;
	line-height: 40px;
}
div#inner_wrapper {
	height: auto;
	padding-bottom: 60px;
	margin: 0 0 0 10px;
}
div.clear_float {
	clear: both;
}
