body
{
	margin:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-image:url(images/betonnenmuur.jpg);
}
a
{
	color:#fff;
	text-decoration:underline;
}
a:hover
{
	text-decoration:underline;
}
a.white
{
	color:#fff;
	text-decoration:none;
}
a.white:hover
{
	text-decoration:underline;
}
.wrapper
{
	background-color:#fff;
	border:1px solid #515556;
	margin-top:50px;
	margin-bottom:50px;
	width:1000px;
	-webkit-box-shadow: 0px 1px 17px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 1px 17px rgba(50, 50, 50, 1);
	box-shadow:         0px 1px 17px rgba(50, 50, 50, 1);
}
.container
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.content
{
	min-height:400px;
	width:990px;
	background-color:#f28020;
	padding:5px;
}
.footer
{
	width:990px;
	height:30px;
	padding:5px;
	background-color:#515556;
	line-height:30px;
	text-align:center;
}
.divider
{
	width:1000px;
	height:5px;
	background-color:#f28020;
	margin-bottom:5px;
}
.divider_grey
{
	width:1000px;
	height:5px;
	background-color:#515556;
	margin-bottom:5px;
}
.menu
{
	width:990px;
	height:40px;
	padding:5px;
	font-size:24px;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	line-height:40px;
}
.sub_footer
{
	width:990px;
	color:#515556;
	font-size:12px;
	text-align:right;
	padding:5px;
}
.foto
{
	float:left;
	width:600px;
}
.text
{
	float:left;
	width:375px;
	padding:5px;
	margin-left:5px;
}
.form_field
{
	border:1px solid #515556;
	padding:2px;
}
.form_button
{
	background-color:#515556;
	color:#fff;
}
.form_button:hover
{
	background-color:#000;
	color:#fff;
	cursor:pointer;
}
.header_txt
{
	font-size:20px;
	font-weight:bold;
	color:#515556;
}
.td1
{
	padding:3px;
}
.td2
{
	padding:3px;
}
.form_table
{
	border-spacing:0;
	padding:5px;
}
.form_betreft, .form_aanhef
{
	width:100px;
}
.form_200
{
	width:198px;
}
.form_150
{
	width:148px;
}
.form_huisnr
{
	width:38px;
	margin-left:5px;
}
.form_postcode
{
	width:38px;
	margin-right:5px;
}
.maps_frame
{
	width:600px;
	height:400px;
	border:0;
	margin:0;
	overflow:hidden;
}
.clear
{
	clear:both;
}
