/* Algemene waardes */
html, body {
	margin:0;
	padding:0;
	background: url(images/bg.png) repeat-x #fff;
	font-family: Trebuchet MS;
	font-size:12px;
	height:100%;
	color:#20460c;
}
div#container {
	margin: 0 auto;
	width:938px;
	padding:0 15px;
	background: url(images/container_bg.png) top no-repeat #fff;	
	min-height:100%;
	height: auto !important;
	height:100%;
}
div#container_inner {
	width:932px;
	margin:0 auto;
}
.fixfloat {
	margin:0;
	padding:0;
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
a img {border:0;}
/* /Algemene waardes */
/* Header */
div#header {
	width:938px;
	height:166px;
	background: url(images/header.png);
}
div#header_top {
	width:938px;
	height:129px;
}
div#header_left {
	float:left;
	padding:25px 0 0 13px;
}
div#header_left img {float:left;}
div#header_right {
	float:right;
	width:500px;
	padding:25px 14px 0 0;
}
div#login {
	width:475px;
	height:17px;
	color:#20460c;
	padding:0 0 0 25px;
}
div#banner {
	width:500px;
	padding:13px 0 0 0;
	text-align:center;
}
.input {
	width:112px;
	height:14px;
	border:1px solid #dbdfe6;
	float:left;
	padding:0;
	margin:0 5px 0 4px;
	font-size:11px;
	padding:1px 0 0 1px;
}
#button {float:left;}
div#menu {
	width:935px;
	height:37px;
	padding:0 0 0 3px;
}
div#login div {float:left;}
div#menu ul {margin:0; padding:0; list-style-type:none;}
div#menu ul li {margin:0; padding:0; width:140px; height:37px; background: url(images/menu_item.png); float:left;}
div#menu ul li a {
	text-decoration:none;
	color:#20460c;
	font-family:Myriad Pro;
	font-size:18px;
	display:block;
	text-align:center;
	width:140px;
	height:30px;
	padding:7px 0 0 0;
	text-transform:uppercase;
}
/* /Header */
/* Add */
div#add {
	width:932px;
	height:87px;
	padding:3px 0 0 0;
}
/* /Add */
/* Content */
div#content {
	width:932px;
	padding:13px 0 0 0;
}
div#left {
	width:223px;
	float:left;
}
div#right {
	width:696px;
	float:right;
}
div.content_top {
	width:696px;
	height:9px;
	overflow:hidden;
	background: url(images/content_top.png);
}
div.content_cont {
	width:666px;
	padding:0 15px 0 15px;
	background: url(images/content_bg.png);
}
div.content_cont p {
	margin:0;
	padding:6px 0;
}
div.content_cont p.center {text-align:center;}
div.content_foot {
	width:696px;
	height:9px;
	overflow:hidden;
	margin:0 0 13px 0;
	background: url(images/content_foot.png);
}
div.menu_kop {
	width:213px;
	height:31px;
	font-family:Myriad Pro;
	font-size:18px;
	color:#20460c;
	font-style:italic;
	padding:5px 0 0 10px;
	background: url(images/menu_kop.png);
}
div.menu_cont {
	width:203px;
	padding:7px 10px 4px 10px;
	margin:0 0 13px 0;
	background: url(images/menu_foot.png) bottom no-repeat #b5d7aa;
}
div.menu_cont ul {margin:0; list-style-type:none; padding:0;}
div.menu_cont ul li {
	margin:0;
	padding:0;
	height:20px;
	width:203px;
	background: url(images/bol.png) 0 1px no-repeat;
}
div.menu_cont ul li a {
	display:block;
	width:183px;
	padding:0 0 0 20px;
	text-decoration:none;
	color:#20460c;
}
div.menu_cont ul li a:hover {font-weight:bold; text-decoration:underline;}
/* /Content */
/* Footer */
div#footer {
	width:932px;
	height:30px;
	background: url(images/footer.png);
	color:#3b3506;
	text-align:center;
	padding:12px 0 0 0;
}
div#footer a {font-weight:bold; color:#3b3506; text-decoration:none;}
div#footer a:hover {text-decoration:underline;}
/* /Footer */
/* Tekst Opmaak */
h1 {
	margin:0;
	padding:0 0 5px 0;
	font-size:18px;
	font-family:arial;
	font-weight:bold;
	color:#20460c;
	background: url(images/title_bg.png) bottom repeat-x;
}
/* /Tekst Opmaak */

