body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	margin: 0px;
	padding: 0px;
	background-color:#b2b99a;
 
}

.container{
	width:970px;
	height:700px;
	margin: 0 auto;
	margin-top:20px;
	padding:0px;
	text-align:left;
	border:1px solid #788C51;
	
}

.container2{
	width:970px;
	margin: 0 auto;
	margin-top:20px;
	border:2px solid #788C51;
	border-left:20px solid #636B38;
	background-color:#fff;
}

.container3{
	width:1000px;
	margin: 0 auto;
	margin-top:20px;
	border:2px solid #788C51;
	border-left:20px solid #636B38;
	background-color:#fff;
}


.menu{
	float:left;
	width:180px;
	padding-left:20px;
	padding-top:20px;
	
}

.menu ul{
list-style-type:none;
list-style-image:URL('images/blokje.jpg');
padding: 0px;
margin:0px;
margin-left:5px;
}

.menu ul li{
	margin-bottom:5px;
}

.menu a:link,
.menu a:visited{
	color:#b0aeb1 !important;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
}





.inhoud{
	float:left;
	width:730px;
	border-top:30px solid #636B38;
	border-left:20px solid #636B38;
	padding:10px;
	background-image:URL('images/blad.jpg');
	background-repeat:no-repeat;
	background-position: top right;
	font-size:12px;
	padding-top:100px;

}

.inhoud3{
	width:1000px;
	padding:0px;
	font-size:12px;
	position:relative;
}


.inhoud img{
	border-style:none;
}
.clear{
	clear:both;
}

input, select{
	font-size:10px;
	font-family:verdana;
}

h1{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	
}

.button{
	background-color:#796984;
	padding:5px;
	text-align:center;
	color:#fff;
	border:1px solid #fff;
	font-weight:bold;
	margin-top:5px;
	width:100px;
	
}

.button a:link,
.button a:visited{
	color:#fff;
	text-decoration:none;
}

.stoeltd{
	background-color:#B2B998;
	color:#fff;
	font-weight:bold;
	
}

.footer{
	width:970px;
	margin:0 auto;
	text-align:right;
}


.menuke{
	margin-left:-20px;
	z-index:50000;
	position:relative;
}

.menuke ul{
list-style-type:none !important;
padding: 0px;
margin: 0px;
margin-left:25px;
}



/* style, color and size links and headings to suit */
.menuke a {
display: block;
}

.menuke ul li ul { /* remove bullets and list indents */
margin: 0;
padding: 0;
width:160px; /* set width of menu */
list-style-type:none;
list-style-image:URL('images/blokje.jpg');


}

.menuke ul li ul li { /* remove bullets and list indents */
padding-bottom:5px;
padding-left:2px;

}

.menuke ul li ul li ul { /* remove bullets and list indents */
margin: 0;
padding: 0;
width:160px; /* set width of menu */
list-style-type:none !important;
list-style-image:none !important;
z-index:10000 !important;
}

.menuke h2 {
color: #fff;
text-transform: uppercase;
}

.menuke ul li ul li a {
	color:#b0aeb1 !important;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
}

.menuke ul li ul li a:hover{
	color:#515151;
	/*
	background-image:URL('images/blokje.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	*/
	padding-right:20px;
}

.menuke ul li ul li ul li{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#6F6B76;
	z-index:10000 !important;
	margin-bottom:-5px !important;

}

.menuke ul li ul li ul li a:link,
.menuke ul li ul li ul li a:visited{
color: #fff;
font-size:11px;
text-transform:none;
}

.menuke ul li ul li ul li a:hover{
color: #fff;
background-image:none !important;
}


.menuke li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

.menuke ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div.menuke ul ul ul,
div.menuke ul ul li:hover ul ul
{display: none;}

div.menuke ul ul li:hover ul,
div.menuke ul ul ul li:hover ul
{display: block;}

#filterke{
width:180px;
margin-left:-10px;
}