/*---------------------------Algemene deel----------------------------*/

a	{
color: #839885;
text-decoration: none;

}

a:hover	{
color: #09300f;

}
body {
	background: #fff url(../afbeeldingen/achtergrond.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial;
} 
#layout {
	margin: 0 auto;
	width: 760px;
	background: url(../afbeeldingen/achtergrondLayout.jpg) repeat-y 39px 0;

}
#layout_container {
	background: url(../afbeeldingen/layout.jpg) no-repeat 39px 100%;
	padding-bottom: 120px;
}
/*---------------------------Einde algemene deel----------------------------*/

/*---------------------------Header en knoppen----------------------------*/
#header {
	background-image: url(../afbeeldingen/header.jpg);
	height: 250px;
}
#header h1 {
	display: none;
}
#topmenu {
	background-image: url(../afbeeldingen/topmenu.jpg);
	height: 68px;
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
	text-align: left;
}
#topmenu ul {
	margin: 0 0 0 70px;
	padding: 0;
	list-style: none;
}
#topmenu ul li {
	margin: 1px 0 0 0;
	padding: 0;
	float: left;
	width: 70px;
	height: 23px;
	border-bottom: solid 1px black;
}
#topmenu ul li.active {
	margin: 1px 0 0 0;
	padding: 0;
	float: left;
	width: 70px;
	height: 23px;
	border-bottom: solid 0px black;
}
#topmenu ul li a {
	color: #003b08;
	text-decoration: none;
	display: block;
	padding-left: 6px;
	border-left: 1px solid #92c091;
	border-right: 1px solid #cbf4ca;
}

#topmenu ul li a.active {
	color: #fdd901;
		
}
#topmenu ul li a:hover {
	color: #fdd901;
	background: url(../afbeeldingen/topmenu_dots.jpg) no-repeat 1px 2px;
	}
#navigatie	{
	text-align: left;
	font-size: 13px;
	color: #003b08;
	font-weight: bold;
	position: relative;
	left: 60px;
	top: -42px;
	text-decoration: none;
	font-size: 13px;
	color: #003b08;
}
#navigatie a{
	color: #003b08;
	text-decoration: none;
}
#navigatie a:hover {
	color: #fdd901;
}

/*---------------------------Einde header en knoppen----------------------------*/
/*---------------------------------------------------------------------*/	

#content1 {
	text-align: left;
	margin: 0 89px;
	padding: 0 20px;
	font-size: 13px;
	color: #003b08;
	background: url(../afbeeldingen/content.jpg) repeat-y;
}
#content1 h2 {
	background: #fdfffd url(../afbeeldingen/content_h2.gif) no-repeat;
	padding-left: 80px;
	overflow: hidden;
	font-size: 16px;
	margin: 0 -20px;
	height: 30px;
	line-height: 33px;;
}
#content_footer1 {
	height: 19px;
	background: #f2fcf0 url(../afbeeldingen/content_footer.gif) no-repeat;
	margin: 0 -20px;
}
/*---------------------------------------------------------------------*/	
#content2 {
	text-align: left;
	margin: 0 89px;
	padding: 0 20px;
	font-size: 13px;
	color: #003b08;
	background: url(../afbeeldingen/content.jpg) repeat-y;
}
#content2 h2 {
	background: #edfbea url(../afbeeldingen/content_h2.gif) no-repeat;
	padding-left: 80px;
	overflow: hidden;
	font-size: 16px;
	margin: 0 -20px;
	height: 30px;
	line-height: 33px;;
}
#content_footer2 {
	height: 19px;
	background: #f5fdf4 url(../afbeeldingen/content_footer.gif) no-repeat;
	margin: 0 -20px;
}
/*---------------------------------------------------------------------*/	
#content3 {
	text-align: left;
	margin: 0 89px;
	padding: 0 20px;
	font-size: 13px;
	color: #003b08;
	background: url(../afbeeldingen/content.jpg) repeat-y;
}
#content3 h2 {
	background: #edfbea url(../afbeeldingen/content_h2.gif) no-repeat;
	padding-left: 80px;
	overflow: hidden;
	font-size: 16px;
	margin: 0 -20px;
	height: 30px;
	line-height: 33px;;
}
#content_footer3 {
	height: 19px;
	background: #dbf6d5 url(../afbeeldingen/content_footer.gif) no-repeat;
	margin: 0 -20px;
}
/*---------------------------------------------------------------------*/

