*{
	margin:0px;
	
	padding:0px;
	
	border:0px;
	
	text-align:left;
		
	font-family:Tahoma;
	
	font-size:12px;
	
	color:#676767;
}

span
{
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}

h1
{
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}


h5
{
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}

p
{		
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}

a
{
	font-family:Tahoma;
	
	font-size:12px;
	
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

html
{
	height:100%; 
	
	max-height:100%; 
	
	width:100%;	
	
	background-image:url(../img/site/bgd.gif);
	
	background-position:top;
	
	background-repeat:repeat-x;
}

body
{
	height:100%;
	
	max-height:100%; 
	
	width:100%;
}


div#container
{

	position:absolute ;  		/* needed for footer positioning*/
	
	margin:0 auto; 				/* center, not in IE5 */
	
	width:100%;

	min-height:100%; 			/* real browsers */
	
	height:auto !important; 	/* real browsers */
		
	float:left;
	
	text-align:left;
}

* html div#container 
{
	height:100%; 				/* ONLY IE6: treaded as min-height*/
}

div#header
{
	margin:0 auto;
	
	width:981px;
	
	height:74px;
}

	div#logo
	{
		padding:16px 0px 0px 0px;
		
		width:200px;
	
		height:53px;
		
		float:left;
	}
	
	div#header_actie
	{
		padding:30px 10px 0px 0px;
		
		width:500px;
		
		text-align:right;
	
		height:16px;
		
		float:right;
	}

div#overlay_black
{	
	margin:0 auto;

	width:969px;
	
	height:143px;
	
	background-image:url(../img/site/overlay_black.gif);
	
	background-repeat:no-repeat;
	
	padding:15px 0px 0px 15px;
}

div#check
{
	width:260px;
	
	height:126px;
	
	float:left;

	padding:15px 0px 0px 0px;
}	

div#banner
{
	width:468px;
	
	height:60px;
	
	float:left;
	
	margin:32px 15px 0px 15px;
	
	overflow:hidden;
}	

	div.check
	{		
		width:260px;
		
		height:24px;
		
		padding:0px 0px 0px 20px;
		
		background-image:url(../img/site/check.gif);
		
		background-repeat:no-repeat;															
	}
	
	div#check p
	{
		font-size:14px;
		
		line-height:14px;
		
		color:#c5c5c5;
		
		font-style:italic;
		
		font-weight:bold;
	}
	
	div#check dl dd .select
	{				
		border:1px solid #cccccc;
		
		width:160px;
		
		height:18px;
		
		margin:6px 0px 0px 0px;
	
		font-size:11px;
			
		line-height:20px;	
	}
	
	div#check dl dd .select option
	{				
		font-size:11px;	
	}	
	
	div#check dl dd .input
	{				
		border:1px solid #cccccc;
		
		width:155px;
		
		height:14px;
		
		padding:2px;
	
		font-size:11px;
	}	
	
	div#check .button_black
	{				
		text-align:center;
		
		width:100px;
		
		height:18px;
		
		line-height:18px;
		
		cursor:pointer;
		
		background-image:url(../img/site/button_black.gif);
		
		float:right;
		
		margin:6px 0px 8px 0px;
		
		display:block;
	}	
	
	div#check dl
	{
		width:300px;
	}
	
	div#check dl dd
	{
		line-height:25px;
		
		height:25px;
		
		width:160px;
			
		float:left;
	}
	
	div#check dl dt
	{		
		line-height:25px;
		
		height:25px;
		
		width:90px;
		
		clear:left;		
		
		float:left;	
						
		font-family:Calibri;
		
		font-size:13px;
	
		color:#c5c5c5;
	}			
	
#profiel_opties
{
	width:267px;
	
	height:126px;
	
	float:right;
		
	background-image:url(../img/site/inlog_bdg.gif);
}

#profiel_opties dl
{
	padding:30px 0px 0px 35px;
}

#profiel_opties dd
{
	height:22px;
}


#profiel_opties dl a
{
	font-weight:bold;
}
	
div#navigatie
{
	margin:0 auto;
	
	width:961px;
	
	height:45px;
}

div#navigatie ul
{
	list-style:none;
	
	width:961px;
	
	height:34px;
}

div#navigatie ul li
{
	width:130px;
			
	height:34px;
	
	float:left;
	
	overflow:hidden;
}

div#navigatie ul li a
{
	width:110px;
			
	height:34px;
	
	line-height:30px;
	
	display:block;

	font-size:14px;
	
	font-family:Calibri;
	
	color:#676767;
	
	text-align:center;
	
	font-size:15px;
	
	text-decoration:none;
	
	background-image:url(../img/site/naviup_bgd.gif);
	
	background-position:center bottom;
	
	background-repeat:no-repeat;
	
}

div#navigatie ul li a:hover
{
	background-image:url(../img/site/navi_bgd.gif);
	
	background-position:center bottom;
	
	background-repeat:no-repeat;
	
	color:#FFFFFF;
}

div#navigatie ul #actief a
{
	background-image:url(../img/site/navi_bgd.gif);
	
	background-position:center bottom;
	
	background-repeat:no-repeat;
	
	color:#FFFFFF;
	
	font-weight:bold;
}

div#content_page
{
	width:961px;
	
	min-height:250px;

	margin:0 auto;
}

div.content_page ul
{
	margin:0px 0px 0px 20px; 
}

div.content_page li
{
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}

div.content_page
{
	width:961px;
		
	margin:0 auto;
	
	overflow:hidden;
	
	position:relative;
	
	z-index:20;
}

div#content
{
	min-height:250px;
	
	float:left;
}

div#content dl
{
	font-size:12px;
	
	width:400px;

	line-height:22px;
}

div#content dl dd
{
	line-height:22px;
	
	width:200px;
		
	float:left;
		
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}

div#content dl dt
{		
	line-height:25px;
	
	width:150px;
	
	float:left;	
	
	clear:left;
	
	font-family:Calibri;
	
	font-size:13px;
	
	color:#757575;
}

div#algemeen_left
{
	width:601px;
	
	min-height:250px;

	float:left;
	
	margin-bottom:50px;
}

* html div.content_page
{
	margin-bottom:50px;
}

div#algemeen_right
{
	width:250px;
	
	float:left;
}

div#algemeen_right h1, div#algemeen_left h1
{
	width:360px;
}

div#algemeen_right dl , div#algemeen_left dl
{
	font-size:12px;
	
	width:320px;

	line-height:24px;
}

div#algemeen_right dl dd , div#algemeen_left dl dd
{
	line-height:22px;
	
	width:200px;
		
	float:left;
		
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}

div#algemeen_right dl dt , div#algemeen_left dl dt
{		
	line-height:25px;
	
	width:100px;
	
	float:left;	
	
	clear:left;
	
	font-family:Calibri;
	
	font-size:13px;
	
	color:#757575;
}

div.rating
{
	height:25px;
	
	width:200px;
}

div#slide
{
	width:1000px;
	
	position:relative;
	
	z-index:20;
}

div#content
{
	width:690px;
	
	float:left;
	
	font-size:13px;
	
	line-height:17px;
}

div#content img
{
	margin:0px 10px 5px 0px;
}
	
div#content_page li
{
	margin:0px 0px 0px 0px;
	
	color:#999900;
}
	
div#formulier
{
	width:680px;
	
	overflow:hidden;
}

div#formulier .input
{
	width:100px;
	
	border:1px solid #999999;
	
	height:22px;
	
	line-height:22px;
}
	
.berekeningTbl 
{	
	width:680px;
	
	padding:5px;
}

.berekeningTbl td
{	
	padding:2px;
}

div#content_page ul
{
	list-style:square;
	
	margin:10px 0px 10px 0px;
}

div#content_page ol
{
	margin:10px 0px 10px 0px;
	
	padding:0px;
}

div#content_page ol li
{
	width:130px;
			
	height:34px;
	
	float:left;
	
	overflow:hidden;
}

div#content_page ol li a
{
	width:110px;
			
	height:34px;
	
	line-height:30px;
	
	display:block;

	font-size:14px;
	
	font-family:Calibri;
	
	font-weight:normal;
	
	color:#676767;
	
	text-align:center;
	
	font-size:15px;
	
	text-decoration:none;
	
	background-image:url(../img/site/naviup_bgd.gif);
	
	background-position:center bottom;
	
	text-decoration:none;
		
	background-repeat:no-repeat;
}

div#content_page ol li a:hover
{
	background-image:url(../img/site/navi_bgd.gif);
	
	background-position:center bottom;
	
	background-repeat:no-repeat;
	
	color:#FFFFFF;
	
	text-decoration:none;	
}

div#content_page p, div.content_page p
{
	letter-spacing:0.1px;
	
	margin:10px 20px 10px 0px;
}

div#content_page a
{	
	font-weight:bold;
}

div#content_page a:hover
{
	cursor:pointer;
	
	text-decoration:underline;
}

div#projecten
{
	width:220px;
	
	float:left;
	
	display:block;
}

div#left_detail 
{
	width:350px;
	
	float:left;
	
	display:block;
}

div#right_detail 
{
	width:350px;
	
	float:left;
	
	display:block;
}

#zoeken
{
	font-size:12px;
	
	width:180px;
	
	height:380px;
	
	line-height:20px;
	
	margin:0px 0px 0px 5px;	
	
	float:left;
	
	display:block;
	
	background-image:url(../img/site/open_bgd.gif);
	
	background-repeat:no-repeat;
}

#zoeken dd
{	
	float:left;
	
	line-height:22px;
		
	width:168px;
		
	font-weight:normal;

	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}

#zoeken dt
{
	font-weight:normal;
	
	width:180px;
	
	line-height:18px;
	
	float:left;	
	
	clear:left;
	
	font-family:Calibri;
	
	font-size:13px;
	
	color:#757575;
}

#zoeken dt i
{
	line-height:10px;

	font-size:9px;
	
	color:#757575;
}

#zoeken dd .input
{
	margin:0px 0px 0px 7px;
	
	border:1px solid #cccccc;
	
	width:155px;
	
	height:14px;
	
	padding:2px;

	font-size:11px;
}

#zoeken input[type="checkbox"]
{
	margin:0px 0px 0px 7px;
	
	height:20px;
	
	float:left;	
	
	clear:left;
}

#zoeken label
{
	margin:0px 0px 0px 5px;
	
	float:left;	
	
	font-family:Calibri;
	
	font-size:13px;
	
	height:20px;
	
	width:130px;
	
	line-height:20px;
	
	color:#757575;
	
	display:block;

}

#zoek_button
{
	background-image:url(../img/site/zoeken.gif);

	width:97px;
	
	display:block;
	
	height:18px;
	
	float:right;
	
	cursor:pointer;
	
	margin:5px 0px 0px 0px;
}

#zoeken dd .select
{
	margin:0px 0px 0px 7px;
	
	border:1px solid #cccccc;
	
	width:160px;
	
	height:18px;

	font-size:11px;
		
	line-height:20px;	
}	
	 #zoeken dd .select option
	 {
		font-size:11px;
	 }

#opensearch
{	
	width:22px;
	
	height:381px;
	
	display:block;
	
	float:left;
}

#opensearch a
{	
	width:22px;
	
	height:381px;
	
	display:block;
}


div#content_projecten
{

	position:absolute;
	
	left:0;

	z-index:40;
	
	margin:0px 0px 0px 210px;
													
	
	width:1000px;
	
	float:left;
	
	display:block;
	
	padding:0px 0px 20px 0px;
}

div#content_projecten dl
{
	font-size:12px;
	
	width:1000px;
	
	height:20px;
	
	line-height:20px;
	
	padding:0px 3px 0px 5px;
}

div#content_projecten dl dd
{
	overflow:hidden;
	
	width:100px;
	
	height:20px;
	
	float:left;
		
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
	
	display:inline;
}

div#content_projecten dl dt
{
	overflow:hidden;
	
	width:250px;
	
	height:20px;
	
	float:left;	
	
	clear:left;
	
	font-family:Calibri;
	
	font-size:13px;
	
	color:#757575;
	
	display:inline;
}

div#content_projecten dl dt b, div#content_projecten dl dd b
{
	font-family:Calibri;
	
	font-size:12px;
		
	color:#8a8a8a;
	
	font-weight:normal;
}

div#content_projecten .dark
{
	display:block;
	
	width:1000px;
	
	height:20px;
	
	background-color:#efefd8;
}

div#content_projecten a
{
	display:block;
	
	width:1000px;
	
	margin:5px 0px 5px 0px;
	
	height:20px;
	
	background-color:#fafaf3;
}

div#content_projecten a:hover
{
	display:block;
	
	width:1000px;
	
	height:20px;
	
	margin:5px 0px 5px 0px;
	
	padding:0px 0px 0px 5px;

	background-color:#999900;
	
	color:#FFFFFF;
	
	text-decoration:none;
}

div#content_projecten a:hover *
{
	color:#FFFFFF;
	
	cursor:pointer;
}

div#content_left
{
	width:261px;
	
	float:left;
	
	padding:0px 0px 20px 0px;
}

div#content_left dl
{
	font-size:12px;
	
	width:261px;
	
	height:20px;
	
	line-height:20px;
	
	padding:0px 3px 0px 5px;
}

div#content_left dl dd
{
	width:81px;
		
	height:20px;
	
	float:left;
		
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}

div#content_left dl dt
{
	width:180px;
		
	height:20px;
	
	float:left;	
	
	clear:left;
	
	font-family:Calibri;
	
	font-size:13px;
	
	color:#757575;
}

div#content_left dl dt b, div#content_left dl dd b
{
	font-family:Calibri;
	
	font-size:12px;
		
	color:#8a8a8a;
	
	font-weight:bold;
}

div#content_left dl dt a, div#content_left dl dd a,
div#content_left dl dt a:hover, div#content_left dl dd a:hover
{
	font-family:Calibri;
	
	font-size:13px;
		
	color:#8a8a8a;
	
	font-weight:normal;
	
	text-decoration:none;
}

div#content_page .light
{
	display:block;
	
	width:267px;
	
	height:20px;
	
	background-color:#fafaf3;
	
	margin:5px 0px 5px 0px;
	
	font-weight:normal;
}


div#content_page .dark
{
	display:block;
	
	width:267px;
	
	height:20px;
	
	background-color:#efefd8;
	
	margin:5px 0px 5px 0px;
	
	font-weight:normal;
}

div#content_page .dark:hover , div#content_page .light:hover
{
	display:block;
	
	width:265px;
	
	height:20px;
	
	margin:5px 0px 5px 0px;
	
	padding:0px 0px 0px 5px;
	
	background-color:#999900;
	
	color:#FFFFFF;
	
	text-decoration:none;
}

div#content_page .dark:hover * , div#content_page .light:hover *
{
	color:#FFFFFF;
	
	cursor:pointer;
}

.input
{
	margin:0px 0px 0px 7px;
	
	border:1px solid #cccccc;
	
	width:155px;
	
	height:14px;
	
	padding:2px;

	font-size:11px;
}

.file
{
	margin:0px 0px 0px 0px;
	
	border:1px solid #cccccc;
	
	width:160px;
	
	height:22px;
	
	line-height:22px;
	
	padding:2px;

	font-size:11px;
}

.textarea
{
	margin:0px 0px 0px 7px;
	
	border:1px solid #cccccc;
	
	width:155px;
	
	height:120px;
	
	padding:2px;

	font-size:11px;

	font-family:Calibri;
}

.file
{
	border:1px solid #cccccc;
	
	width:155px;
	
	padding:2px;

	font-size:11px;
}




h1
{
	width:690px;
	
	font-size:22px;
	
	line-height:28px;
	
	color:#999900;
}

div#blader
{	
	clear:both;

	width:100%;
	
	line-height:30px;
	
	height:30px;
		
	margin:10px 0px 50px 0px;
	
	border-top:1px solid #cdcdcd;
	
	border-bottom:1px solid #cdcdcd;
	
	text-align:center;
}

div#blader p
{	
	font-family:tahoma;
	
	font-size:12px;
	
	font-weight:bold;
	
	width:941px;
	
	margin:0 auto;

	background-image:url(../img/site/sorteer.gif);
	
	background-repeat:no-repeat;
	
	padding:0px 0px 0px 24px;

}

div#blader span
{
	margin:0px 0px 0px 115px;
	
	font-weight:normal;
}

div#blader a
{
	padding:0px 2px 2px 2px;
	
	font-weight:normal;
	
	font-family:tahoma;
}

div#blader b
{
	border-top:1px solid #f2f2f2;
	
	border-bottom:1px solid #f2f2f2;
}

div#sorteer
{	
	clear:both;

	width:100%;
	
	line-height:30px;
	
	margin:10px 0px 10px 0px;
	
	border-top:1px solid #cdcdcd;
	
	border-bottom:1px solid #cdcdcd;
	
	text-align:center;
}

div#sorteer p
{
	font-family:tahoma;
	
	font-size:12px;
	
	font-weight:bold;
	
	width:941px;
	
	margin:0 auto;

	background-image:url(../img/site/sorteer.gif);
	
	background-repeat:no-repeat;
	
	padding:0px 0px 0px 24px;
}

div#sorteer span
{
	margin:0px 0px 0px 115px;
	
	font-weight:normal;
}

div#sorteer a
{
	padding:0px 5px 0px 5px;
	
	font-weight:normal;
	
	font-family:tahoma;
}

div#melding
{		
	clear:both;
	
	height:30px;
	
	width:100%;
	
	background-color:#eeeeee;
	
	border-top:1px solid #cdcdcd;
	
	border-bottom:1px solid #cdcdcd;
	
	text-align:center;
	
	margin:0px 0px 8px 0px;
}

div#melding p
{
	font-weight:normal;
	
	font-family:tahoma;
	
	font-size:13px;
	
	width:941px;
	
	margin:0 auto;
	
	line-height:30px;
		
	background-image:url(../img/site/error.gif);
	
	background-repeat:no-repeat;
	
	padding:0px 0px 0px 20px;
}

div#tip
{		
	clear:both;
	
	height:30px;
	
	width:100%;
	
	background-color:#eeeeee;
	
	border-top:1px solid #cccccc;
	
	border-bottom:1px solid #cccccc;
	
	text-align:center;
}

div#tip p
{
	font-weight:bold;
	
	font-family:tahoma;
	
	font-size:13px;
	
	width:941px;
	
	margin:0 auto;
	
	line-height:30px;
	
	color:#999900;
	
	background-image:url(../img/site/tip.gif);
	
	background-repeat:no-repeat;
	
	padding:0px 0px 0px 20px;
}

div#tip span
{
	font-weight:normal;
	
	font-family:tahoma;
}

div#tip a
{	
	font-weight:bold;
}

div#tip a:hover
{
	cursor:pointer;
	
	text-decoration:underline;
}

div#categorie
{
	width:100%;
	
	height:176px;
	
	background-color:#333333;
		
	margin:10px 0px 45px 0px;
}

div#categorie_items
{
	margin:0 auto;
	
	width:961px;
	
	height:45px;
	
	padding:10px 0px 0px 0px;
}

div.cat_items
{
	height:55px;
	
	width:240px;
	
	float:left;
}

div.cat_items h4 a
{
	font-size:14px;
	
	font-weight:bold;

	color:#999900;
}

div.cat_items h4 a span
{
	font-size:11px;
		
	color:#999900;
}

div.cat_items p a
{
	line-height:14px;
	
	font-family:Calibri;
	
	font-size:12px;
	
	color:#7b7b7b;
}	

div#footer
{
	position:absolute;
	
	width:100%;
	
	clear:both;
	
	bottom:0; 						/* stick to bottom */
	
	height:34px;
	
	background-image:url(../img/site/footer_bgd.gif);
	
	background-position:bottom;
	
	text-align:center;
}

* html div#footer
{
	margin:0px 0px -34px 6px; 		/* ONLY FOR IE6 */
}


	div#footer p
	{		
		width:961px;
			
		margin:0 auto;
		
		height:30px;
		
		line-height:30px;
	}

	div#footer a
	{				
		font-family:Calibri;
		
		font-size:13px;
		
		color:#676767;
		
		text-decoration:none;
	}
	
	div#footer a:hover
	{				
		text-decoration:underline;
	}


	.left
	{
		float:left;
	}
	
	.right
	{
		float:right;
	}
	
#register dd
{
	float: left;
	
	width: 450px;
}
	
#register dd .textarea
{
	width:600px;
	
	height:200px;
		
	margin:5px 0px 5px 0px;
}

div#categorie_div
{
	float:left;
	
	clear:left;
	
	width:970px;
	
	display:block;
	
	padding:5px 0px 0px 5px;
			
	background-color:#fafafa;
	
	border:1px solid #cccccc;	
}

.categorie_div
{
	float:left;
	
	width:150px;
	
	display:inherit;
	
	height:130px;
	
	margin:5px 0px 5px 0px;
	
	padding:0px 5px 0px 5px;

}

.categorie_div b
{
	width:150px;
	
	height:15px;
	
	display:block;
	
	border-bottom:1px solid #c0c061;
	
	margin:5px 0px 5px 0px;
	
	float: left;
			
	clear: left;
}

.categorie_item
{
	clear:left;
	
	float:left;
	
	width:150px;
	
	height:20px;
	
	display:block;
}

.categorie_item label
{
	height:14px;
	
	line-height:20px;
}

.categorie_item input[type="checkbox"]
{
	line-height:20px;
}

#register dd .file
{
	border:1px solid #cccccc;
	
	background-color:#fafafa;
	
	margin:4px 0px 4px 0px;
	
	width:198px;
	
	height:20px;

	font-size:11px;
}

.select_date
{
	border:1px solid #cccccc;
	
	background-color:#fafafa;
	
	margin:4px 0px 4px 0px;
	
	height:18px;

	font-size:11px;
		
	line-height:20px;	
}	
	 .select_date option
	 {
		font-size:11px;
	 }
	 
	 
	 
	 
#register dd .select
{
	border:1px solid #cccccc;
	
	background-color:#fafafa;
	
	margin:4px 0px 4px 0px;
	
	width:198px;
	
	height:18px;

	font-size:11px;
		
	line-height:20px;	
}	
	 #register dd .select option
	 {
		font-size:11px;
	 }
	 
#contact_dl .input
{
	border:1px solid #cccccc;
	
	background-color:#fafafa;
	
	color:#676767;
	
	height:14px;
	
	padding:2px;
	
	margin:4px 0px 4px 0px;
	
	width: 250px;
}

#contact_dl .textarea
{
	border:1px solid #cccccc;
	
	background-color:#fafafa;
	
	color:#676767;
	
	font-size:12px;
	
	padding:1px;	
	
	margin:4px 0px 0px 0px;
	
	width: 251px;
	
	height:150px;
	
	overflow-y:scroll;
}

#contact_dl .button
{
	text-align:center;
	
	width: 100px;
	
	height:20px;
	
	line-height:20px;
	
	cursor:pointer;
	
	background-image:url(../img/site/button.gif);
	
	float:left;
	
	margin:4px 0px 8px 0px;
	
	display:block;
}


.input
{
	border:1px solid #cccccc;
	
	background-color:#fafafa;
	
	color:#676767;
	
	height:14px;
	
	padding:2px;
	
	margin:4px 0px 4px 0px;
	
	width: 192px;
}

.textarea
{
	border:1px solid #cccccc;
	
	background-color:#fafafa;
	
	color:#676767;
	
	font-size:12px;
	
	padding:1px;	
	
	margin:4px 0px 0px 0px;
	
	width: 192px;
	
	height:200px;
}

#verstuur
{
	float: left;
	
	width: 200px;
		
	clear: left;
}

.button
{
	text-align:center;
	
	width: 100px;
	
	height:20px;
	
	line-height:20px;
	
	cursor:pointer;
	
	background-image:url(../img/site/button.gif);
	
	float:left;
	
	margin:4px 0px 0px 0px;
}

div#profiel_details
{
	display:block;
	
	width:395px;
	
	float:left;
	
	clear:none;
	
	padding:0px 0px 20px 0px;
}

.float_div
{
	display:block;
	
	width:261px;

	padding:0px 0px 0px 20px;
	
	float:left;
	
	clear:none;
}

h3
{
	font-size:14px;
	
	line-height:28px;
	
	color:#999900;
}

div#profiel_details  .input
{
	margin:5px 0px 5px 0px;
}

.float_div  input[type="checkbox"]
{
	margin:3px 5px 0px 7px;
	
	float:left;	
	
	clear:left;
}

.float_div label
{
	float:left;	
	
	font-family:Calibri;
	
	font-size:13px;
	
	line-height:20px;
	
	color:#757575;
	
	cursor:pointer;
	
}

div#profiel_details dl
{
	font-size:12px;
	
	width:390px;
	
	line-height:20px;
	
	padding:0px 3px 0px 0px;
}
 
.float_div dl
{
	font-size:12px;
	
	width:261px;
	
	height:20px;
	
	line-height:20px;
	
	padding:0px 3px 0px 0px;
}

div#profiel_details dl dt b, div#profiel_details  dl dd b,
.float_div dl dt b, .float_div dl dd b
{
	font-family:Calibri;
	
	font-size:12px;
		
	color:#8a8a8a;
	
	font-weight:normal;
}

div#profiel_details dl dd
{
	width:260px;
	
	float:left;
		
	font-family:Calibri;
	
	font-size:13px;
	
	color:#757575;
		
	height:20px;
	
	line-height:20px;
		
	display:block;
	
	border-bottom:1px solid #F7F7F7;
}

div#profiel_details dl dt
{
	width:130px;

	float:left;	
	
	clear:left;
	
	font-family:Calibri;
	
	font-size:13px;
	
	color:#757575;
	
	height:20px;
	
	line-height:20px;
	
	display:block;
	
	border-bottom:1px solid #F7F7F7;
			
}

div#profiel_details dl dt .textarea
{
	width:350px;
	
	height:200px;
		
	margin:0px 0px 20px 0px;
}

div#profiel_details dl dd a
{
	font-family:Calibri;
	
	font-size:13px;
}

.float_div dl dd
{
	width:81px;
		
	height:25px;
	
	float:left;
		
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}

.float_div dl dt
{
	width:180px;
		
	height:25px;
	
	float:left;	
	
	clear:left;
	
	font-family:Calibri;
	
	font-size:13px;
	
	color:#757575;
}



div#algemeen_left dl
{
	width:620px;
}

div#algemeen_left dl dd img
{
	padding:5px 0px 0px 0px;
}

div#algemeen_left dl dd
{
	width:450px;
	
	float:left;
			
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}

div#algemeen_left dl dt
{
	width:140px;

	float:left;	
	
	clear:left;
	
	font-family:Calibri;
	
	font-size:13px;
	
	color:#757575;
}

div#algemeen_left dl dt .textarea
{
	width:600px;
	
	height:200px;
		
	margin:0px 0px 20px 0px;
}

div#algemeen_left dl dd .input
{
	border:1px solid #cccccc;
	
	width:215px;
	
	height:14px;
	
	padding:2px;

	font-size:11px;
}

div#algemeen_left dl dd .file
{
	border:1px solid #cccccc;
	
	width:219px;
	
	padding:2px;

	font-size:11px;
}

#algemeen_left dd .select
{
	border:1px solid #cccccc;
	
	background-color:#fafafa;
	
	margin:4px 0px 4px 0px;
	
	width:222px;
	
	height:18px;

	font-size:11px;
		
	line-height:20px;	
}	

#algemeen_left dd .select option
{
	font-size:11px;
}

div#omschrijving_div
{
	width:650px;
	
	padding:15px;
	
	border:1px solid #cdcdcd;
	
	background-color:#f3f3f3;
}

div#overig_div
{
	width:320px;
}

div#bieden
{
	margin:15px 0px 0px 0px;
	
	padding:15px;
	
	width:650px;
	
	border:1px solid #efefd8;
	
	background-color:#fafaf3;
	
	float:left;
}

div#bieden dl
{
	width:640px;
	
	float:left;
	
	clear:both;
}

.bod
{
	border-bottom:1px solid #efefd8;
		  
	padding:5px 0px 5px 0px;
}

div#bieden dl dt
{
	width:210px;

	float:left;	
	
	clear:left;
	
	font-family:Calibri;
	
	font-size:13px;
	
	color:#757575;
}

div#bieden dl dd
{
	width:210px;
	
	float:left;
		
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}

div#bieden i
{
	width:100px;
		
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}

div#bieden dl dt a
{
	font-family:Calibri;
	
	font-size:14px;
	
	color:#676767;
	
	font-weight:bold;
}

div#bieden dd .select
{
	border:1px solid #cccccc;
	
	background-color:#fafafa;
	
	margin:4px 0px 4px 0px;
	
	width:198px;
	
	height:18px;

	font-size:11px;
		
	line-height:20px;	
}	
	 div#bieden dd .select option
	 {
		font-size:11px;
	 }








div#contact_div dl
{
	width:320px;
	
	float:left;
}

div#contact_div dl dt
{
	width:140px;

	float:left;	
	
	clear:left;
	
	font-family:Calibri;
	
	font-size:13px;
	
	height:22px;
	
	color:#757575;
}

div#contact_div dl dd
{
	width:180px;
	
	float:left;
		
	font-family:Calibri;
	
	font-size:13px;

	height:22px;
		
	color:#676767;
}





div#algemeen_right dl
{
	width:320px;
}

div#algemeen_right dl dt
{
	width:140px;

	float:left;	
	
	clear:left;
	
	font-family:Calibri;
	
	font-size:13px;
	
	color:#757575;
}

div#algemeen_right dl dd
{
	width:180px;
	
	float:left;
		
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}

div#algemeen_right dl dd .input
{
	border:1px solid #cccccc;
	
	width:170px;
	
	height:14px;
		
	padding:2px;

	font-size:11px;
}

.lightdl
{	
	display:block;
	
	width:267px;
	
	height:20px;

	margin:5px 0px 5px 0px;
	
	background-color:#fdfdf9;
}

.darkdl
{
	display:block;
	
	width:267px;
	
	height:20px;
	
	margin:5px 0px 5px 0px;

	background-color:#fafaf4;	
}

.darkdl dt a, .lightdl dt a
{
	font-family:Calibri;
	
	font-size:13px;
	
	color:#676767;
}

.darkdl dt a:hover, .lightdl dt a:hover
{
	font-family:Calibri;
	
	font-size:13px;
}

.help
{
	border-bottom:1px #999900 dotted;
	
	cursor:help;
}

label
{
	cursor:pointer;
	
	font-family:Calibri;
	
	font-size:13px;
}

div#recentie_left
{
	width:400px;
	
	float:left;
	
	clear:both;
}

div#recentie_right
{
	width:200px;
	
	float:left;
}

div#recentie_inhoud
{
	float:left;
	
	clear:both;
	
	width:700px;
	
	border-bottom:1px solid #c0c061;
}

div#particulier_page
{
	margin:0 auto;
	
	margin-bottom:30px;
	
	display:block;
	
	height:455px;
	
	width:950px;
	
	display:block;
	
	padding:5px 0px 0px 5px;
			
	background-color:#fafafa;
	
	border:1px solid #cccccc;	
}

div#particulier_div
{
	float:left;
	
	clear:left;
	
	width:970px;
	
	display:block;
	
	padding:5px 0px 0px 5px;
			
	background-color:#fafafa;
	
	border:1px solid #cccccc;	
}

.particulier_div
{
	float:left;
	
	width:215px;
	
	display:inherit;
	
	height:130px;
	
	margin:5px 0px 5px 0px;
	
	padding:0px 5px 0px 5px;
}

.particulier_div b
{
	width:219px;
		
	height:15px;
	
	display:block;
	
	border-bottom:1px solid #c0c061;
	
	margin:5px 0px 5px 0px;
	
	float: left;
			
	clear: left;
}

div.particulier_item a
{
	font-family: Calibri;
	
	font-size: 13px;	
	
	line-height:20px;
	
	color:#757575;
	
	font-weight:normal;
}

.inactie
{
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.40; 
	opacity: 0.40;
}
