/* @override http://www.durieuxhoek.nl/over_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: 720px;
	margin-bottom: 20px;
	display: inline;
	float: left;
	clear: both;
}

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

#greyblock_quote {
	float: left;
	display: inline-block;
	position: relative;
	top: -4px;
	left: 100px;
	width: 380px;
}

.greyblock_accent1 {
	font-size: 33px;
	color: silver;
	font-weight: bold;
}

.greyblock_text {
	color: silver;
	font: 20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	text-align: left;
	text-indent: 120px;
}

.greyblock_accent2 {
	font-size: 33px;
	color: silver;
	font-weight: bold;
}

/* 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;
}

#greyblock_deco1 {
	background-color: #ebe9ea;
	width: 164px;
	min-height: 110px;
	float: left;
	display: inline;
	position: relative;
	top: 92px;
	left: 48px;
}

#greyblock_deco2 {
		background-color: #ebe9ea;
	width: 244px;
	min-height: 110px;
	float: left;
	display: inline;
	position: relative;
	top: 92px;
	left: 68px;
}

#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;
}