@charset "utf-8";
@import url("classes.css");
@import url("menu.css");
@import url("nieuws_sidebar.css");
@import url("projecten.css");
@import url("nieuws.css");
/* CSS Document */
html, body {
	margin:			0px;
	padding:		0px;
	width:			100%;
	height:			100%;
}
body {
	background:		#fff url(../images/background_stretch.jpg) top left repeat-x;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		11px;
}
div#mainContainer
{
	width:			968px;
	display:		block;
	margin:			0px auto;
}
div#menuWrapper
{
	width:			968px;
	height:			41px;
	margin-top:		-20px;
	float:			left;
}
div#headerNav
{
	width:			968px;
	height:			94px;
	background:		url(../images/zon.png) 50px top no-repeat;
	float:			left;	
}
div#headerWrapper
{
	width:			968px;
	background:		url(../images/schaduw_content.png) top center repeat-y;
	float:			left;
	display:		block;
}
div#contentWrapper
{
	width:			968px;	
	background:		url(../images/schaduw_content.png) top center repeat-y;
	float:			left;
	display:		block;
}
div#footerWrapper
{
	width:			968px;
	float:			left;
}

div#contentMain
{
	width:			956px;	
	background:		#231f20;
	border-left:	#fff 1px solid;
	border-right:	#fff 1px solid;
	margin:			0px auto;
}
div#leftContent
{
	width:			323px;
	float:			left;
}
div#voorwoord
{
	width:			270px;
	padding-left:	53px;
	color:			#a0a0a0;
}
div#middleContentHomeWrapper
{
	background: 	url(../images/pijl.png) left 40px no-repeat;
	width:			346px;	
	padding:		28px 10px 0px 10px;
	float:			left;
}
div#rightContentHomeWrapper
{
	width:			226px;	
	padding:		28px 10px 0px 10px;
	float:			left;
}
div#rightContentDefaultWrapper
{
	background: 	url(../images/pijl.png) left 40px no-repeat;
	width:			592px;
	padding:		0px 10px 0px 10px;
	float:			left;
}
div#slideshow
{
	width:			304px;
	height:			196px;
	margin:			20px auto;
}
div#sidebarWrapper
{
	width:			270px;
	background:		url(../images/slagschaduw_verticaal.png) top right no-repeat;
	margin:			20px 0px 0px 32px;	
	padding:		0px 30px 20px 0px;
	float:			left;
}
div#content
{
	width:			552px;	
	float:			left;
	font-size:		12px;
	line-height:	16px;
	color:			#b0b0b0;
	margin:			20px auto;
	padding:		20px 0px 20px 20px;

}

div#content h3
{
	padding:		0px;
	margin:			0px;
	color:			#F37021;
	font-weight:	normal;
	font-size:		14px;
}
