/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header	{
	z-index				: 10;
}


/* --------------------------------	*/
/* menu							 	*/
/* --------------------------------	*/
#menu	{
	background			: url(../img/home_menu_bg.gif) no-repeat left bottom;
	z-index				: 10;
}

#menu li a.leven		{ width: 52px; background: url(../img/home_menu_leven.gif) no-repeat left top; }
#menu li a.woonhuis		{ width: 83px; background: url(../img/home_menu_woonhuis.gif) no-repeat left top; }

#menu li a:hover, #menu li.actief a, #menu li.sfhover a	{ 
	background-position	: left bottom; 
}


/* --------------------------------	*/
/* main							 	*/
/* --------------------------------	*/
#main	{
	background			: #fff url(../img/home_main_bg.gif) no-repeat 507px 16px;
}


/* --------------------------------	*/
/* zijbalk						 	*/
/* --------------------------------	*/
#zijbalk	{
	background			: url(../img/home_zijbalk_bg.jpg) no-repeat left top;
	position			: relative;
	width				: 507px;
	height				: 500px;
	padding				: 0;
	float				: left;
}


/* --------------------------------	*/
/* ga direct naar box			 	*/
/* --------------------------------	*/
#gadirect	{
	background			: url(../img/home_gadirect_bg.gif) no-repeat left top;
	position			: absolute;
	top					: 98px;
	left				: 283px;
	height				: 197px;
	width				: 224px;
}

#gadirect h3	{
	background			: none;
	height				: 70px;
}

#gadirect ul	{
	list-style			: none;
	margin				: 0;
	padding				: 0 20px 15px 25px;	
	line-height			: 1.5em;
}

#gadirect ul li	{
	text-align			: center;
	padding				: 5px 0;
	background			: url(../img/home_gadirect_item_bg.gif) repeat-x left bottom;
}

#gadirect ul li.laatste	{
	background			: none;
}

#gadirect ul li a	{
	color				: #fff;
	text-decoration		: none;
	font-weight			: bold;
}


/* --------------------------------	*/
/* adres						 	*/
/* --------------------------------	*/
#adres	{
	position			: absolute;
	top					: 399px;
	left				: 17px;
	background			: url(../img/home_adres_bg.gif) no-repeat;
	width				: 209px;
	height				: 89px;
	padding				: 10px 0 0 20px;
}

#adres address	{
	font-style			: normal;
	color				: #5D5D5F;
	line-height			: 1.7em;
}

#adres address a	{
	font-weight			: bold;
	color				: #0A7AC2;
}
#adres address a:hover	{
	font-weight			: bold;
	text-decoration		: none;
}


/* --------------------------------	*/
/* banner						 	*/
/* --------------------------------	*/
#banner	{
	position			: absolute;
	top					: 419px;
	left				: 255px;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content	{
	float				: left;
	width				: 450px;
	padding				: 95px 0 0 25px;
}

#content h2	{
	margin				: 0 0 35px 0;
	width				: 420px;
}

}

#content .inhoud	{
	min-height			: 10px;
	_height				: auto;
}
