/* overall */

body,html{
   
	background: #eae0ea url(../img_home/body.gif) repeat-x;
   margin:0px;
	min-width:959px;
	overflow-x: hidden;
	
	
}

p{
	margin:0 0 21 0px;
	font-family:verdana;
	font-size:12px;
	line-height:21px;
	padding:0;
}

ul li{
	margin:0 0 0 0px;
	font-family:verdana;
	font-size:12px;
	line-height:21px;
	padding:0;
}

img{
	border:0px;
}

/* overall holder */




#holder{
   margin-top:7px;
   width:959px;
}

/* start top */

#menu{

   position:relative;
   width:959px;
   height:50px;
   text-align:right;

}

#logo_img_holder{
   position:relative;
   height:122px;
   background-color:#fff;
   width:959px;

}

#logo_top{
   position:absolute;
   z-index:3;
   width:17px;
   height:24px;
   background-image: url(../img_home/bg_logo_top.gif);
   left:32px;
   top:53px;

}

#logo{
   position:relative;
   float:left;
   background-image: url(../img_home/bg_logo.gif);
   height:122px;
   width:505px;
}

#image{
   position:relative;
   float:left;
   background-image: url(../img_home/bg_image.gif);
   height:122px;
   width:454px;
}

#lr_top_holder{
   position:relative;
   height:137px;
   width:959px;
   background-image: url(../img_home/main_top.gif);

}

#lr_main_holder{
   position:relative;
   width:959px;
}

#left_main{
   position:relative;
   float:left;
   width:305px;
   height:524px;
   background-image: url(../img_home/main_leftcontact.gif);

}

#right_main{
   position:relative;
   float:left;
   width:654px;
}

#home_content{
   position:relative;
   width:505px; 
   padding-top:20px;

}

#producten_holder{
	position:relative;
	width:440px;
}

#producten_left{
	float:left;
	position:relative;
	width:200px;
}
#producten_mid{
	position:relative;
	width:40px;
	float:left;
	height:100px;
	
}
#producten_right{
	float:left;
	position:relative;
	width:200px;
}






