/* 		specifiek 		*/
.productcategorien {
	width: 702px;
}
.productcategorie {
	background-color: #dcdc1f;
	border:1px solid white;
	padding-left:20px;
	cursor:pointer;
}
.producten {
	background-color:white;
}
.product
{
	height:100px;
	width:700px;
	border-bottom:1px solid gray
}
.product .foto 
{
	float: left;
	height:100px;	
	width: 125px;
	text-align:center;
}
.product .omschrijving
{
	padding:10px;
	float: left;
	height:80px;	
	width: 310px;
}
.product .bestellen
{
	padding-top:30px;
	float: left;
	height:70px;	
	width: 125px;
}
.product .bestellen input
{
	width: 40px;
}
/*		STAP 2			*/
.mandje
{
	width: 500px;
}
.mandje tr
{
	border-bottom:1px solid gray;	
}
.mandje td
{
	padding:0px 10px;
	background-color:white;
}
.EenKolom
{
	background-color:#abd555;
	border-style:none;
}

/* 		ALGEMEEN 		
body, table, tbody, td, tr, p, div {
   margin:0px;
   padding:0px;
   border-width:0px;
   border-collapse:collapse;
}
body {
	font-family:verdana;
	font-size:13px;
	margin:5px; 
	padding:0px;
}
img {
	border-width:0px;
}
.Buik {
	margin:0px auto;
	width:750px;
	text-align:left;
	overflow: visible; 
}

.KolMidden{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:700px;
	background-color:#abd555;
	padding:10px 25px;  
	text-align:justify;
	margin-bottom:20px;
	/*	 
		min height hack 
		http://www.dustindiaz.com/min-height-fast-hack/
	/	
	min-height:400px;
	height:auto !important;
	height:400px;
	line-height:18px;	
}
.KolLinks{
	/*background-color:#cccc66;/
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:200px;
}
.kalender{
	border:1px solid green;	
	text-align:left;
}
.kalender td{
	border:1px solid green;
	padding:5px;
}
a { 
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.form td{
	padding:3px;
}
.form {
	padding:5px;
	border:2px solid #bbdd73;
}
h1 {
	line-height:normal;
	font-size:180%;
} */
