
.verberg, #header, #kolom_links, #kolom_rechts	{
	display				: none;
}

#main	{
	position				: relative;
	top						: 0;
	left					: 0;
}

/* ------------------------ */
/* content					*/
/* ------------------------ */
#content	{
	font				: 0.7em/1.7em Verdana, Arial;
	color				: black;
}

#content h2	{
	margin				: 20px 0;
	font				: bold 1.4em Verdana, Arial;
}

#content a	{
	color				: blue;
	text-decoration		: underline
}

/* ------------------------ */
/* boxjes op de homepage	*/
/* ------------------------ */

#box div 	{
	width				: 48%;
	_width				: 48%;
	display				: inline;
	padding-bottom		: 10px;
	text-align			: center;
	margin-top			: 10px;
}

#box div.links	{
	float				: left;
}

#box div.rechts	{
	margin-left			: 10px;
	float				: right;
}

#box div.oranje, #box div.grijs	{
	border				: solid 1px black;
}

#box h3	{
	margin				: 0;
	padding				: 10px 15px;
	font				: bold 1.3em Verdana, Arial;
	width				: auto;
	text-align			: left;
}

#box div.oranje h3, #box div.grijs h3	{
	border-bottom		: solid 1px black;
}

#box dl	{
	margin				: 10px 15px;
	text-align			: left;
}

#box dt	{
	padding				: 0 0 0 15px;
	list-style			: disc;
	list-style-position	: inside;
}

#box dd	{
	margin				: 0 0 10px 0;
}

#box a.meer	{
	font				: bold 1.3em Verdana, Arial;
}


/* ------------------------ */
/* footer					*/
/* ------------------------ */
#footer	{
	display				: none;
}


/* ------------------------ */
/* broodkruimeltjes			*/
/* ------------------------ */
#broodkruimels	{
	display				: none;
}


/* ------------------------ */
/* contactformulier			*/
/* ------------------------ */

#contactformulier ul 
{
	list-style			: none;
	margin				: 0;
	padding 			: 0;
}

#contactformulier fieldset 
{
	border				: 0;
	margin				: 0;
	padding				: 0;
}

#contactformulier legend 
{
	display				: none;
}


/* ------------------------ */
/* zoekformulier			*/
/* ------------------------ */
#zoeken	{
	background			: #f7f7f7;
	border				: solid 1px #e5e5e5;
	width				: 99%;
	position			: relative;
	float				: left;
	margin-bottom		: 20px;
}

#zoeken fieldset	{
	border				: none;
	margin				: 0;
	padding				: 10px;
}

#zoeken #trefwoorden	{
	float				: left;
	font-weight			: bold;
	
}

#zoeken #trefwoorden legend, #zoeken #socialekaart legend	{
	display				: none;
}

#zoeken #zoeken_in	{
	float				: right;
	text-align			: left;
	width				: 50%;
}

#zoeken #zoeken_in legend	{
	font-weight			: bold;
	margin				: 0 -3px;
	padding				: 0;
}

#zoeken #socialekaart	{
	margin				: 60px 0 10px 0;
	font-weight			: bold;
	padding				: 0 10px 10px 10px;
}

#zoeken .buttons	{
	padding				: 0 10px 10px 10px;
	clear				: both;
}


/* ------------------------ */
/* zoekresulaten			*/
/* ------------------------ */
#zoek_resultaten	{
}

#zoek_resultaten dt	{
	font-weight			: bold;
}

#zoek_resultaten dd	{
	margin				: 0 0 15px 15px;
}

#zoek_resultaten small	{
	display				: block;
}














