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

body {
	background-color:#8A8989;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
h1 {
	font-size:14px;
}
h2 {
	font-size:13px;
}
a:link {
	text-decoration:none;
	color:#FFFFFF;
}
a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
a:active {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

a.zwart:link {
	text-decoration:none;
	color:#000000;
}
a:visited.zwart {
	text-decoration:none;
	color:#000000;
}
a:active.zwart {
	text-decoration:none;
	color:#000000;
}
a:hover.zwart {
	text-decoration:none;
	color:#000000;
}
.wit {color: #FFFFFF}

#container {
	width:1024px;
	height:auto;
	overflow:hidden;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
#header {
	width:775px;
	height:25px;
	float:left;
	text-align:right;
	font-size:13px;
	font-weight:bold;
}
#navigatie {
	width:775px;
	height:120px;
	float:left;
}
#content {
	width:945px;
	height:auto;
	padding:0px;
	padding-top:20px;
	float:left;
	background-image:url(../images/watermerk.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#container_content {
	width:775px;
	height:auto;
	float:left;
}
#adres {
	width:155px;
	height:auto;
	float:right;
	padding:0px;
	padding-left:15px;
	padding-top:330px;
}
#foto {
	width:250px;
	height:auto;
	float:left;
	padding:0px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:10px;
}
#tekst {
	width:445px;
	height:auto;
	float:right;
	padding:0xp;
	padding-left:20px;
	padding-right:15px;
	border:0px;
	border-left:1px #FFFFFF solid;
	border-right:1px #FFFFFF solid;
	overflow:visible;
	overflow-y:visible;
}
#footer {
	width:100%;
	height:88px;
	background-image:url(../images/footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	float:left;
	padding:0px;
	padding-top:50px;
	text-align:center;
	font-size:10px;
}