/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header	{
	height				: 223px;
	background			: url(../img/header_bg.gif) no-repeat left 110px;
	z-index				: 1337;
}


/* --------------------------------	*/
/* header flash					 	*/
/* --------------------------------	*/
#header_flash	{
	position			: absolute;
	left				: 112px;
	top					: 110px;
	height				: 150px;
	width				: 770px;
	background			: url(../img/header_flash.jpg) no-repeat left top;
}


/* --------------------------------	*/
/* main							 	*/
/* --------------------------------	*/
#main	{
	position			: relative;
	background			: #e4e4e4;
	margin				: 0 0 7px 0;
	zoom				: 1;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content	{
	float				: none;
	width				: auto;
	background			: url(../img/home_content_bg.gif) repeat-x left top;
}


/* --------------------------------	*/
/* titel						 	*/
/* --------------------------------	*/
#titel	{
	height				: 75px;
	padding				: 45px 0 0 50px;
	background			: url(../img/home_titel_bg.gif) no-repeat right bottom;	
}

#titel h2	{
	color				: #fff;
	margin				: 0;
	font				: bold 4.3em "Courier New", Courier, monospace;
}


/* --------------------------------	*/
/* inhoud						 	*/
/* --------------------------------	*/
#inhoud	{
	background			: #e4e4e4 url(../img/home_inhoud_bg.gif) no-repeat right top;	
}


/* --------------------------------	*/
/* footer						 	*/
/* --------------------------------	*/
#footer	{
	margin				: 0 7px 0 16px;
}