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

body {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px; line-height: 16px;	color: #4d4d4d;
	position: relative; 
	width: 850px; 
	left: 50%; 
	margin-left: -425px;
	background: url('images/achtergrond.png') repeat-x #a07c4f;   
}

#inhoud { }

#footer {
	padding-top: 10px;
	text-align: center;
	border-top: 4px solid #59360d;
	color: #3f1e00;
}

h1 {
	
 	width: 700px;	height: 350px;
	background: url('images/header.jpg') no-repeat;
	float: left;
}

/*
 *	Menu
 */
ul#menu {
	list-style: none; padding: 150px 20px 30px 0px;	
	float: right; 
}

ul#menu li { 
	display: block; padding-right: 20px;
	font:normal 16px 'Trebuchet MS';
	font-weight: lighter;
	text-decoration:none;
	text-align: right; 
}

ul#menu li a {	color: #fff; text-decoration: none; }
ul#menu li.active a { color: #714612; }
ul#menu li a:hover { color: #714612; }
ul#menu li a.here { color: #714612; }

/*
 *	Boxen 
 */
.frame_round {
	width: 850px;
	background-color: #fff;
}
.frame_inhoud { padding: 20px 40px; text-align: justify;}
.frame_top { background: url('images/round_top.png') top no-repeat; height: 20px;}
.frame_bottom { background: url('images/round_bottom.png') bottom no-repeat; height: 10px;}

/*
 *	Linker en rechterkolom in frame
 */
.links, .links_justified { float: left; width: 450px; text-align: center;}
.links_justified { text-align: justify; }
.rechts, .rechts_justified { float: right; width: 450px; text-align: center;}
.rechts_justified { text-align: justify; }
.clear { clear: both; }

/*
 *	Algemene opmaak
 */
h3 {
 	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
	color: #b0892c;
}

h4 {
 	font-weight: bold;
	font-size: 16px;
	line-height: 50px;
	color: #b0892c;
}

a { color: #714612; text-decoration: none; }
a:hover { text-decoration: underline; }