@charset "utf-8";
/* CSS Document */

/*Layout*/
body { background-color:#FFFFFF; color:#000000; line-height:20px;}

h1 		{font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 16px; color: #08732A; font-weight: bold;}
h2 		{font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 16px; color: #4CB233; font-weight: bold;}

body{
	margin: 0px;
	background-color:#FEF5DA;
}
#site{
	position: relative;
	width: 100%;
}
#line1{
	position: absolute;
	top: 74px;
	width: 100%;
	height: 30px;
	background:#FEF5DA url(../images/gras_bg.jpg) left top repeat-x;
	z-index: -3;
}
#line2{
	position: absolute;
	bottom: 81px;
	width: 100%;
	height: 30px;
	background:#FEF5DA url(../images/gras_bg.jpg) left top repeat-x;
	z-index: -3;
}
#content_wrapper{
	z-index: 100;
	width: 1050px;
	height: auto;
	background:transparent url(../images/bg_content.jpg) left top repeat-y;

}
#content_left{
	top:50px;
	z-index: 100;
	padding-bottom:15px;
	width: 700px;
	height:auto !important;
	height: 800px;
	min-height:800px;
	display: block;
	background:transparent url(../images/bg_left.jpg) left top no-repeat;
}
#content_rightTOP{
	position: absolute;
	top: 0px;
	left: 700px;
	bottom: 0px;
	z-index: 100;
	width: 284px;
	display: block;
}
#content_right{
	position: absolute;
	bottom: 0px;
	top: 174px;
	padding-left:30px;
	left: 700px;
	color:#4CB233; font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 12px;
	background:#FEF5DA url(../images/bg_right.jpg) left top repeat-y;	z-index: 100;
	width: 254px;
	display: block;
}

#content_right a		{ color:#08732A; text-decoration:none; text-transform:uppercase; font-size:12px; font-weight:bold; }
#content_right a:hover	{ color: #4CB233;}

#content_rightBOTTOM{
	position: absolute;
	left:700px;
	bottom: 0px;
	z-index: 100;
	width: 284px;
	display: block;
}
#menu		{ margin-left:160px; width:530px; height:75px; color:#FFFFFF; font-family:Geneva, Arial, Helvetica, sans-serif;}
#top_foto	{ margin-left:160px; width:530px; height:130px; color:#FFFFFF; font-family:Geneva, Arial, Helvetica, sans-serif;}
#search		{ position: absolute; left:700px; width:284px; 	top: 124px; height:50px; text-align:center; background:#FEF5DA url(../images/bg_right.jpg) left top repeat-y; z-index:100;}
#content	{ margin-left:180px; width:510px; color:#08732A; font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 12px; z-index: 100;}

#content a		{ text-decoration:none; color:#08732A; font-size:14px; font-weight:bold; }
#content a:hover	{ color: #4CB233;}

#bottom		{ position: absolute; left:160px; bottom:0px; padding-top:5px; width:530px; height:25px; border-top:1px dashed #4CB233; color:#08732A; text-align:center;  font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 12px;}

#nieuwsbrief a { height:82px; width:234px; display:block; background: transparent url(../images/nieuwsbrief_button.jpg) left top no-repeat; margin-bottom:200px; }
#nieuwsbrief a:hover {background-position:left -82px;}


/*Navigation */

	#menu ul					{ list-style:none; text-decoration:none; padding:0; margin:0; }
	#menu li					{ text-decoration:none; float:left;}
	#menu li a				{ display:block; color:#FFF; text-decoration:none; font-family: Geneva, Arial, Helvetica, sans-serif; font-size:12px; font-weight: bold; padding:20px 5px 0 5px; border-top:4px solid #08732A; float:left;}
	#menu li a:hover			{ border-top:4px solid #4CB233 ; color:#FFF; text-decoration:none;}
	#menu li.menu-current a 	{ border-top:4px solid #4CB233 ; color:#FFF; text-decoration:none;}
	
/*Search*/
#search input				{ width:155px; height:13px; border:1px solid #4CB233; color:#333; font-size:11px; letter-spacing:1px; padding:3px;}
#search .search-button 		{ width:55px; height:21px; color:#FFF; background:#4CB233; padding-top:1px !important; padding-top:2px;}
#search .search-button:hover{ cursor:pointer; text-decoration:underline;}
