* {
	margin: 0;
	padding: 0;
}
body {
	background: #dadada url(../images/bg_body.gif) left top repeat-x;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	margin: 0 auto;
	width: 900px;
	position: relative;
	background: #52514d url(../images/bg_container.gif) left top repeat-y;
	z-index: 1;
	margin-bottom: 50px;
}
.hiddenpic {
	display:none;
}


/*		Formatering van het Intro Block
-----------------------------------------------------------------------*/

#intro {
	position: relative;
	padding: 1px;
}
#content {
	background-color: #fff;
	width: 640px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 0;
	margin-left: 230px;
	margin-top: 260px;
	min-height: 400px;
	_height: 400px;
	color: #5f5f5f;
}
#content h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	height: 30px;
	margin: 0 0 10px 0;
	padding: 4px 10px 0 20px;
}
#content h3 {
	background: #fff url(../images/kop.gif) right top repeat-x;
	font: bold 18px Arial, Helvetica, sans-serif;
	height: 30px;
	margin: 0 0 10px 0;
	padding: 4px 10px 0 20px;
}
#content h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 4px 10px 0 20px;
}
#content a, #content a:link, #content a:visited {
	color: #00a1e1; 
	font-weight: bold;
	text-decoration: none;
}
#content a:hover, #content a:active, #content a:focus {
	text-decoration: underline
}
#content p {
	padding: 0 20px 20px 20px;
	color: #5f5f5f;
}
#content ul {
	line-height: 20px;
 	text-indent: 40px;
	list-style-position: inside;
	list-style-type: square;
}


/*	Left_Content
-----------------------------------------------------------------------*/

#left_content {
	color: #fff;
	font-weight: normal;
	padding: 0;
	position: absolute;
	top: 193px;
	width: 215px;
}

#menu {
	background: transparent url(../images/bg_lselect.gif) left bottom no-repeat;
	padding-bottom: 25px;
}

		
#partners {
	background:#fff url(../images/kop.gif) center top repeat-x;
	width:215px;
	padding-bottom: 0px;
	padding-top:1px;
}
	#partners h3 {
		color:#5f5f5f;
		margin: 4px 10px;
	}


/*		Footer Formatering
-----------------------------------------------------------------------*/
#footer_container {
	background: #fff url(../images/kop.gif) right top repeat-x;
	width:640px;
	margin: 30px 20px 30px 230px;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 0;
	position: relative;
	color: #5f5f5f;
	height:100%;
	bottom: 27px;
	#bottom: 0px;
}

#footer {
	background: transparent url(../images/bg_footer.gif) left top no-repeat;
	bottom: -85px;
	#bottom: -58px;
	left: 25px;
	height: 54px;
	line-height: 14px;
	text-align: center;
	position: absolute;
	width: 420px;
	padding-left: 0px;
}
		
#footer a, #footer a:link, #footer a:visited {
	color: #000;
	padding:6px;
	font: italic 400 10px Arial;
	text-decoration: none;
}

