/* website settings */
html, body  {
	height: 100%;
	background-color: #FFF;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 

#outerdiv {
	width: 758px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 6px;
	padding-right: 6px;
	background-image: url(img/bg02.gif);
	background-repeat: repeat-y;
}

#header {
	width: 758px;
	height: 218px;
	background-image: url(img/header.jpg);
}

#menu {
	width: 758px;
	height: 37px;
	background-image: url(img/menu_bg.gif);
	
}
/* plaatje op homepage */
#plaatje01 {
	width: 758px;
	height: 118px;
	background-image: url(img/left_pic01.jpg);
	float: left;
}
/* content op homepage */
#content {
	width: 421px;
	background-color: #E4E4E4;
	border-right: 1px solid white;
	float: left;
}
#projecten {
	width: 334px;
	background-color: #E4E4E4;
	border-left: 2px solid white;
	float: left;
}
/* content op vervolg pagina's */
#content02 {
	width: 508px;
	background-color: #E5E5E5;
	float: left;
}
#content_bg {
	width: 758px;
	background-color: #E5E5E5;
}
/* submenu + plaatjes aan linkerkant */
#leftpic_sub {
	width: 250px;
	background-color: #E5E5E5;
	background-image: url(img/submenu_bg.gif);
	background-repeat: no-repeat;
	float: left;
}
#spacer {
	width: 758px;
	height: 40px;
	background-color: #E5E5E5;
	clear: both;
}
#footer {
	width: 758px;
	height: 40px;
	background-color: #323232;
	border-top: 2px solid white;
	clear: both;
}

