/*  ALGEMEEN  */

* { -moz-box-sizing: border-box; }

body {
	padding: 0px;
	margin: -1px 0px 0px 0px;
	background: url(../img/mainbg.gif) repeat-y #E1E6D6;
	overflow: auto;
	scrolling: no;
}

a { color: #24812B; }

#tekst table.tabel {
	background: #F6FCE9;
	font-size: 12px;
	line-height: 17px;
}

/*  NAVIGATIE  */

#menubalk {
	position: absolute;
	top: 172px;
	left: 0px;
	width: 884px;
	background: #35A13D;
	border-bottom: solid 2px #1C6A22;
	padding: 10px 20px 7px 20px;
}

#menubalk a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	font-family: Arial;
	margin: 0px 20px;
}

/*  CONTENT  */

#tekst {
	position: absolute;
	top: 235px;
	left: 39px;
	width: 490px;
	height: 520px;
	overflow: auto;
	font-family: Arial;
	font-size: 13px;
	line-height: 17px;
	padding: 0px 15px 0px 0px;
}

#tekst table {

	font-family: Arial;
	font-size: 13px;
	line-height: 17px;
}

#tekst div.terug {
	font-family: arial;
	font-size: 10px; 
	float: left;
	width: 24%;
	text-align: left;
}


#tekst div.terug a { text-decoration: none; }

#tekst div.terug img { border: 0; }

/* PRODUKTGROEPEN / FOTO'S */


#produktgroepen {
	position: absolute;
	top: 235px;
	left: 545px;
	width: 340px;
	text-align: left;
}

#produktgroepen span {
	font-family: Arial;
	font-size: 12px;
/*	float: left;
*/	text-align: center;
	width: 110px;
	height: 120px;
	margin: 0px 0px 20px 0px;	
}

#produktgroepen_NEW {
	position: absolute;
	top: 235px;
	left: 545px;
	width: 340px;
	text-align: left;
}

#produktgroepen_NEW span {
	font-family: Arial;
	font-size: 12px;
	float: left;
	text-align: center;
	width: 110px;
	height: 120px;
	margin: 0px 0px 20px 0px;	
}

#produktgroepen span.subcategorieen {
	height: 90px;
}

#produktgroepen img {
	margin: 0px 0px 4px 0px;
	border: 0;
}

#produktgroepen a {
	text-decoration: none;
	color: #000;
}

#produktgroepen_NEW img {
	margin: 0px 0px 4px 0px;
	border: 0;
}

#produktgroepen_NEW a {
	text-decoration: none;
	color: #000;
}

#produktgroepen div.pagina-navigatie {
	float: left;
	font-family: arial;
	font-size: 10px; 
	margin: 0px 3px 0px 0px;
	width: 75%;
	text-align: right;
}

#produktgroepen div.terug {
	font-family: arial;
	font-size: 10px; 
	float: left;
	width: 24%;
	text-align: left;
}

#produktgroepen div.omschrijving {
	font-family: arial;
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 20px 0px;
}



