/*	ALGEMEEN */
body, html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}


/*	CONTAINERS */
#cntr_main {
	width: 940px;
	margin: 0 auto;
}
#cntr_content {
	width: 756px;
	float: left;
}
#cntr_sidebar {
	float: right;
}
#cntr_footer {
	background-image: url(/assets/templates/site/images/hlijn_breed.gif);
	background-position: 0 24px;
	background-repeat: no-repeat;
	padding: 36px 0 6px;
	clear: both;
	/*	ie6.css */
}


/*	OVERIGE DIV'S */
#head {
	background-image: url(/assets/templates/site/images/4-fourplatlogo.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 2px 0 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 102px;
}
#image {
	margin-bottom: 12px;
}
#intro {
	width: 180px;
	margin-top: 4px;
	float: left;
}
#content {
	width: 348px;
	margin: 0 24px;
	float: left;
}
#more4four {
	width: 180px;
	margin-top: 4px;
	float: right;
}
#navigation {
	padding-bottom: 12px;
	background-image: url(/assets/templates/site/images/hlijn_smal.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#banner {
	padding-top: 8px;
}