/* CSS Document */

/* algemeen --> */
body {
font-family: "Gill Sans MT", 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#titels {
height:40px;
 }

 		div#boven_container {
		height:303px;
		width:1006px;
		}
		
			div#fotos {
			height:303px;
			width:503px;
			background-image:url(../images/extras/fotoklein.png);
			float:left;
			}
				
				div#fotos_inhoud {
				height:255px;
				}
								
			div#poll {
			height:303px;
			width:503px;
			background-image:url(../images/extras/pollklein.png);
			float:right;
			}
				div#poll_inhoud {
				height:255px;
				}
		
		div#gastenboek {
		height:303px;
		width:1006px;
		background-image:url(../images/extras/gastenboekklein.png);
		}
		
			div#gastenboek_inhoud {
			height:255px;
			text-align:center;
			}
		
		div#onder_container {
		height:303px;
		width:1006px;
		}
		
			div#videos{
			height:303px;
			width:503px;
			background-image:url(../images/extras/videoklein.png);
			float:left;
			}
				div#videos_inhoud {
				height:255px;
				}
				
			div#onder_container_rechts {
			height:303px;
			width:503px;
			float:right;
			}
					
				div#historie {
				height:151px;
				width:503px;
				background-image:url(../images/extras/historieklein.png);
				}
				
					div#historie_inhoud {
					height:106px;
					}
				
				div#archief {
				height:151px;
				width:503px;
				background-image:url(../images/extras/nieuwsarchiefklein.png);
				}
				
					div#archief_inhoud {
					height:106px;
					}
		