/* CSS Document */

* {
	padding:		0px;
	margin:			0px;
}

img {
	border:			0;
}

body {
	background-color:	#EEEEEE;
	font-family:		Arial, Verdana, Tahoma, Sans-serif;
}

#navigContainer {
	width:			900px;
	margin-left:		auto;
	margin-right:		auto;
}

#navig {
	float:			left;
	width:			900px;
	height:			107px;
	background-image:	url(../images/bg_navig.jpg);
	background-position:	top left;
	background-repeat:	no-repeat;
	background-color:	#595E74;
}

#navig ul {
	float:			right;
	padding-top:		40px;
	padding-right:		15px;
	font-size: 		11px;
	list-style-type:	none;
}

#navig li {
	list-style:		none;
	float:			left;
	font-size: 		12px;
	color:			#ffffff;
	padding-right:		15px;
	padding-left:		15px;
	padding-bottom:		15px;
}

#navig li a {
	color:			#ffffff;
	text-decoration:	none;
	padding-bottom:		15px;
}

#navig li a:hover {
	color:			#ffffff;
	text-decoration:	none;
	background-image:	url(../images/driehoek.gif);
	background-position:	bottom center;
	background-repeat:	no-repeat;
	padding-bottom:		15px;
}

#headerContainer {
	width:			900px;
	margin-left:		auto;
	margin-right:		auto;
}

#header {
	float:			left;
	width:			900px;
	height:			202px;
	background-image:	url(../images/bg_header.jpg);
	background-position:	top left;
	background-repeat:	no-repeat;
	background-color:	#FFFFFF;
}

#logo img {
	position:		relative;
	top:			30px;
	left:			400px;
	border:			0;
}

#bodyTopContainer {
	width:			900px;
	margin-left:		auto;
	margin-right:		auto;
}

#bodyTopLeft {
	float:			left;
	width:			370px;
	height:			200px;
	text-align:		right;
}

#bodyTopLeft h1 {
	margin-right:		50px;
	margin-top:		10px;
	color:			#000000;
	font-size:		28px;
}

#bodyTopLeft p {
	margin-right:		50px;
	margin-top:		135px;
	color:			#990000;
	font-size:		16px;
}

#bodyTopRight {
	float:			left;
	width:			510px;
	padding:		10px;
}

#bodyTopRight p {
	color:			#ffffff;
	font-size:		13px;
	line-height:		1.3em;
	margin-bottom:		10px;
}

#bodyTopRight p a {
	color:			#ffffff;
	text-decoration:	underline;
}

#bodyTopRight p a:hover {
	color:			#C0C0C0;
	text-decoration:	none;
}

#bodyMidContainer {
	width:			900px;
	margin-left:		auto;
	margin-right:		auto;
}

#footerContainer {
	width:			900px;
	margin-left:		auto;
	margin-right:		auto;
}

#footer {
	float:			left;
	width:			900px;
	height:			141px;
	background-image:	url(../images/bg_footer.gif);
	background-position:	top left;
	background-repeat:	no-repeat;
	background-color:	#5A5E75;
}

#footerLeft {
	float:			left;
	width:			720px;
}

#footer ul {
	margin-top:		70px;
	margin-left:		20px;
}

#footer ul li {
	display:		inline;
	font-size:		11px;
	padding-right:		10px;
	padding-left:		10px;
	color:			#ffffff;
	border-right:		1px solid #ffffff;
}

#footer ul li a {
	color:			#ffffff;
	text-decoration:	none;
}

#footer ul li a:hover {
	color:			#ffffff;
	text-decoration:	underline;
}

#footer .last {
	border-right:		0;
}

#footerRight {
	float:			left;
	width:			180px;
}

#footerRight img {
	margin-top:		55px;
	margin-right:		10px;
	border:			0;
}

.knop {
	padding-left:		15px;
	padding-right:		15px;
	float:			left;
	margin-bottom:		25px;
	}

.invulveld {
	width:			375px;
}

textarea {
	width:			375px;
	height:			125px;
}

.error {
	color:			#FF0000;
}

