/**********************/
/*	GENERAL
/**********************/
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

body {
	background-color: #F2F2F2;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}

html {
	height: 100%;
}

p {
	margin-bottom: 20px;
}

/**********************/
/*	HOLDER
/**********************/
div.holder {
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #A6A392;
	height: 578px;
	margin: auto;
	margin-top: -289px;
	position: relative;
	top: 50%;
	width: 880px;
}

/**********************/
/*	NAVIGATIE
/**********************/
div.navigatie {
	float: right;
	font-size: 16px;
	font-weight: normal;
	margin-top: 114px;
	width: 366px;
}

div.navigatie ul {
	list-style: none;
	margin-left: 10px; /*5px;*/
}

div.navigatie ul li {
	float: left;
	padding-left: 15px; /*5px;*/
}

div.navigatie ul li a {
	margin-right: 15px; /*5px;*/
}

div.navigatie ul li a:link, div.navigatie ul li a:visited {
	background-color: inherit;
	color: black;
	text-decoration: none;
}

div.navigatie ul li a.current:link, div.navigatie ul li a.current:visited {
	background-color: inherit;
	color: #AE7220;
}

div.navigatie ul li a:hover {
	background-color: inherit;
	color: #AE7220;
	text-decoration: none;
}

/**********************/
/*	CLEARER
/**********************/
div.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1%;
}

/**********************/
/*	CONTENT
/**********************/
div.content_holder {
	clear: both;
	text-align: left;
}

div.content {
	font-size: 1.1em;
	height: 318px; /*358px; /*398px;*/
	left: 17px;
	overflow: auto;
	padding: 40px; /*20px;*/
	position: relative;
	top: 33px;
	line-height: 180%;
	text-align: left;
	width: 621px; /*661px; /*701px;*/
}

div.content a:link, div.content a:visited {
	background-color: inherit;
	color: #AE7220;
	text-decoration: none;
}

div.content a:hover {
	background-color: inherit;
	color: #AE7220;
	text-decoration: underline;
}


div.content ul {
	margin-bottom: 20px;
	margin-left: 35px;
}

/**********************/
/*	CONTACT
/**********************/
table.contact {
	margin-bottom: 20px;
	margin-top: 0px;
	width: 435px;
}

table.contact td.subject {
	color: #AE7220;
	text-align: right;
	vertical-align: top;
	width: 100px;
}

table.contact td.subject_verplicht {
	color: #AE7220;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

table.contact td.value {
	text-align: right;
}

table.contact td.submit {
	text-align: right;
}

table.contact td.value input, table.contact td.value textarea {
	width: 300px;
}
