/**********************************************/
/*											  */
/* Vision Design Website Jagbandhan			  */
/* (c) 2006 - 2008 -- Michael Braam (VD)	  */
/*											  */
/* Het veranderen van onderstaande data		  */
/* is geheel niet toegestaan, dit dient		  */
/* enkel uitgevoerd te worden door			  */
/* Vision Design.							  */
/*											  */
/*											  */
/* Code blijft eigendom van Vision Design	  */
/* Distributie is niet toegestaan.			  */
/*											  */
/**********************************************/
/*											  */
/* Versie 0.1.0								  */
/* Geschreven en geprogrameerd door: 		  */
/* Michael Braam 							  */
/*											  */
/**********************************************/

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

	/* Printvriendelijk versie*/
	@import url("main_style_print.css");


/* Body van de website - algemene instellingen */
/* ******************************************* */
	body {
		background-color:#ececec;
		background-image:url(../images/achter.jpg);
		background-repeat:repeat-x;
		
		font-family:Arial;
		font-size:100%;
		color:#000000;
	}


	/* 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:#000000;
		text-decoration:underline;
	}
	
	a:visited{
		font-size:100%;
		color:#000000;
		text-decoration:underline;
	}
	
	a:hover{
		font-size:100%;
		color:#000000;
		text-decoration:none;
	}
	
	a:active{
		font-size:100%;
		color:#000000;
		text-decoration:underline;
	}



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

	/* Rondom de site */
	#site_template{
		margin:0 auto;
		margin-bottom:15px;
		width:770px;
		background:#FFFFFF;
		border:1px #bfbfbf solid;
	}
	
	/* Header (bovenkant) */
	#header_template{
		height:265px;
	}
	
	/* Midden (content) */
	#middle_template{
		background-color:#FFFFFF;
	}
	
	/* Footer (onderkant) */
	#footer_template{
		background-color:#ffffff;
	}



/* Midden structuur binnen de middle template	   */
/* *********************************************** */
	
	/* Linker kolom */
	.left_part{
		float:left;
		font-size:70%;
		margin-left:5px;
		margin-top:5px;
		
		padding:10px;
		
		/* IE */
		_margin-left:5px;
		
		width:100px;
	}	
	
			
	/* Rechter kolom */		
	.right_part{
		float:left;
		font-size:80%;
		margin-left:5px;
		margin-top:5px;
			
		padding:10px;
			
		width:590px;
	}
	

		/* Kop tekst */
		.right_part h1{
			font-size:110%;
			color:#000000;
			
			margin-bottom:10px;
			padding-bottom:5px;
		}
		
		.right_part h2{
			font-size:100%;
			color:#000000;
			
			margin-bottom:10px;
			padding-bottom:5px;
		}
		
		.right_part ul{
			margin-left:30px;
			padding-bottom:5px;
		}				
		
		.right_part img{
			margin-right:5px;
		}


/* Elementen binnen de templates				   */
/* *********************************************** */
	
	/* Navigatie (links) */
	.left_navigatie a:link		{font-size:100%; color:#000000; text-decoration:none;}
	.left_navigatie a:visited	{font-size:100%; color:#000000; text-decoration:none;}
	.left_navigatie a:hover		{font-size:100%; color:#000000; text-decoration:underline;}
	.left_navigatie a:active	{font-size:100%; color:#000000; text-decoration:none;}
	
	
	
	/* Copyright */
	.copy{
		margin-top:25px;
		margin-bottom:10px;
		margin-left:15px;
		font-size:70%;
	}

	
/* Overig										   */
/* *********************************************** */

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


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