/* CSS Document */
/* algemene */
html,body {
	height:100%;
	width:100%;
	color: #3b302f;
	background: #322826;
	margin: 0px;
	padding:0px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:11px;
	line-height:14px;
}
#horiz {
	background-color: #b69466;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -220px;
	height: 440px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#vert {
	background: #a0a740;
	position: absolute;
	left: 50%;
	top: 0px;
	height: 50%;
	margin-left: -400px;
	width: 215px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 600px;
	margin-top: -300px;
	width:800px;
	margin-left: -400px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#header {
	width:585px;
	height:44px;
	text-align:center;
	margin-left: 215px;
	padding: 36px 0 0 0;
}
#content {
	width:800px;
	height:440px;
	}
#left {
	width:215px;
	float:left;
	overflow:hidden;
	height:440px;
}
#mid {
	width:305px;
	height:377px;
	background-color: #e5d8c8;
	float:left;
	overflow:auto;
	padding:43px 20px 20px 20px;
}
#lijst {
	width:545px;
	height:377px;
	background-color: #e5d8c8;
	float:left;
	overflow:auto;
	padding:43px 20px 20px 20px;
}
#right {
	width:240px;
	height:397px;
	float:left;
	padding:43px 0 0 0;
	margin:0;
	overflow:hidden;
}
#footer {
	width:800px;
	height:20px;
	padding:40px 0 0 10px;
}

/*menu*/
#menu {
	list-style: none;
	padding:0px;
	margin:0px;
}
#menu li {
	padding:5px 0 5px 0;
	margin:0;
}
#menu ul {
	list-style: none;
	padding:0px;
	margin:0px;
}
#menu li li {
	padding:5px 5px 5px 10px;
	margin:0;
	background: #a0a740;
	border-bottom: #b69466 solid 3px;
}

/*links*/
a:link {
	color:#3b302f;
	text-decoration:underline;
}
a:visited {
	color:#3b302f;
	text-decoration:underline;
}
a:hover {
	color:#b69466;
	text-decoration:underline;
}
a:active {
	color:#3b302f;
	text-decoration:underline;
}
#menukeuze {
	color:#e5d8c8;
}
#limenukeuze {
	color:#e5d8c8;
}
a.menulink:link {
	color:#3b302f;
	text-decoration:none;
}
a.menulink:visited {
	color:#3b302f;
	text-decoration:none;
}
a.menulink:hover {
	color:#b0dbf2;
	text-decoration:none;
}
a.menulink:active {
	color:#3b302f;
	text-decoration:none;
}
a.menulilink:link {
	color:#fff;
	text-decoration:none;
}
a.menulilink:visited {
	color:#fff;
	text-decoration:none;
}
a.menulilink:hover {
	color:#e5d8c8;
	text-decoration:none;
}
a.menulilink:active {
	color:#fff;
	text-decoration:none;
}
/*content*/
p {
	padding:0px;
	margin:0px;
}
#image {
	padding:0 0 20px 0;
	margin:0;
}
