/* CSS Document */
/* BODY */
	body{
		margin-left:0;
		margin-right:0;
		margin-bottom:0;
		margin-top:50;
	}
/* HOME */
	.bg_home{
		background-image:url(img/home.gif);
		background-position:0% 0%;
		background-repeat:no-repeat;
		
		border:8px solid #F70840;
	}
/* SIERRADEN */
	.bg_sierraden{
		background-image:url(img/sierraden.gif);
		background-position:0% 0%;
		background-repeat:no-repeat;
		
		border:8px solid #F70840;
	}
/* MEUBELS */
	.bg_meubels{
		background-image:url(img/meubels.gif);
		background-position:0% 0%;
		background-repeat:no-repeat;
		
		border:8px solid #F70840;
	}
/* MEUBELS */
	.bg_portretten{
		background-image:url(img/portretten.gif);
		background-position:0% 0%;
		background-repeat:no-repeat;
		
		border:8px solid #F70840;
	}
/* T-SHIRTS */
	.bg_tshirt{
		background-image:url(img/tshirt.gif);
		background-position:0% 0%;
		background-repeat:no-repeat;
		
		border:8px solid #F70840;
	}
/* KAARTEN */
	.bg_kaarten{
		background-image:url(img/kaarten.gif);
		background-position:0% 0%;
		background-repeat:no-repeat;
		
		border:8px solid #F70840;
	}
/* GOODIE BAG */
	.bg_goodiebag{
		background-image:url(img/goodiebag.gif);
		background-position:0% 0%;
		background-repeat:no-repeat;
		
		border:8px solid #F70840;
	}
/* STENEN */
	.bg_stenen{
		background-image:url(img/stenen.gif);
		background-position:0% 0%;
		background-repeat:no-repeat;
		
		border:8px solid #F70840;
	}
/* PRODUCT */
	.bg_product{
		background-image:url(img/product.gif);
		background-position:0% 0%;
		background-repeat:no-repeat;
		
		border:8px solid #F70840;
	}
/* NORMAAL */
	.bg_normaal{
		background-image:url(img/normaal.gif);
		background-position:0% 0%;
		background-repeat:no-repeat;
		
		border:8px solid #F70840;
	}
/* NORMAL TEXT */
	.text{
		font-family:"Courier New", Courier, monospace;
		font-size:18px;
		font-weight:bold;
		text-decoration:none;
		color:#FC64F3;
	}
	a.text{
		font-family:"Courier New", Courier, monospace;
		font-size:18px;
		font-weight:bold;
		text-decoration:none;
		color:#FC64F3;
	}
	a.text:hover{
		font-family:"Courier New", Courier, monospace;
		font-size:18px;
		font-weight:bold;
		text-decoration:none;
		color:#E03CD6;
	}
	/*klein*/
	.text_klein{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		color:#FC64F3;
	}
	a.text_klein{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		color:#FC64F3;
	}
	a.text_klein:hover{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		color:#E03CD6;
	}
	/* TERUG KNOP */
	.text_terug{
		font-family:"Courier New", Courier, monospace;
		font-size:18px;
		font-weight:bold;
		text-decoration:none;
		color:#FC64F3;
		
		margin-left:50px;
		margin-right:5px;
	}
	a.text_terug{
		font-family:"Courier New", Courier, monospace;
		font-size:18px;
		font-weight:bold;
		text-decoration:none;
		color:#FC64F3;
		
		margin-left:50px;
		margin-right:5px;
	}
	a.text_terug:hover{
		font-family:"Courier New", Courier, monospace;
		font-size:18px;
		font-weight:bold;
		text-decoration:none;
		color:#E03CD6;
		
		margin-left:50px;
		margin-right:5px;
	}
/* OVERAL */ 
.vlak_1{
	background-color:#08EFF7;
}
.bg_terugknop{
	background-image:url(img/terug.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
}
.bg_verderknop{
	background-image:url(img/verder.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
}