body {
	margin					: 0px;
	padding					: 0px;
	width   				: 100%;
	height					: 100%; 
	overflow				: auto;
	font-size				: 10pt;
	color						: #7F7E7E;
	font-family			: Arial, Helvetica, sans-serif;
	background			: url(images/body_bg.png) repeat #FFFFFF;
}

#container {
	position				: absolute;
	left						: 50%;
	height					: 100%;
	width						: 928px;
	margin-left			: -464px;
	padding					: 0px;
	background			: url(images/container.png) repeat;
}

#logo {
	position				: absolute;
	top							: 0px;
	left						: 14px;
	padding-top			: 0px;
	height					: 124px;
	width						: 900px;
}

#hoofdmenu {
	position				: absolute;
	top							: 124px;
	left						: 114px;
	width						: 700px;
	height					: 47px;
	background			: url(images/hoofdmenu/menu_bg.png);
	text-align  		: center;
}

#submenu {
	position				: absolute;
	top							: 171px;
	left						: 327px;
	width						: 273px;
	height					: 19px;
}

#pagina_foto {
	position				: absolute;
	z-index					: 1;
	top							: 200px;
	left						: 186px;
	width						: 552px;
	height					: 97px;
	padding					: 2px;
}

#pagina_foto2 {
	position				: absolute;
	z-index					: 2;
	top							: 200px;
	left						: 186px;
	width						: 552px;
	height					: 97px;
	padding					: 2px;
	background			: url(images/pagina_fotos/pagina_foto_overlay.png);
}

#adres_letters {
	position				: absolute;
	top							: 301px;
	left						: 186px;
	height					: 24px;
	width						: 556px;
	line-height			: 24px;
	text-align  		: center;
}

#text {
	position				: absolute;
	top							: 325px;
	left						: 186px;
	bottom					: 77px;
	width						: 556px;
	text-align  		: left;
	overflow				: auto;
}

#footer {
	position				: absolute;
	bottom					: 0px;
	left						: 114px;
	width						: 700px;
	height					: 77px;
	background			: url(images/footer.png);
}


input, select, textarea, option {
	border					: 1px solid #D78227;
	font-size				: 10pt;
	color						: #7F7E7E;
	border-collapse	: collapse;
	background			: #ffffff;
}

a
{
	font-size				: 13px;
	color						: #D78227;
	text-decoration	: none;
	font-weight			: bold;
}

a:hover 
{
	font-size				: 13px;
	color						: #000000;
	text-decoration	: none;
	font-weight			: bold;
}

b 
{
	color						: #D78227;
}