@charset "utf-8";
/* CSS Document */

/**************************************************************
** Formulieren Styles
***************************************************************/
table.contactform{
	margin:5px 0 5px 0;
	padding:0px;
	}
table.contactform TD{
	vertical-align:top;
}
table.contactform .randje TD{
	border-top:1px solid #b8bf93;
	padding:2px 0 2px 0;
}

input.contactform{
	background:#ffffff;
	width:269px;
	height:18px;
	margin:0px;
	padding:0px;
	float:left;
	border:1px solid #b8bf93;
	}
textarea.contactform{
	background:#ffffff;
	width:269px;
	height:118px;
	margin:0 0 10px 0;
	padding:0px;
	border:1px solid #b8bf93;
	}
input.contactform_submit{
	background:#ffffff;
	border:0px;
	}
input#Verder{
	float:right;
	background:#ffffff url(../../Images/VG/verstuur_btn.gif);
	width:66px;
	height:23px;
	}
input#Wissen{
	float:left;
	background:#ffffff url(../../Images/VG/wissen_btn.gif);
	width:66px;
	height:23px;
	}
	
/**************************************************************
** Uitgebreid formulier Styles
***************************************************************/
.contact_id{
	width:96px;
	height:18px;
	margin:0px;
	padding:0 0 6px 0;
	font-weight:bold;
	text-align:left;
	}
.contact_input{
	width:292px;
	height:18px;
	margin:0px;
	padding:0 0 6px 0;
	text-align:left;
	}
.contactform_straat{
	background:#ffffff;
	width:202px;
	height:16px;
	margin:0px;
	padding:0px;
	border:1px solid #b8bf93;
	float:left;
	}
.contact_nummer{
	width:19px;
	height:16px;
	margin:0px;
	padding:2px 0 0 10px;
	font-weight:bold;
	text-align:left;
	float:left;
	}
.contactform_nummer{
	background:#ffffff;
	width:36px;
	height:16px;
	margin:0px;
	padding:0px;
	border:1px solid #b8bf93;
	float:left;
	}
.contactform_postcode{
	background:#ffffff;
	width:67px;
	height:16px;
	margin:0px;
	padding:0px;
	border:1px solid #b8bf93;
	float:left;
	}
.contact_plaats{
	width:36px;
	height:16px;
	margin:0px;
	padding:2px 2px 0 10px;
	font-weight:bold;
	text-align:left;
	float:left;
	}
.contactform_plaats{
	background:#ffffff;
	width:152px;
	height:16px;
	margin:0px;
	padding:0px;
	border:1px solid #b8bf93;
	float:left;
	}