body{
	color: #000000;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	background: #a2bedf url(../images/background_repeat.jpg) repeat-x top left;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 13px;
}

img {
	border: 0px;
	
}

a{
	color: #2e3192;
}


#container{
	margin-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	visibility: visible;
	width: 850px;
	left: 50%;
	margin-left: -425px; /* (width/2) zorgt er icm left en position voor dat je een gecentreerde floating box krijgt.*/
}

#text{
	text-align: center;
	padding: 20px;
	font-weight: bold;
}

#iclogo{
	float: left;	
}

#vdvlogo{
	float: left;	
	margin-top: 140px;
	margin-left: -40px;
}

#rt{
	float: right;
}

#lc{
	float: left;
	margin-left: -20px;
}

#c{
	float: left;
	margin-left: 40px;
}

#rb{
	float: right;
	margin-right: -60px;
	margin-left: -30px;
	margin-top: -100px;
}

#lb{
	float: left;
	margin-left: -25px;

}
