/* algemeen */

	body{
	
		width: 800px;
		margin: 0 auto;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size: .7em;
		line-height: 1.4em;
		color: #333e48;
		background-color: #FFFFFF;
	
	}
	
	h1, h2, h3{
	
		font-size: 1.3em;
		color: #FE0000;
		font-weight: bolder;
		margin-bottom: 10px;
		padding: 0;
	
	}
	
	h2{
	
		margin-top: 30px;
	
	}
	
	img{
	
		border: 0;
	
	}
	
	a {
	
		color: #336699;
	
	}
	
	a:hover{
	
		color: #FE0000;
	
	}
	
	.datum{
	
		font-size: .7em;
		color: #336699;
		
	}
	
	.opmerking{
	
		color: #80bb3f;
	
	}
	
	.foutmelding{
	
		color: #FE0000;
	
	}
	
	#updated{

		font-size: .85em;
		color: #CCCCCC;
		
	}
	
	input, textarea, select{
	
		color: #366b9d;
		font-size: 1.1em;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	
	}
	
	#schrijf_je_in{
	
		position: relative;
		left: 620px;
		top: 280px;
		width: 128px;
		height: 129px;
		z-index: 1;
	
	}
	
	#pagina{
	
		background: url(../images/header/achtergrond.jpg) repeat-x;
	
	}
	
	#header{
	
		height: 373px;
	
	}
	
	#inhoud{
	
		margin-top: 40px;
		padding: 0 20px 20px 20px;

	}



/* menu */

	#menu{
		
		margin: 295px 20px 0 20px;
		padding: 20px 0 20px 10px;
		color: #366b9d;
		font-size: 1.2em;
	
	}
	
	.menu_inhoud{
	
		width: 700px;
		padding-top: 3px;
	
	}
	
	.menu_inhoud a
	{
		margin-right: 10px;
		line-height: 1.1em;
		color: #366b9d;
		text-decoration: none;
	}
	
	.menu_inhoud a:hover
	{
		color: #366b9d;
		background-color: #87d8f6;
	}
	
	.menu_inhoud .active a
	{
		background-color: #87d8f6;
	
	}


/* nieuwspagina */

	.bericht{
		
		clear: both;
		width: 760px;
		padding-bottom: 30px;
	
	}
	
	.bericht_tekst{
		
		width: 520px;
		text-align: justify;
	
	}
	
	.bericht_tekst p {
	
		margin-top: 0;
		padding-top: 0;
	
	}
	
	.bericht_fotos{
	
		margin-left:10px;
		float: right;
		width: 215px;
		text-align: center;
		font-size: .8em;
		color: #CCCCCC;
		overflow: hidden;
	
	}
	
	.bericht_fotos img{
	
		margin-bottom: 20px;
		
	}



/* sponsorpagina */

	#sponsor_overzicht {
	
		margin-top: 30px;
	
	}

	.sponsor_container {
	
		width: 780px;
		clear: both; 
		overflow: hidden;
		margin-top: 10px;
	
	}
	
	.sponsorvak { 
	
		float: left;
		width: 355px;
		height: 80px;
		margin-right: 10px;
		padding: 10px;
		font-size: .85em;
		background: url(../images/sponsors/bg.gif) no-repeat;
		overflow: hidden;
		color: #999;
	
	}
	
	.sponsorvak a {
	
		text-decoration: none;
		color: #FE0000;
	
	}
	
	.sponsorvak h1 {
	
		font-size: 1.3em;
		line-height: 1em;
		
	}
	
	.sponsorvak img { 

		margin-right: 10px;
		width: 80px;
		height: 80px;

	}



/* footer */

	#footer{
	
		margin-top: 20px;
		border-top: #cbe0f4 solid 1px;
		border-bottom: #cbe0f4 solid 1px;
		color: #CCCCCC;
		background-color: #FFFFFF;
		clear: both;
		
	}
	
	#footer_sponsors{
	
		text-align: center;
	
	}
	
	#footer_titel{
	
		height: 20px;
	
	}
	
	#footer_credits{
		
		padding-top: 5px;
		color: #CCCCCC;
	
	}
	
	#footer_credits a{
	
		color: #CCCCCC;
		text-decoration: none;
		padding-bottom: 30px;
	
	}
	
	#footer_credits a:hover{
	
		color: #000;
	
	}
	
	#footer_credits #links{
	
		float: left;
	}
	
	#footer_credits #rechts{
	
		float: right;
	}
