/* 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:460px;
		width:1006px;
		}
		
			div#boven_container_links {
			float:left;
			width:495px;
			}
			
				div#team_foto {
				/* het kader van deze div staat in het desbetreffende html-bestand, omdat het per team verschild */
				height:350px;
				}
				
					div#team_foto_inhoud {
					height:300px;
					}
								
				div#team_leiders {
				background-image:url(../images/teams/algemeen/leiders.png);
				height:110px;
				}
					div#team_leiders_inhoud {
					height:60px;
					}
				
			div#boven_container_rechts {
			float:right;
			width:510px;
			}
				div#team_namen {
				background-image:url(../images/teams/algemeen/spelers.png);
				height:460px;
				}
				
					div#team_namen_inhoud {
					height:410px;
					}
				
		div#onder_container {
		background-image:url(../images/teams/algemeen/forum.png);
		height:450px;
		width:1006px;
		}
		
			div#forum_inhoud {
			height:400px;
			}
		
