html,body
{
	text-align:center;
    vertical-align:middle;
    padding: 0;
    color: #000;
    margin:0px;
    background-color: #000000; 
	behavior: url('csshover.htc');
	scrollbar-face-color: #efe3b1;
	scrollbar-shadow-color: #517337;
	scrollbar-highlight-color: #447237;
	scrollbar-3dlight-color: #447237;
	scrollbar-darkshadow-color: #517337;
	scrollbar-track-color: #517337;
	scrollbar-arrow-color: #517337;
}
body
{
	overflow:auto;
}
a:link,a:visited,a:hover,a:active
{
	color: #000000;
	text-decoration: none;
}
h2
{
	font-size:20px;
	color:#517337; 	
}

font {
	font-size:16px;
}

.groen
{
	color:#517337;
	font-weight:bold; 	
}
.groen2
{
	color:#517337; 	
}
.scroll
{
	height:100%;
	width:100%;
	overflow-y:auto;
	/*overflow-x:none;*/
	background-color:#efe3b1;
	padding-right:3px;
	padding-top:10px;
	padding-left:10px;
}
#placeholder
{
	background-color:#efe3b1;
	valign:center;
	width:1000px;
}
#footer
{
	valign:bottom;
	background-color:#517337;
	height:54px;
	width:1000px;	
}
.h2
{
	font-size:20px;
}

/*menu*/
#menu a 
{
	text-decoration: none;
	color: #517337;
	width:100%;
	display:block;
}
#menu a:hover 
{
	color:  white;
	width:100%;
}
#menu ul ,#menu  li 
{
	margin:  0;
	padding:  0;
	display:  block;
	list-style: none;
}
#menu ul 
{
	width: 170px;
	padding: 5px;
	background: #efe3b1;    
}
#menu li
{
	position:  relative;
	padding: 4px;
	border:  1px solid #efe3b1;
	border-right: 5px solid #517337;
	z-index:  9;
	font-size: 14px;
	font-weight:  bold;
	color: #517337;
}
#menu li:hover 
{
	border : 1px solid #efe3b1;
	z-index : 15;
	color:  white;
	border-right: 5px solid #efe3b1;
}
#menu ul ul 
{
	position : absolute;
	display : none;
	right : -150px;
	top : 0px;
	border: 1px solid white;
}
#menu li:hover ul ul 
{
	display : none;
}
#menu li:hover ul ,#menu  li:hover li:hover ul 
{
	display : none;
}
/*menu einde*/