/* CSS Document */

/* algemeen --> */
body {
font-family: Calibri, Arial;
margin: 0 auto 0 auto;
}

 img {
border: 0;
}
/* <-- algemeen */

/* structuur --> */
  div#main_container {
margin: 5px auto 0 1px;
text-align: center;
width: 1006px;
height: 910px;
}

div#titel {
height:200px;
}

div#inhoud {
height:230px;
text-align:center;
margin-top:20px;
}

 	div#boven {
	width: 1006px;
	height: 450px;
 	}

 		div#sponsor_links {
		background-image:url(../images/sponsors/hoofdsponsor%20senioren.png);
		width: 503px;
		height: 450px;
		float:left;
 		}
 
 		div#sponsor_rechts {
		background-image:url(../images/sponsors/hoofdsponsor%20junioren.png);
		width: 503px;
		height: 450px;
		float:right;
 		}
 
 	div#onder {
	width: 1006px;
	height: 455px;
	background-image:url(../images/sponsors/sponsorfotos.png);
 	}