/**********************************************/
/*											  */
/* Vision Design Website Damminga.nl		  */
/* (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.			  */
/*											  */
/**********************************************/
/*											  */
/* Geschreven en geprogrameerd door: 		  */
/* Michael Braam 							  */
/*											  */
/**********************************************/

	/* Catalogus */
	@import"catalogus_style.css";

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


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

	a:link		{font-size:100%; color:#000000; text-decoration:none;}
	a:visited	{font-size:100%; color:#000000; text-decoration:none;}
	a:hover		{font-size:100%; color:#bbaa9b; text-decoration:underline;}
	a:active	{font-size:100%; color:#000000; text-decoration:none;}


	.input_veld{
		border:1px solid #bbaa9b;
	}
	
	.bericht{
		border:1px solid #bbaa9b;
	}
	
	img{
		border:1px solid #bbaa9b;
		margin-bottom:10px;
		margin-top:10px;
	}
	
	table{
		margin-bottom:10px;
	}
	
		table img{
			border:1px solid #bbaa9b;
			margin-top:0px;
		}
	
	.no-border{
		border:0px;
	}
	
	hr{
		border:1px solid #bbaa9b	;
		height:0px;
		margin-bottom:20px;
		margin-top:3px;
	}
		

/* Template van de index						   */
/* *********************************************** */

	/* Rondom de site */
	#site_template{
		margin:0 auto;
		width:890px;
	}
	
	#site_kleur{
		padding:5px;
		width:890px;
		background-color:#bbaa9b;
	}	
	
	/* Content site */
	.site_content{
		background-color:#ffffff;
		padding:5px;
	}
	
	/* Menu */
	.menu{
		font-size:80%;
		float:left;
		width:200px;
		margin-top:10px;
		margin-right:10px;
		padding:5px;
	}
	
		.menu ul{
			list-style:none;
		}
		.menu li{
		border-bottom:1px #bbaa9b solid;
		margin-bottom:10px;
		}
		
	
	/* Content */
	.content{
		font-size:80%;
		float:left;
		width:625px;
		margin-top:10px;
		padding:5px;
	}
		
		/* Paragraven */
		.content h1{
			font-size:120%;
			color:#bbaa9b;
			margin-bottom:10px;
		}
		
		/* Paragraven */
		.content h2{
			font-size:100%;
			color:#bbaa9b;
			margin-bottom:10px;
			margin-top:20px;
		}
						
		.content ul, ol{
			margin-left:30px;
			margin-bottom:10px;
			margin-top:10px;
		}
		
		.content a:link			{font-size:100%; color:#bbaa9b; text-decoration:none;}
		.content a:visited		{font-size:100%; color:#bbaa9b; text-decoration:none;}
		.content a:hover		{font-size:100%; color:#000000; text-decoration:underline;}
		.content a:active		{font-size:100%; color:#bbaa9b; text-decoration:none;}
		

/* Aanbiedingen									   */
/* *********************************************** */
	
	.aanbiedingen_home{
		margin-bottom:10px;
		margin-top:10px;
		
		border:5px solid #bbaa9b;
		width:630px;
		padding:5px;
	}
	
	.aanbiedingen_overzicht{
		margin-bottom:10px;
		margin-top:10px;
		
		border:5px solid #bbaa9b;
		width:630px;
		padding:5px;
	}	
	
	
	.aanbieding_bg_top{
		border:0px;
		margin-bottom:20px;
	}
	
		.aanbieding_nu{
			font-size:120%;
			color:#000000;
			font-weight:bold;
		}	
		
		.aanbieding_normaal{
			font-size:90%;
			color:#000000;
		}
		
		
		
/* Contact gegevens onder het menu				   */
/* *********************************************** */

	.contact{
		float:left;
		font-size:80%;
		color:#000000;
		margin-left:0px;
		margin-bottom:10px;
		width:150px;
		
		_margin-left:10px;
	}
		.contact h1{
			font-size:110%;
			color:#bbaa9b;
			padding-bottom:10px;
		}
		
	.catalogus{
		position:absolute;
		padding-top:50px;
		margin-left:800px;
		
		width:140px;
		height:190px;
	}


/* Copyright									   */
/* *********************************************** */

	/* Copyright */
	#copy{
		font-size:60%;
		color:#ffffff;
		
		margin-bottom:20px;
	}
		/* Copyright links */
		#copy a:link		{font-size:100%; font-weight:bold; color:#ffffff; text-decoration:none;}
		#copy a:visited		{font-size:100%; font-weight:bold; color:#ffffff; text-decoration:none;}
		#copy a:hover		{font-size:100%; font-weight:bold; color:#bbaa9b; text-decoration:underline;}
		#copy a:active		{font-size:100%; font-weight:bold; color:#ffffff; text-decoration:none;}
		


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