/* --------------------------------	*/
/* main							 	*/
/* --------------------------------	*/
#main	{
	padding				: 0;
	background-image	: url(../img/frontpage_main_bg.gif);
}


/* --------------------------------	*/
/* nieuws						 	*/
/* --------------------------------	*/
#nieuws	{
	position			: relative;
	float				: left;
	width				: 521px;
	height				: 216px;
	padding				: 95px 0 0 40px;
	background			: url(../img/nieuws_foto.jpg) no-repeat 26px 0;
}

#nieuws .bericht	{
	position			: absolute;
	left				: 40px;
	top					: 95px;
	width				: 206px;
}

#nieuws .bericht h1	{
	background			: url(../img/nieuws_h1.gif) no-repeat left top;
	height				: 28px;
	text-indent			: -900em;
	overflow			: hidden;
}

#nieuws .bericht h2	{
	background			: #fff url(../img/nieuws_h2_bg.gif) no-repeat left top;
	text-align			: center;
	font-weight			: bold;
	color				: #2f5783;
	padding				: 6px 10px;
}

#nieuws .bericht h2 a	{
	color				: #2f5783;
}

#nieuws .bericht p	{
	background			: url(../img/nieuws_inhoud_bg.gif) no-repeat left bottom;
	text-align			: center;
	color				: #2f5783;
	line-height			: 1.5em;
	padding				: 0 10px 10px 10px;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content	{
	float				: right;
	width				: 330px;
	padding				: 17px 40px 10px 0;
	color				: #62748C;
	line-height			: 1.6em;
}

#content .inhoud	{
	padding				: 15px 35px 0 0;
}

