/*--------------------------------------------------------------*/	
/*	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:52px;
}

#hoofdmenu{
	width:749px;
}

/*	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;
}

