/**********************************************/
/*											  */
/* GKR Jongejan 							  */
/* (c) 2008-2009							  */
/* GKR Jongejan	-- Joami Matitaputty		  */
/*											  */
/* Het veranderen van onderstaande data		  */
/* is geheel niet toegestaan, dit dient		  */
/* enkel uitgevoerd te worden door			  */
/* GKR Jongejan & Joami Matitaputty.		  */
/*											  */
/*											  */
/* Code blijft eigendom van GKR Jongejan	  */
/* Joami Matitaputty	                      */
/* Distributie is niet toegestaan.			  */
/*											  */
/**********************************************/
/*											  */
/* Versie 0.1.0								  */
/* Geschreven en geprogrameerd door: 		  */
/* GKR Jongejan & Joami Matitaputty. 		  */
/*											  */
/**********************************************/

/* CSS bestanden aanroepen en includen		   */
/* ******************************************* */

	/* Printvriendelijk versie*/


/* Body van de website - algemene instellingen */
/* ******************************************* */
	body {
		background-color:#424040;
		background-repeat:no-repeat;
		
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:100%;
		color:#424040;
	}


	/* Margin en padding op 0 zetten voor alle browsers */
	* {
		margin:0;
		padding:0;
	}
	
	p{
		margin:0;
		padding:0;
	}


	/* Globale link instellingen */
	a:link		{font-size:100%; color:#424040; text-decoration:none;}
	a:visited	{font-size:100%; color:#424040; text-decoration:none;}
	a:hover		{font-size:100%; color:#000000; text-decoration:underline;}
	a:active	{font-size:100%; color:#424040; text-decoration:underline;}

	h1{
		margin-bottom:15px;
		font-size:110%;
		border-bottom:2px #424040 solid;

	}
	
	h2{
		font-size:100%;
		margin-top:15px;
		margin-bottom:15px;
		border-bottom:2px #424040 solid;
	}
	
	h3{
		font-size:100%;
		border-bottom:2px #424040 solid;
	}

/* Template van de website - algemene instellingen */
/* *********************************************** */

	/* Rondom de site */
	#site_template{
		background-image:url(../images/background/bg_sitetemplate.png);
		background-repeat:no-repeat;
		margin:0 auto;
		width:1024px;
		height:600px;
	}
	
	/* Header (bovenkant) */
	#header_template{
		float:left;
		margin-top:60px;
		margin-left:88px;
		height:25px;
	}
	
		#header_template ul{
			margin-top:5px;
			list-style-image:none;
			text-align:center;
		}
		
		#header_template li{
			display:inline;
			margin-left:26px;
			font-weight:bold;
			font-size:100%;
			color:#424040;
		}
		
	/* Midden (content) */
	#middle_template{
		float:left;
		margin-left:88px;
		margin-top:1px;
		width:850px;
		height:425px;
	}
	
	/* Footer (onderkant) */
	#footer_template{
		float:left;
		margin-top:-86px;
		width:1024px;
	}
	
	#footer_template a:link		{font-size:100%; color:#fff; text-decoration:underline;}
	#footer_template a:visited	{font-size:100%; color:#fff; text-decoration:underline;}
	#footer_template a:hover	{font-size:100%; color:#fff; text-decoration:none;}
	#footer_template a:active	{font-size:100%; color:#fff; text-decoration:underline;}

/* Midden structuur binnen de middle template	   */
/* *********************************************** */
	.middle_content{
		padding-top:26px;
		padding-right:20px;
		padding-left:25px;
		height:398px;
		font-size:80%;
		overflow:auto;
	}

		.middle_content ul{
			margin-top:15px;
			margin-bottom:15px;
		}
	
		.middle_content li{
			list-style:inside square;
		}
	
		.middle_content p{
			margin-bottom:15px;
		}
	
	.afb_band{
		float:right;
		margin-top:-17px;
	}
		
	.ruimte_onder{
		height:70px;
	}
	
		.foto h1{
			margin-bottom:15px;
			font-size:110%;
			border-bottom:2px #424040 solid;
		}
		
		.foto h2{
			margin-top:15px;
			margin-bottom:15px;
			font-size:110%;
			border-bottom:2px #424040 solid;
		}
		
		.foto img{
			margin-right:15px;
		}
		
		.disco ul{
			margin-top:0px;
		}
		
		.agenda{
		}
		
		.agenda td{
			padding-bottom:5px;
		}
		
		.agenda table{
			margin-bottom:15px;
		}
		
		.agenda a:link		{font-size:100%; color:#424040; text-decoration:underline;}
		.agenda a:visited	{font-size:100%; color:#424040; text-decoration:underline;}
		.agenda a:hover		{font-size:100%; color:#000000;	text-decoration:none	 ;}
		.agenda a:active	{font-size:100%; color:#424040; text-decoration:underline;}
		
		.contact{
			font-size:70%;
		}
		
/* Elementen binnen de footer template			   */
/* *********************************************** */
	.footer_tekst_links{
		position:absolute;
		margin-top:153px;
		margin-left:30px;
		width:400px;
		font-size:65%;
		color:#FFFFFF;
	}
	.footer_tekst_rechts{
		position:absolute;
		margin-top:153px;
		margin-left:490px;
		width:600px;
		font-size:65%;
		color:#FFFFFF;
	}
	
	.logo{
		position:absolute;
		margin-left:371px;
		width:280px;
		height:175px;
	}
	
/* Overig										   */
/* *********************************************** */

	/* clear */
	.clear{
		clear:both;
	}


/* Foutmeldingen								   */
/* *********************************************** */
	.paginaNIET{
		width:545px;
		height:150px;
		
		padding:5px;
		background-color:#DDF9CE;
		border:1px #B1D99C solid;
	}