/* CSS Document */

body {
	padding:		0;
	margin:			0;
	background-color:	#000000;
	font-family:		Verdana, Arial, Helvetica, Sans-serif ;
}

div, h1, h2, p, form, label, input, textarea, img, span {
	margin:			0;
	padding:		0;
}

ul {
	margin:			0; 
	padding:		0; 
	list-style-type:	none;
	font-size:		0;
}

img {
	border:			0;
}

#baseDiv {
	width:			100%;
}

#main {
	width:			1000px;
	height:			425px;
	position:		absolute;
	top:			50%;
	left:			50%;
	margin-left:		-500px;
	margin-top:		-213px;
}

#topDiv {
	float:			left;
	width:			1000px;
	height:			381px;
	border-top:		7px solid #C6C639;
	border-bottom:		7px solid #C6C639;
	background:		url(../images/bg_main.jpg) top left repeat-x;
}

#bottomDiv {
	float:			left;
	width:			1000px;
	height:			30px;
}

#headerContainer {
	float:			left;
	width:			141px;
	height:			380px;
}

#picContainer {
	float:			left;
	width:			219px;
	height:			380px;
	padding-left:		2px;
	background-color:	#C6C639;
}

#mainContainer {
	float:			left;
	width:			287px;
	height:			360px;
	padding:		10px;
	overflow:		auto;
	scrollbar-base-color:	#C6C639;
}

#imageContainer {
	float:			left;
	width:			331px;
	height:			380px;
}

#header {
	float:			left;
	width:			950px;
	height:			73px;
	background-image:	url("../images/bg_header.jpg");
	background-position:	top left;
	background-repeat:	no-repeat;
}

#header img {
	margin-top:		0;
	margin-left:		0;
	border:			0;
}

#navigContainer {
	width:			950px;
	margin-left:		auto;
	margin-right:		auto;
}

#navig {
	float:			left;
	width:			135px;
}

#navig ul {
	margin-top:		20px;
	margin-left:		20px;
	margin-right:		0;
	padding:		0;
	list-style:		none;
}

#navig ul li {
	font-size: 		13px;
	color:			#ffffff;
	margin-bottom:		10px;
}

#navig ul li a {
	color:			#ffffff;
	text-decoration:	none;
}

#navig ul li a:hover {
	color:			#C6C639;
	text-decoration:	none;
}

#navig ul li .current_url {
	color:			#C6C639;
	text-decoration:	none;
}

#navig ul ul {
	margin-top:		0;
	margin-left:		12px;
	list-style:		none;
}

#navig ul ul li {
	font-size: 		12px;
	color:			#ffffff;
	font-style:		italic;
	margin-bottom:		0;
	padding-bottom:		0;
	line-height:		1.1em;
}

#mainContainer h1 {
	font-size:		16px;
	color:			#C6C639;
	margin-bottom:		20px;
	line-height:		1.1em;
}

#mainContainer h2 {
	font-size:		14px;
	color:			#C6C639;
	margin-bottom:		5px;
}

#mainContainer p, #mainContainer li, #mainContainer td {
	font-size:		11px;
	color:			#ffffff;
	line-height:		1.3em;
	margin-bottom:		15px;
}

#mainContainer p a, #mainContainer li a, #mainContainer td a {
	color:			#C6C639;
	text-decoration:	none;
}

#mainContainer p a:hover, #mainContainer li a:hover, #mainContainer td a:hover {
	color:			#C6C639;
	text-decoration:	underline;
}

#mainContainer li {
	margin-bottom:		0;
	text-align:		left;
}

#mainContainer ul {
	margin-bottom:		15px;
	list-style-type:	square;
	margin-left:		20px;
}

#mainContainer ul ul {
	margin-bottom:		0;
	list-style-type:	square;
	margin-left:		20px;
}

#mainContainer table {
	margin-bottom:		15px;
}

#mainContainer td {
	vertical-align:		top;
	padding-right:		10px;
	text-align:		left;
}

#mainContainer td img {
	border:			1px solid #404040;
}

.invulveld {
	width:			225px;
}

textarea {
	width:			225px;
	height:			100px;
}

.leesverder {
	padding-left:		20px;
	background-image:	url(../images/verder.gif);
	background-position:	center left;
	background-repeat:	no-repeat;
}

#footerContainer {
	width:			1000px;
	height:			30px;
}

#footerContainer ul {
	margin-left:		141px;
	font-size: 		12px;
	font-weight:		bold;
	margin-top:		10px;
}

#footerContainer ul li {
	display:		inline;
	color:			#ffffff;
	padding-bottom:		5px;
	padding-right:		15px;
}

#footerContainer ul li a {
	color:			#ffffff;
	text-decoration:	none;
}

#footerContainer ul li a:hover {
	color:			#ffffff;
	text-decoration:	underline;
}

#footerContainer ul li.last {
	border:			0;
	padding-right:		0;
}


