*{
	margin:0px;
	
	padding:0px;
	
	border:0px;
	
	text-align:left;
	
	font-family:Tahoma;
}

html
{
	height:100%; /* needed for container min-height */	
	
	background-color:#ffffff;
			
	background-image:url(../img/site/bgd.gif);
	
	background-position:top;
	
	background-repeat:repeat-x;
}

body
{
	height:100%; /* needed for container min-height */
	
	background-image:url(../img/site/bgd_top.gif);
	
	background-repeat:repeat-x;
}

div#container
{

	position:absolute ;  /* needed for footer positioning*/
	
	margin:0 auto; /* center, not in IE5 */
	
	width:100%;
	
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	height:auto !important; /* real browsers */
		
	float:left;
	
	padding:0px 0px 30px 0px;
}

div#left 
{
	background-image:url(../img/site/header1.jpg);
	
	background-repeat:no-repeat;
	
	background-position:top;
	
	width:661px;

	float:left;
	
	display:block;
}

div#right 
{
	background-image:url(../img/site/header2.jpg);
	
	background-repeat:no-repeat;
	
	background-position:top;
	
	width:337px;
	
	float:right;
	
	display:block;
}

div#inhoud 
{
	width:998px;
	
	display:block;
	
	margin:0 auto;
}

div#producten 
{
	width:341px;
	
	height:37px;
	
	line-height:37px;
	
	float:left;
	
	background-color:#ffffff;
}

div#producten span
{	
	border-left:1px solid #FFFFFF;
	
	padding:0px 0px 0px 10px;
	
	width:341px;
	
	height:32px;
	
	line-height:32px;
	
	background-color:#616161;
	
	font-family:tahoma;
  	
	font-size:12px;
	
	color:#424242;
	
	display:block;
}

div#categorieen 
{
	width:141px;
	
	height:37px;
	
	line-height:37px;
	
	float:left;
	
	background-color:#f7f5f3;
}

div#categorieen span
{	
	border-left:1px solid #FFFFFF;
	
	padding:0px 0px 0px 10px;
	
	width:130px;
	
	height:32px;
	
	line-height:32px;
	
	background-color:#dfdfdf;
	
	font-family:tahoma;
  	
	font-size:12px;
	
	color:#424242;
	
	display:block;
}

div#navigatie
{
	float:left;
	
	width:661px;
	
	height:37px;
}

div#navigatie ul
{
	list-style:none;

	width:661px;
	
	height:30px;
}

div#navigatie ul li
{
	display:block;
	
	width:113px;
			
	height:30px;
	
	line-height:30px;
	
	float:left;
}

div#navigatie ul li a
{	
	width:113px;
			
	height:30px;
	
	text-align:center;
	
	display:block;
	
	font-family:tahoma;
  	
	font-size:14px;
	
	text-decoration:none;
	
	color:#FFFFFF;
}

div#navigatie ul #actief a, div#navigatie ul li b
{
	display:block;
	
	background-image:url(../img/site/navi.gif);
	
	background-repeat:no-repeat;
	
	background-position:center bottom;
	
	width:113px;
			
	height:30px;
	
	text-align:center;
	
	display:block;
	
	font-family:tahoma;
  	
	font-size:14px;
	
	text-decoration:none;
	
	color:#666666;
}

div#navigatie ul li a:hover
{
	display:block;
	
	background-image:url(../img/site/navi.gif);
	
	background-repeat:no-repeat;
	
	background-position:center bottom;
	
	color:#333333;
}

div#content_left
{
	margin:20px 15px 15px 0px;
}

div#content_left dl
{
	padding:15px 0px 0px 15px;
}

div#content_left dl dt
{
	margin:5px 0px 5px 0px;
	
	width:300px;
	
	float:left;
}

div#content_left dl dd
{	
	margin:5px 0px 5px 0px;
	
	width:100px;
	
	float:left;
	
	clear:left;

	color:#616161;
	
	font-size:12px;
	
	font-family:Tahoma;
}

div#content_left textarea
{
	border:1px solid #999999;
	
	height:180px;
	
	width:450px;
		
	line-height:20px;
		
	font-size:12px;
	
	font-family:Tahoma;
}

div#content_left input
{
	border:1px solid #999999;
	
	height:18px;
	
	width:450px;
	
	padding:2px 2px 0px 2px;
		
	font-size:12px;
	
	font-family:Tahoma;
}

div#content_left .submit input
{
	border:1px solid #999999;
	
	height:25px;
	
	width:80px;
	
	padding:0px 0px 2px 0px;
	
	text-align:center;
	
	line-height:25px;
		
	font-size:12px;
	
	font-family: "Trebuchet MS",Tahoma,sans-serif;
}

