body {font-family: helvetica, verdana, arial;font-size: 0.85em;color: #000;margin: 0;background-color: #FFF;}

#wrap {
	margin: 5px 50px 10px 50px;
}

#header {padding: 5px 0px 0px 0px;border-bottom: 4px solid #9B7B48;line-height: 1.4em;font-size: 0.75em;color: #9B7B48;}
#header a {color: #9B7B48; text-decoration: underline;}
#header p {text-transform: uppercase;}
#header .titel {
	color: #3E352E;
	font-size: 3.6em;
	font-family: helvetica, verdana, arial;
	letter-spacing: 2px;
	text-transform: lowercase;
}

#menu {
	float: left;
	height: 100%;
	width: 28%; /*border: 1px solid #000;*/
	margin-right: 15px;
	padding: 20px 0px 20px 0px;
	/*border: 1px solid #000;*/
}
#menu ul {font-family: helvetica, verdana, arial;font-size: 1.3em;color: #3E352E;list-style-type: none;margin-left:0;text-transform: lowercase;padding-left:0;}
#menu ul li {margin-top: 0.85em;margin-left:0;}
#menu a {text-decoration: underline;font-weight: bold;color: #3E352E;}
#menu a.selected {color: #9B7B48;font-weight: bold;text-decoration: none;}
#menu a:hover {color: #9B7B48;font-weight: bold;}
#menu a:visited {color: #9B7B48;font-weight: bold;}
#menu .navigatie {margin-top: 55px;}

#content {
	float:right;
	height: 100%;
	width: 65%;
	/*border: 1px solid #000;*/
	/*margin-left: 15px;*/
	padding: 20px 15px 20px 15px;
	font-family: helvetica, verdana, arial;
	font-size: 0.95em;
	line-height: 1.4em;
}

#content p {
	margin-left: 15px;
}

#content h1 {
	font-size: 1.8em;
	color: #9B7B48;
	letter-spacing: 1px;
	
}

#content h2 {
	font-size: 1.2em;
	color: #3E352E;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 15px;
	margin-top: 35px;
}

#content ul {list-style-type: none;}
#content ul li {margin-top: 0.15em;margin-left:0px;}
#content .spatie{margin-top: 1em;}


#footer {
	clear: both;
	margin-top: 0px;
	border-top: 1px solid #000;
	text-align: center;
	padding: 10px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 0.75em;
	font-family: helvetica, verdana, arial;
	line-height: 1.4em;
	color: #999;
}





