html, body
{
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 12px;
	background: #3F2D21;
	height: 100%;
}
.container
{
	width: 921px;
	min-height: 100%;
	background: url('../img/repeater.jpg') repeat-y;
	margin: 0 auto;
	padding-left: 60px;

}
.header
{
	width: 860px;
	height: 143px;
	background: url('../img/banner.jpg');
	margin-bottom: 4px;
}
.menu
{
	height: 36px;
	width: 860px;
	background: url('../img/menubg.jpg') repeat-x
}
.menu img
{
	border: 0px;	
}
.menuline
{	
	margin:0px;
	padding:0px;
	width:2px;
	height:32px;
	background-color:#90a03b;
}
.div_menu_bold
{		
	width:665px;
	height:36px;	
	background-image:url(../img/bgmenubold.jpg);
	background-repeat:repeat-x;	
}
.menu a
{
	COLOR: #ffffff; 
	TEXT-DECORATION: none; 
	font-weight:bold;
}
.menu a:hover 
{
	COLOR:  #525251; TEXT-DECORATION:none;
	font-weight:bold;
}
.content
{
	width: 860px;	
	background: url('../img/watermerk.jpg') no-repeat;
	min-height: 600px;
	padding-top: 20px;
	overflow: auto;
	padding-bottom: 61px;
	color: #392821;
}
.content_left
{
	width: 585px;
	float: left;
	padding-right: 40px;	
	margin-left: 40px;	
}
.content_left h1
{
	font-size: 16px;
	color: #392818;		
}
.content_right
{
	width: 190px;
	float: right;
	text-align: center;
	color: #94A639;
}
.content_right img
{
	border: 5px solid #C6CF9C;
}
.footer
{
	margin: 0 auto;
	background: url('../img/onderbalk.jpg');
	height: 61px;
	width: 861px;
	margin-top: -61px;	
	position: relative;
}
.row1
{
	border-bottom: 1px solid #94A639;
}
.row2
{
	border-bottom: 1px solid #94A639;	
}
.content_left input
{
	width: 90%;
	border: 1px solid #8C9E39;
	padding: 4px;	
}
.content_left input.radio
{
	width: 20px;	
}
.content_left select
{
	width: 90%;
	border: 1px solid #8C9E39;
	padding: 4px;	
}
.content_left textarea
{
	width: 90%;
	border: 1px solid #8C9E39;
	padding: 4px;	
}
.content_left .button
{
	width: 90%;
	border: 1px solid #8C9E39;
	padding: 4px;	
	margin: 0px;
	background: #8C9E39;	
	color: #fff;
	font-weight: bold;	
}
.content_left a
{
	color: #392818;
	text-decoration: underline;
}
.content_left #faq a
{
	text-decoration: none;	
}
.content_left a:hover
{
	text-decoration: underline;	
}
a.active
{
	color: #525251;
	text-decoration: none;
	font-weight: bold;	
}