body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5c6858;
	margin: 0px;
}

#container {
	margin-left:auto;
	margin-right: auto;
	width: 650px;
	position: relative;
}

#topheader {
	position: absolute;
	top: 0px;
	height: 115px;
	width:650px;
}

#balkmenu {
	position: absolute;
	top: 115px;

	width:650px;
}

#menutop {
	position: absolute;
	top: 94px;
	left: 200px;
}

#logo {
	position: absolute;
	top: 3px;
	left: 5px;
}

#middle {

	width: 650px;
	min-height: 600px;
	height: auto;
	z-index: -1;
	background-color: #ffffff;
	background-image:url(http://www.duurzaamfaunaadvies.nl/images/bgmiddle.gif);

}

#middle #content {
	padding-top: 145px;
	padding-left: 170px;
	padding-right: 10px;
}

#leftmenu {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 159px;
	z-index: 50;

}

#leftmenu .item {
	border-bottom: 1px solid #46673c;
	height: 30px;
	padding-top: 11px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #46673c;
	background-image:url(images/paw.gif);
	background-repeat:no-repeat;
	background-position: 5px 8px;
}

#leftmenu .sub {
	color: #46673c;
	background-color: #aabaa5;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	margin: 0px;
}
#leftmenu .sub ul {
	padding:0px;
	margin: 0px;
	list-style-position:outside;
}
#leftmenu .sub li {
	padding:3px;
	padding-left: 5px;
	margin: 0px;
}	

#leftmenu  .sub a {
color: #46673c;
	text-decoration: none;
}

#leftmenu  .item a {
	color: #46673c;	
	text-decoration: none;
}

 #leftmenu  .item a:hover {
	color: #46673c;	
	border-bottom: 1px dotted #46673c;
}