body{
	background-image: url(img/page-bg.gif);
	background-repeat: repeat-x;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#content{
	color: #666E76;
}

/* CONTENT */

H1,H2,H3,H4,H5,H6{
	color: #034701;
}

H2{
	margin-top: 0.4em;
	margin-left: -7px;
	padding-left: 7px;
	font-family: "Trebuchet MS","Arial Rounded MT Bold","Berlin Sans FB","Arial Black","MS Sans Serif", Geneva, sans-serif;
	border-bottom: 1px solid;
	font-size: 2.3em;
	font-weight: normal;
}

H3{
	text-transform: uppercase;
	font-size: 0.9em;
	/*font-weight: bold;*/
	margin: 1.2em 0px 0.3em 0px;
	letter-spacing: 1px;
}
P{
	line-height: 140%;
	margin: 0.7em 0em;
}
A{
	color: #395D0D;
}
A:hover{
	text-decoration: none;
}

#bottom-finish{
	height: 120px;
	top: 370px;
	width: 100%;
	background-color: #99de22; 
	background-image: url(img/bottom-finish.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#topmenu{
	background-color: #395D0D;
	background-image: url(img/topmenu.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS","Arial Rounded MT Bold","Berlin Sans FB","Arial Black","MS Sans Serif", Geneva, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.5px;
}

#topmenu ul{
	background-image: url(img/round5.gif);
	background-repeat: no-repeat;
}
	
#topmenu a{
	color: #91CE3F;
}
#topmenu a:hover{
	color: #E2FDB0;
}

#logo-section-positioner{
	background-color: #99de22; 
	background-image: url(img/logo-bg.gif);
	background-repeat: repeat-x;
	border-top: solid 3px #88CB35; 
}
#logo{
	height: 65px;
}
#backgroundbar{
	background-color: #85921E;
	background-image: url(../images/werkplaats.jpg);
	height: 370px;
}

#mainmenu{
	background: #FBFFF6;
	filter: alpha(opacity=85);
	opacity: 0.85;
	border: 2px solid #55541B;
	border-top: none;
	border-bottom: none;
}

#mainmenu ul{
	margin: 0px;
	padding: 3px;
	list-style: none;
	
	background-position: bottom center;
	background-image: url(img/menu_spacer.png);
	background-repeat: no-repeat;
	
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#mainmenu li{
	width: 100%;
	padding: 0.4em 0px;
}
#mainmenu a{
	width: 100%;
	font-family: "Trebuchet MS","Arial Rounded MT Bold","Berlin Sans FB","Arial Black","MS Sans Serif", Geneva, sans-serif;
	font-size: 1.4em;
	color: #8E8E8E;
	text-decoration: none;
}
/* linkinstellingen voor Firefox */
#mainmenu li:hover{
	background-color: #EAEAEA;
}
#mainmenu li:hover a{
	color: #727272;
}
/* linkinstellingen voor IE - wordt ook gezien door Firefox */
#mainmenu li a:hover{
	background-color: #EAEAEA;
	color: #727272;
}
/*a.mainmenu_active{
	color: #8E8E8E;
	padding: 0px 0.7em;
}*/
	
	
#content{
	background-color: #F5F5F5;
	border: 2px solid #6BA01D;
	border-left: none;
	border-right: none;
}

#footer{
	text-align:  right;
}
#footer a{
	font-size: 0.8em;
	color: #8E8E8E;
}


