/* CSS Document */

body {
	font-family: Arial, Helvetica, Geneva, Verdana, Courier, sans-serif; 
	color: #185790;
	margin-top:5px; 
	background-color:#FFF;
}

td {
	font-family: Arial, Helvetica, Geneva, Verdana, Courier, sans-serif;
}

img {
	border:none;
}

#centre_div {
	text-align:center;
	position:relative;
}

#main_container {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	position:relative;
	text-align:left;
	width:800px;
	height:650px;
	font-size:12px;
	background-repeat:no-repeat;
	background-image:url(../images/bg.jpg);
}

#main_container.meer {
	background-image:url(../images/bg_meerweten.jpg);
}

#content {
	width:120px;
	height:450px;
	margin-left:290px;
	margin-top:100px;
	float:left;
}

#content2 {
	width:120px;
	height:450px;
	margin-left:20px;
	margin-top:100px;
	float:left;
}

#content3 {
	width:110px;
	height:350px;
	margin-left:220px;
	margin-top:200px;
	float:left;
}

#content4 {
	width:250px;
	height:150px;
	margin-top:285px;
	margin-left:60px;
	float:left;
}


#footer {
	text-align:center;
	margin-top:20px;
	width:800px;
	color:#CCC;
	float:left;
}

.meer_weten {
	margin-top:270px;
	margin-left:70px;
	float:left;
}


a:link {
	text-decoration:none;
	color:#185790;
	font-size:12px;
}

a:visited {
	text-decoration:none;
	color:#185790;
	font-size:12px;
}

a:hover {
	text-decoration:none;
	color:#7A2928;
}

p {
	margin-top:0px;
	margin-bottom:16px;
}

h1 {
	font-size:18px;
	font-weight: bold;
}

h2 {
	font-size:14px;
	font-weight: bold;
	font-style:italic;
	padding-bottom:0px;
	margin-bottom:0px;
}


