/* CSS Document */

* {
	padding:		0px;
	margin:			0px;
}

body {
	background-color:	#ffffff;
	font-family:		"Microsoft Sans Serif", Verdana, Arial, Tahoma, Sans-serif;
}

#baseDiv {
	background-image:	url(../images/bg_main.jpg);
	background-position:	top center;
	background-repeat:	no-repeat;
	display:		block;
	position:		absolute;
	top:			50%;
	margin-top:		-302px; /* dit is de negatieve helft van de hoogte */
	left:			0px;
	width:			100%;
	height:			605px;
}

#bodyMainContainer {
	width:			1024px;
	height:			440px;
	margin-left:		auto;
	margin-right:		auto;
}

#bodyMain {
	float:			left;
	width:			1024px;
	height:			440px;
}

#bodyMainLeft {
	float:			left;
	width:			350px;
	height:			440px;
}

#bodyMainLeft img {
	border:			0;
	margin-top:		65px;
	margin-left:		76px;
}

#bodyMainRight {
	float:			left;
	width:			644px;
	height:			355px;
	margin-top:		85px;
	padding-right:		30px;
}

#bodyMainRight h1 {
	color:			#000080;
	font-size:		14px;
	margin-bottom:		10px;
}

#bodyMainRight h2 {
	color:			#000080;
	font-size:		14px;
	margin-bottom:		10px;
}

#bodyMainRight p, #bodyMainRight li, #bodyMainRight td {
	color:			#492A2F;
	font-size:		12px;
	margin-bottom:		15px;
	line-height:		1.5em;
}

#bodyMainRight p a, #bodyMainRight li a, #bodyMainRight td a {
	color:			#439078;
	text-decoration:	none;
}

#bodyMainRight p a:hover, #bodyMainRight li a:hover, #bodyMainRight td a:hover {
	color:			#439078;
	text-decoration:	underline;
}

#bodyMainRight ul, #bodyMainRight ol {
	margin-left:		25px;
	list-style-type: 	square;
	margin-bottom:		15px;
	font-size: 		11px;
}

#bodyMainRight ul ul {
	margin-left:		25px;
	list-style-type: 	disc;
	margin-bottom:		0px;
}

#bodyMainRight td {
	vertical-align:		top;
	margin-bottom:		0;
	padding-right:		10px;
}

#bodyMainRight li {
	margin-bottom:		0;
}

#bodyBottomContainer {
	width:			1024px;
	margin-left:		auto;
	margin-right:		auto;
}

#bodyBottom {
	float:			left;
	width:			1024px;
	height:			165px;
}

#navig {
	float:			left;
	width:			565px;
	height:			130px;
	padding-left:		85px;
	padding-top:		15px;
}

#navig_home img {
	float:			left;
	border:			0;
	width:			80px;
	height:			80px;
}

#navig_about img {
	float:			left;
	border:			0;
	width:			80px;
	height:			80px;
}

#navig_about2 {
	display:		block;
	margin-left:		80px;
	margin-top:		65px;
	width:			80px;
	height:			80px;
	background-image:	url(../images/bg_about1.jpg);
	background-position:	top left;
	background-repeat:	no-repeat;
}

#navig_about2 a:hover {
	display:		block;
	margin-left:		0px;
	margin-top:		0px;
	width:			80px;
	height:			80px;
	background-image:	url(../images/bg_about2.jpg);
	background-position:	top left;
	background-repeat:	no-repeat;
}

#footer {
	float:			left;
	width:			374px;
	height:			165px;
}

#footer ul {
	font-size: 		12px;
	list-style-type:	none;
	margin-top:		90px;
	margin-right:		40px;
	text-align:		right;
}

#footer li {
	list-style:		none;
	font-size: 		14px;
	color:			#969698;
	line-height:		1.4em;
}

#footer li a {
	color:			#969698;
	text-decoration:	none;
}


#footer li a:hover {
	color:			#000000;
	text-decoration:	none;
}

.invulveld {
	width:			250px;
}

.knop {
	padding-left:		15px;
	padding-right:		15px;
	float:			left;
	margin-bottom:		25px;
	}

textarea {
	width:			250px;
	height:			100px;
}

.error {
	color:			#FF0000;
}

