#body	{
	font-family:	Arial, Helvetica, sans-serif;
}

#sitecontainer	{
	position:		    absolute;
	top:0px;
	width:			    869px;
	min-height:		        100%;
	height:auto;
	left:				50%;
	margin-left:		-435px;		
	background-color:  #EEF6E7;
}

#head	{
	background:			url(../img/header_center.jpg);
	background-repeat:  no-repeat;
	background-position: 12px top;
	width:				869px;
	height:				141px;
	margin-top:			20px;	
}

#head_left
{
	float:left;
	width:12px;
	height:141px;
	background:			url(../img/header_left.gif); 
	background-repeat:no-repeat;
	margin-right:0px;
	padding-right:0px;			
}

#head_right
{
	float:right;
	width:13px;
	height:141px;
	background:			url(../img/header_right.gif);  
	background-repeat:no-repeat;
		
}



#main	{
	width:	            690px; /* 699*/
	min-height:			445px;
	height: auto;
	float:left;	
}

#ie7bug /* Faulty IE7 behaviour: IE7 adds up padding to the elements width in a floating layout, causing the layout to collapse */
{
	width:auto;
	height:auto;
	padding: 0px 10px 10px 10px;	
}

#menu	{
	width:				170px;
	height:				321px;
	/*background:			url(../img/menu.jpg); */
	float:	            left;	
}

#menu_middle	{
	width:				166px;
	min-height:			300px;
	height:			    auto;
	border-left: 2px solid #71490C;
	border-right: 2px solid #71490C;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#9ECC81', gradientType='0');
	background:url(../img/menugradient.png);
	background-repeat:  no-repeat;
	background-color	: #fff;
	float:	            left;
	font-family:	Arial, Helvetica, sans-serif;	
}


#menu_top {
	width: 170px;
	height:10px;
	background:url(../img/menu_top.gif);
	background-repeat:  no-repeat;
}

#menu_bottom {
	width: 170px;
	height: 11px;
	background: url(../img/menu_bottom.gif);
	background-repeat:  no-repeat;
	float:left;
}


#knoppen	{
	font-family: 		Arial, "Gill Sans MT";
	width:				160px;
	height:				380px;
	margin-left:		3px;
	margin-top:			23px;
	border:				0px solid #000000;
}

#main, #main table
{
	font-family: 			Arial, "Gill Sans MT";
	font-size: 				12px;
}

#main h1, #main table h1 {
	font-family: 			Arial, "Gill Sans MT";
	font-size: 				16px;
	margin-top:0px;
	color:					#804000;
}

#main a {
	color: #804000;
}

.frm_button
{
	background-color:#8EC36B;
	color: #000;
	border: 0px solid #000;
	cursor:pointer;
}

.errortext
{
	margin-top:3px;
	font-style:italic;
	margin-bottom:3px;
}

.print_friendly
{
  float:right;
  height: 15px;
}

.print_friendly_icon
{
padding-right:3px;
float:left;
height: 15px;
}

.print_friendly_text
{
float:left;
height: 15px;
line-height:15px;
}

		/*menu*/
		

