body, html { 
	background : url(../images/bg.jpg) repeat-x;
	background-color : #ffffff;
	font-family: Verdana, Arial;
	margin : 0; 
	padding : 0; 
}

* { 
	margin : 0; 
	padding : 0; 
}


h1 {
	font-family: Calibri;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	color: #feb400;
}

h2 {
	font-family: Calibri;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	color: #001e4c;
	margin: -6px 0 0 0;
}

h3 {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

.blauwbold {color: #001e4c; font-weight: bold;}

#wrapper { 
	position : relative; 
	width : 1000px; 
	height : 900px; 
	margin : 0 auto;
}

#header {
	float: left;
	width: 950px;
	height: 57px;
	padding: 10px 25px;
}

#tekst {
	float: left;
	width: 954px;
	height: 139px;
	padding: 13px 21px 0 25px;
}

	#tekst p {
		width: 610px;
		font-family: Calibri;
		font-size: 13px;
		font-weight: normal;
		color: #ffffff;
		max-height: 95px;
		margin: 14px 0 0 0;
	}
	
	#tekst #img {
		float: right;
		width: 363px;
		height: 193px;
		margin: -54px 0 0 0;
		clear: both;
	}
	
#menu {
	float: left;
	width: 950px;
	height: 35px;
	font-family: Calibri;
	font-size: 18px;
	font-weight:  bold;
	color: #ffffff;
	text-transform: uppercase;
	margin: 1px 25px; 

}
	
#menu ul {
	float: left; 
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
	
#menu li { 
	float : left; 
	height: 35px;
	margin: 0;
	list-style: none;
	padding: 17px 16px 0 16px;
}

#menu li a {
	text-align : center; 
	padding : 2px 5px 2px 20px;
	font-family:  Calibri;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/li.jpg) left no-repeat;
}

#menu li:hover {
	background: url(../images/hover.jpg);
	height: 35px;
}


#content {
	float: left;
	width: 950px;
	height: auto;
	padding: 0 25px;
}

#inschrijven {
	float: left;
	width: 901px;
	height: 267px;
	background: url(../images/inschrijven.jpg) no-repeat;
	margin: 30px 0 0 0;
	padding: 20px 25px;
	clear: both;
}
	#inschrijven table {
		float: left;
		clear: both;
		font-family: Verdana, Arial;
		font-size: 12px;
		color: #001e4c;
		line-height: 30px;
		width: 723px;
		margin: 28px 0 0 0;
	}

	#inschrijven td {width: 105px;}

	#inschrijven input {
		background: url(../images/form.jpg);
		border: none;
		width: 155px;
		height: 25px;
		padding: 5px 20px;
		color: #001e4c;
		clear: both;
	}

	#inschrijven select {
		background: url(../images/form2.jpg);
		border: none;
		width: 117px;
		height: 35px;
		padding: 10px 20px;
		color: #001e4c;
	}

	ul#inschrijven {
		background: url(../images/button.jpg) no-repeat;
		font-family: Calibri;
		font-size: 24px;
		text-transform: uppercase;
		width: 223px;
		height: 37px;
		list-style: none;
		margin: 20px 0 0 255px;
		padding: 5px 15px 0 0;
	}
	
		ul#inschrijven li { 
			float : left; 
			margin: 0;
			list-style: none;
			background: url(../images/li.jpg) left no-repeat;
			margin: 0 25px 0 25px;
	}

		ul#inschrijven li a {
			float: left;
			color: #ffffff;
			text-decoration: none;
			margin: 0 0 0 65px;
		}

#blokken {
	width: 1000px;
}

.blok {
	float: left;
	background: url(../images/blok.jpg) no-repeat;
	width: 262px;
	height: 145px;
	margin: 35px 6px 0 0;
	padding: 20px 25px;
}
	.blok .mening {
		float: left;
		background: url(../images/mening.jpg) no-repeat;
		width: 120px;
		height: 60px;
		margin: 23px 10px 0 0;
	}

	.blok p {
		float: left;
		width: 127px;
		height: 110px;
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		color: #929292;
		margin: 23px 0 0 0;
	}
	
	ul.h {
		float: left; 
		display: block;
		margin: 0;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	ul.h li { 
		float : left; 
		margin: 0;
		list-style: none;
		background: url(../images/>.jpg) left no-repeat;
		padding: 0 0 0 25px;
	}

	ul.h li a {
		text-align : center; 
		padding : 2px 35px 2px 5px;
		font-family:  Calibri;
		font-size: 18px;
}

#footer {width: 1000px; float: left; margin: 10px 0 0 0; text-align: center; font-family: Verdana, Arial; font-size: 13px; color: #001e4c;}
#footer a {color: #001e4c; text-decoration: underline;}
#footer a:hover {text-decoration: none;}