/**********************************************/
/*											  */
/* Vision Design Website India House		  */
/* (c) 2006 - 2009 -- 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.			  */
/*											  */
/**********************************************/
/*											  */
/* Geschreven en geprogrameerd door: 		  */
/* Michael Braam 							  */
/*											  */
/**********************************************/

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

	/* Printvriendelijk versie*/


/* Body van de website - algemene instellingen */
/* ******************************************* */
	body {
		background-color:#ffffff;
		font-size:100%;
		font-family:arial;
		/* font-family:Georgia, "Times New Roman", Times, serif; */
		letter-spacing:0px;
		color:#454141;		
	}


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


	.img{
		padding:2px;
		border:1px solid #c7c0bb;
		margin:10px;
	}
	
	hr{
		border:0px;
		background-color:#c7c0bb;
		height:1px;
		margin-top:5px;
		margin-bottom:20px;
	}

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

	.flash_object{
		margin:10px;
		float:right;
		position:fixed;
		margin-left:450px;
			/* IE 7.0 */
			*margin-left:-260px;		
	}
	
	.flash_object_large{
		margin:10px;
		float:right;
		position:fixed;
		margin-left:450px;
			/* IE 7.0 */
			*margin-left:-260px;		
	}	
	
	.flash_object_sub{
		margin:10px;
		float:right;
		position:fixed;
		margin-left:450px;
	}
	
	.flash_object_sub2{
		margin:10px;
		float:right;
		position:fixed;
		margin-left:450px;
			/* IE 7.0 */
			*margin-left:35px;
	}
	
	.flash_small{
		font-family:verdana;
		font-size:70%;
		color:#666666;
	}


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

	/* Rondom de site */
	#site_template{
		margin:0 auto;
		width:870px;
		margin-top:20px;
	}
		
	#left_template{
		border-right:1px solid #d8d1cc;
		width:150px;
		float:left;
		text-align:right;
		position:fixed;
			/* IE 7.0 */
			*margin-left:-170px;
			/* IE 6.0 */
			_margin-left:0px;
	}
	
	/* Midden (content) */
	#middle_template{
		margin-left:170px;
		padding-top:50px;
	}
	
	/* Footer (onderkant) */
	#footer_template{
		margin-left:170px;
		padding-top:50px;
		margin-bottom:20px;
		width:300px;
	}



/* Losse onderdelen								   */
/* *********************************************** */
	.content{
		float:left;
		width:60%;
		font-size:80%;
	}
	
	.content_big{
		float:left;
		width:100%;
		font-size:80%;
	}
	
	.front_newsheadlines{
		font-size:70%;
		width::245px;
	}

	.copy{
		font-size:70%;
		line-height:1em;
	}
		.copy p{
			padding-bottom:5px;
		}


/* Midden structuur binnen de middle template	   */
/* *********************************************** */
	
	/* menu */
	.menu{
		margin-right:40px;
		margin-top:100px;
		color:#887d75;
		font-size:70%;
		width:140px;
		
			/* IE 6.0 */
			_margin-right:10px;
	}
	
		.menu p{
			padding-bottom:0px;
		}
		
		.menu_item{
			font-size:100%;
		}
		
		
	.kop, .logo{
		margin-bottom:20px;
	}
	
	
	#middle_template li{	
		margin-left:30px;
	}
	
	.clear{
		clear:both;
	}
	
	.table td{
		padding-top:10px;
		border-bottom:1px solid #CCC;
		width:50%;
		font-family:"Times New Roman", Times, serif;
		font-size:80%;
	}
	
	.timeline{
		margin-top:20px;
		width:680px;
	}
	
	.small{
		width:100%;
		font-size:80%;
		margin-top:2px;
	}
	
