html,body {
	margin: 0;
	background-repeat:repeat-y;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bgheader.jpg);
	background-repeat:repeat-x;
}

#main_container {
	position: relative;
	background-color:#ffffff;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin: 0 auto 0 auto;
	width: 942px;
	z-index:1;
}

#header {
	position:absolute;
	top:-20px;
	left:0px;
	background-image:url(../images/header.jpg);
	width:942px;
	height:198px;
}

#Contactgegevens {
	position:absolute;
	top:510px;
	font-size:10px;
	color:#000000;
}

#content_rechts {
	position:absolute;
	top:178px;
	width:271px;
	left:650px;
	text-align:center;
	font-size:12px;
	padding:10px;
}


#content_links {
	position:absolute;
	top:0px;
	width:100px;
	left:120px;
	text-align:center;
	font-size:12px;
	background-color:#ffffff;
}

#content {
	position:relative;
	width:600px;
	top:148px;
	left:258px;
	padding:1px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contentbox1 {
	position:relative;
	background-image:url(../images/bovenlinksfotoindex.jpg);
	width:340px;
	height:165px;
	float:left;
	margin-right:4px;
}
#contentbox2 {
	position:relative;
	background-color:#ff7d25;
	float:left;
	width:339px;
	height:165px;
}
#contentbox3 {
	position:relative;
	background-color:#c9d6c2;
	float:left;
	width:340px;
	height:250px;
	margin-right:4px;
	margin-top:3px;
}
#contentbox4 {
	position:relative;
	background-color:#c9d6c2;
	float:left;
	width:339px;
	height:250px;
	margin-top:3px;
}

.titlehome {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
	padding-top:2px;
	font-size:12px;
}

.leesmeer {
	color:#ff7d25;
	font-size:9px;
}

.leesmeer a:link { 
	color:#ff7d25;
	font-size:9px;
	text-decoration:none;
}
.leesmeer a:visited { 
	color:#ff7d25;
	font-size:9px;
	text-decoration:none;
}
.leesmeer a:hover { 
	color:#595854;
	font-size:9px;
}
.leesmeer a:active { 
	color:#ff7d25;
	font-size:9px;
	text-decoration:none;
}

.link {
	color:#ff7d25;
	font-size:11px;
}

.link a:link { 
	color:#ff7d25;
	font-size:11px;
	text-decoration:none;
}
.link a:visited { 
	color:#ff7d25;
	font-size:11px;
	text-decoration:none;
}
.link a:hover { 
	color:#595854;
	font-size:11px;
}
.link a:active { 
	color:#ff7d25;
	font-size:11px;
	text-decoration:none;
}

#footer {
	position: relative;
	background-color:#595854;
	margin: 0 auto 0 auto;
	width: 942px;
	font-size:10px;
}