div#content_left h1
{
	margin:0px 0px 0px 0px;
	
	color:#006699;
	
	line-height:40px;
	
	font-size:23px;
	
	font-family: "Trebuchet MS",Tahoma,sans-serif;
}

div#content_left p
{
	margin:15px 15px 8px 0px;
	
	color:#616161;
	
	line-height:18px;
	
	font-size:12px;
	
	font-family:Tahoma;
}

div#logo
{
	width:661px;
	
	height:226px;
}

div#content a
{
	color:#616161;
}

div#content_left ul, div#content_left ol, div#content_left li, div#content_left
{
	list-style:square;
	
	padding:2px 0px 2px 10px;
	
	margin:0px 0px 0px 10px;
	
	color:#006699;
	
	line-height:16px;
	
	font-size:12px;
}

div.content_item
{
	margin:10px 0px 30px 0px;
}

div#content_middle
{
	float:right;
		
	width:240px;

	margin:0px 1px 0px 1px;
	
	background-color:#f7f5f3;
	
	border:1px solid #000000;
}

div#content_middle ul
{
	list-style-image:url(../img/site/li_pijl.gif);
	
	padding:10px 0px 0px 15px;
	
	color:#616161;
	
	line-height:18px;
	
	font-size:11px;
}

div#product_afbeelding
{
	margin:15px 15px 15px 15px;
	
	float:left;
	
	clear:both;
}

div#referentie 
{
	padding:22px 0px 0px 152px;
	
	width:170px;
	
	height:73px;
}

div.product_item a
{
	margin:10px 5px 5px 0px;
	
	height:25px;
	
	width:94px;
	
	background-image:url(../img/site/leesmeer.gif);
	
	display:block;
	
	float:right;
}

div.product_item
{
	margin:22px 0px 0px 0px;
	
	padding:10px;
	
	height:164px;
	
	width:300px;
	
	background-image:url(../img/site/productitem_bgd.gif);
	
	background-repeat:repeat-x;
	
	background-position:bottom;	
	
	border-bottom:1px solid #d3d3d3;
	
	background-color:#f3f3f3;
}

div#right h2
{
	color:#006699;
	
	line-height:20px;

	font-family: "Trebuchet MS",Tahoma,sans-serif;
	
	font-size:15px;
	
	text-decoration:none;
}

div.product_item .productimg
{
	float:right;
	
	width:130px;
	
	height:120px;
}

div#right span
{
	margin:-8px 0px 0px 0px;
	
	line-height:10px;
	
	font-family:Arial;
	
	color:#616161;
	
	font-size:10px;
}

div.product_item p
{
	width:140px;
	
	overflow:hidden;
	
	padding:5px 15px 8px 0px;
	
	color:#616161;
	
	line-height:13px;
	
	font-size:11px;
	
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	
	float:left;
}

div.product_item *
{
	overflow:hidden;

	color:#616161;
	
	margin:0;
	
	padding:0;
	
	line-height:13px;
	
	font-size:11px;
	
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	
	float:left;
}

div#contactgegevens
{
	padding:15px 0px 15px 0px;
}

div#contactwrap
{
	float:left;
	
	width:150px;
	
	height:110px;
}

div#contactgegevens img
{
	float:left;
	
	padding:0px 15px 0px 0px;
}

div#contactgegevens p
{
	width:170px;

	color:#616161;
	
	line-height:13px;
	
	font-size:11px;
	
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	
	display:block;

}

div#contactgegevens a
{	
	color:#006699;
}

div#right ul
{
	clear:both;	
}

div#right ul li
{
	height:20px;
	
	width:325px;
	
	background-color:#f3f3f3;
	
	display:block;
			
	margin:8px 0px 0px 0px;
}

div#right ul li a
{
	padding:0px 0px 0px 8px;
	
	height:20px;
	
	width:317px;
	
	background-color:#f3f3f3;
	
	color:#666666;
	
	display:block;
	
	font-size:12px;
	
	line-height:20px;
	
	font-weight:bold;
	
	text-decoration:none;
	
	font-family: "Trebuchet MS",Tahoma,sans-serif;
}

div#right ul li a:hover
{	
	background-color:#006699;
	
	color:#ffffff;
}

div#footer
{
	position:absolute;
	
	width:100%;
	
	height:23px;
	
	bottom:0; /* stick to bottom */
	
	z-index:1;
	
	text-align:center;
	
	background-color:#006699;
}

	div#footer p{
	
	width:987px;
	
	margin:0 auto;
	
	font-size:10px;
	
	line-height:23px;
	
	color:#9bc0d3;

	}

	div#footer p a{
	
	font-size:10px;
	
	line-height:23px;
	
	color:#9bc0d3;
	
	text-decoration:none;
	
	}




