/* CSS Document */

.hidden { display:none;}

#imagecontainer	{ float:left; width:350px; }
	#bigImage		{ width:330px; height:330px; position:relative; }
	#bigImage img	{ width:330px; height:330px; }
	#bigImage .verkocht	{ position:absolute; bottom:8px; right:8px; width:111px; height:92px; background:url(../images/verkocht_product.png);}
	
	#bottom3images	{ width:330px; margin:20px 0 0 0; }
	
	#bottom3images li			{ float:left; margin:0 0 0 15px; cursor:alias; }
	#bottom3images li:first-child	{ margin:0; }
	#bottom3images img			{ width:100px; height:100px; }
	#bottom3images img:hover	{opacity: 0.8; }

#rechterkant		{ float:left; width:280px;}
	
	#reserveerblokje	{ margin:30px 0 0 0;}
	
	#reserveren			{ background:url(../images/reserveerhierbutton.png); width:137px; height:49px;}
	#reserveren a		{ width:137px; height:49px; display:block;}
	
	#gobacktovoorraad		{ width:188px; height:117px; background:url(../images/terug_naar_de_voorraad.png); margin:50px auto 0 auto;}
	#gobacktovoorraad a		{ width:188px; height:117px; display:block; border-radius:60px ; }
	
	#form div	{ margin-top:5px;}
	input[type=text],input[type=email], textarea { width: 275px; border: 1px solid #ccc; margin:0; padding:2px 1px; }

	textarea	{ min-height:80px; max-width:275px; font-family:nunitolight; font-size:14px}
	input[type=submit]	{float:right;  font-family:nunitolight }