/*--------------------------------------------------------------*/	
/*	BODY SETTINGS
/*--------------------------------------------------------------*/

html{
	overflow-y:scroll;
}

body,h1,h2,h3,p,a,
ul,form,input{
	margin:0;
	padding:0;
}
a img{border:0;}
/*
table{
	text-align:left;
}*/

#container,#content,#footer{
	width:1000px;
}
#kruimelpad{
	width:960px;
}
#container{
	margin:0 auto;
}

/*--------------------------------------------------------------*/	
/*	HEADER	
/*--------------------------------------------------------------*/

#header{
	position:relative;
	width:1000px;
	height:143px;
	padding:0;
	background:url('images/header.jpg') no-repeat;
	background-position:bottom;
}	

#logo{
	position:absolute;
	left:35px;
	top:15px;
	width:248px;
	height:69px;
	
	float:left;
}

#foto{
	position:absolute;
	right:0;
	bottom:31px;
	
	display:none;
}

/*	MENU
/*--------------------------------------------------------------*/

#menu{
	position:absolute;
	bottom:0;
	padding-left:35px;
	float:left;
}
#hoofdmenu,#actie_menu{
	float:left;
	margin-left:5px;
}

#hoofdmenu{
	width:842px;
}

/*	KRUIMELPAD
/*--------------------------------------------------------------*/

#kruimelpad{
	padding-left:36px;
	margin-bottom:20px;
	margin-top:20px;
}

/*--------------------------------------------------------------*/	
/*	CONTENT
/*--------------------------------------------------------------*/

#content_links,
#content_rechts{
	width:195px;
	float:left;
}

#content_midden{
	width:579px;
	min-height:470px;
	padding:0 13px 0 15px;
	float:left;
}
#content_midden.producten{
	padding:0 16px 0 12px;	
	float:left;
}
table.relevante_producten{
	padding-top:2px;
	border:1px solid #ccc;
}
table.relevante_producten tr{
	height:0px!important;
}
table.relevante_producten td{
	height:250px;
}
.relevante_producten .product_informatie h2{
	margin-bottom:3px;
}

/*	KRUIMELPAD
/*--------------------------------------------------------------*/

#footer{
	padding-top:10px;
	margin:30px 0 50px 0;
	border-top:1px solid #dbdeeb;
	float:left;
	padding-bottom:10px;
	
	font-size:x-small;
}
#footer ul{
	list-style:none;
}
#footer li{
	float:left;
	margin-right:15px;
	
	font-size:x-small;
}



/* **** social media ****** */
.container_fb{
	position: absolute;
	right: -20px;
	top: 16px;
}

.container_footer_social{
	width:100%;
	text-align:left;
	padding:10px 0 0 0;
}
.container_footer_social span{
	font-weight:bold;
	color:#333333;
}
.container_social{
	position:relative !important;
	height:30px !important;	
	float:left;
	width:100%;
	z-index:100;
	margin: 25px 0 0 !important;
}

.container_social table{
	margin-top:0 !important;

}
.container_social table .fb_iframe_widget iframe {
    margin: 4px 0 0;
}

.container_social table .IN-widget {
    margin: 1px 0 0;
}

