/* @override http://www.durieuxhoek.nl/contact_durieux_wassenaar.css */

* {
	padding: 0;
	margin: 0;
}

/* page */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
	margin: 0 auto;
	width: 922px;
	position: relative;
	top: 10px;
}

#header {
	width: 922px;
	color: #333;
	padding: 10px;
	border: 0 solid #ccc;
	height: 60px;
	margin: 10px 0px 5px 0px;
	background: white;
	float: left;
	clear: both;
}

/* menu */

#navigatie {
	text-align: right;
}

#navigatie ul {
	background-color: #FFF;
	border: 0px solid black;
	width: 100%;
	padding: 0;
	margin: 0;
	white-space: no-wrap;
}

#navigatie ul li {
	display: inline;
}

#navigatie ul li a {
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	color: silver;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#navigatie ul li a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}

/* teaser */

#greyblock_over {
	background-color: #f2f2f2;
	width: 900px;
	min-height: 520px;
	margin-bottom: 20px;
	display: inline;
	float: left;
	clear: both;
}

#greyblock_image img {
	margin: 10px;
	float: left;
}

#greyblock_quote {
	position: relative;
	top: 120px;
	left: 36px;
	width: 596px;
	height: 156px;
	overflow: visible;
	z-index: 3000;
}

.greyblock_accent3 {
	font-size: 33px;
	color: silver;
	font-weight: bold;
	width: 20px;
	height: 20px;
	position: relative;
	top: 24px;
}

.greyblock_text {
	color: silver;
	font: 20px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: 24px;
}

.greyblock_accent4 {
	font-size: 33px;
	color: silver;
	font-weight: bold;
	width: 30px;
	height: 100px;
	position: relative;
	top: 28px;
}

/* content */

#content {
	width: 900px;
	color: #333;
	border: 0 solid #ccc;
	background: white;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 100%;
}

span.koptekst {
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #929292;
	margin: 10px;
	position: relative;
	top: 30px;
	left: 20px;
}

span.subkoptekst {
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #929292;
}

#bodytekst_links {
	font: 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #929292;
	width: 380px;
	min-height: 420px;
	padding: 10px;
	top: 30px;
	float: left;
	position: relative;
	left: 20px;
}

#bodytekst_rechts {
	font: 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #929292;
	width: 440px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	display: inline;
	min-height: 420px;
	position: relative;
	top: 30px;
	left: -12px;
}

div#greyblock_contactset {
	position: relative;
	top: -72px;
}

#greyblock_deco1 {
	background-color: #ebe9ea;
	width: 174px;
	min-height: 126px;
	float: left;
	display: inline;
	position: relative;
	top: 92px;
	left: 0;
}

#greyblock_decofoto {
	background-color: #ebe9ea;
	width: 145px;
	min-height: 126px;
	float: left;
	display: inline;
	position: relative;
	top: 92px;
	left: 16px;
}

#greyblock_deco2 {
	background-color: #ebe9ea;
	width: 54px;
	min-height: 126px;
	float: left;
	display: inline;
	position: relative;
	top: 92px;
	left: 32px;
}

div#greyblock_signature {
	position: relative;
	top: 68px;
	width: 140px;
	height: 140px;
	left: 140px;
	margin-top: 20px;
}

/* Email CLoaked */



#footer {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #929292;
	width: 455px;
	background: white;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: right;
	float: right;
	position: relative;
	left: -16px;
	display: inline-block;
	clear: left;
}

a.cloak_eml {
	color: gray;
	text-decoration: none;
	
}


