/*----------------------------------------------------*/
#wrapper {
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
}
/*----------------------------------------------------*/
#header {
	width:750px;
	height:334px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header_logo.png);
	background-repeat:no-repeat;
	}
#header_menu {
	text-align:right;
	width:750px;
	height:100px;
	font-size: 12px;
	color:#393939;
	}
#header_menu ul{
	padding-top:80px;
	margin-right:10px;
	}
#header_menu ul li{
	display:inline;
	margin-left:30px;
	}
#header_photo {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:234px;
	background-repeat:no-repeat;
	}
/*----------------------------------------------------*/
#content {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
#content_left {
	float:left;
	width:465px;
	}
#content_right {
	float:right;
	width:275px;
	}
#content_wide {
	width:750px;
	clear:both;
	border-top:#ccc solid 1px;
}
#content_producten_left {
	background-image:url(../images/bg_small.png);
	background-repeat:repeat-x;
	float:left;
	width:250px;
	}
#content_producten_center {
	background-image:url(../images/bg_small.png);
	background-repeat:repeat-x;
	float:left;
	width:250px;
	}
#content_producten_right {
	background-image:url(../images/bg_small.png);
	background-repeat:repeat-x;
	float:right;
	width:250px;
	}
#box1 {
	padding: 25px 10px 30px 10px;
	}
#box2 {
	padding: 25px 10px 25px 10px;
	/*
	background:#f7f7f7;
	border-bottom:#e5e5e5 1px solid;
	*/
	}
#box_wide {
	padding: 20px 10px 20px 10px;
	border-bottom:#e5e5e5 1px solid;
	}
#box_producten_1 {
	padding: 20px 10px 20px 20px;
	}
#box_producten_1 ul {
	}
#box_producten_1 ul li{
	list-style: url(../images/arrow_purple_right.png) inside;
	margin-bottom:5px;
	}
#box_producten_2 {
	padding: 20px 10px 20px 20px;
	border-left:#e5e5e5 1px solid;
	border-right:#e5e5e5 1px solid;
	}
#box_producten_2 ul {
	}
#box_producten_2 ul li{
	list-style: url(../images/arrow_blue_right.png) inside;
	margin-bottom:5px;
	}
#box_producten_3 {
	padding: 20px 10px 20px 20px;
	}
#box_producten_3 ul {
	}
#box_producten_3 ul li{
	list-style: url(../images/arrow_pink_right.png) inside;
	margin-bottom:5px;
	}
/*----------------------------------------------------*/
#footer {
	font-size:10px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	color:#aaa;
	border-top:#ccc solid 1px;
}
#footer_menu {
	text-align: left;
	float:left;
	width:455px;
	margin-left:10px;
	}
#footer_menu ul {
	margin-top:5px;
	}
#footer_menu ul li{
	display:inline;
	margin-right:20px;
	}
#designtag {
	float:right;
	width:255px;
	text-align: right;
	padding-top:5px;
	margin-right:10px;
}
/*----------------------------------------------------*/