/*            Breedte website --> 783 px								   */

/*-------------------------------------------------------------------------*/
/*------------------ ALGEMENE OMAAKT OVERAL TOEGEPAST ---------------------*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
}
.link_groen{color:#225103}
.link_wit{color:#ffffff; text-decoration:none;}

/*-------------------------------------------------------------------------*/
/*----------------------- OMAAKT BANNER EN MENU ---------------------------*/
.top{									/* Geheel van de banner en menu */
	position:absolute;
	width:897px;
	left:50%;
	margin-left:-446px;
	margin-top:-8px;
	z-index:10;
}
.banner{								/* Enkel een DIV met daarin de bannerafbeelding...*/
	z-index:1;
}
.navigatie{								/* DIV met daarin het menu*/
	width:873px;
	height:28px;
	background-color:#225103;
	margin-top:-50px;
	margin-left:11px;
	z-index:3;
	position:absolute;
}


/*-------------------------------------------------------------------------*/
/*------------ OPMAAK CONTENT SITE --> LINKS, RECHTS --------------------- */	
.content{								/* Geheel van content en bottom */
	position:			absolute;
	width:				873px;
	left:				50%;
	margin-left:		-435px;
	margin-top:			158px;
	background-color:	#FFFFFF;
	z-index:			2;
}
.content_detail{						/* Opmaak en positie van enkel de content */
	width:				823px;
	margin-left:		25px;
}
.content_title_large{
	height:				20px;
	color:				#225103;
	font-style:			italic;
	font-weight:		bold;
	font-size:			14px;
	margin-bottom:		10px;
	margin-left:		20px;
	background-image:	url(../images/bar_large.png);
	background-repeat:	no-repeat;
	background-position:bottom left;
}
.content_title_small{
	height:				20px;
	color:				#225103;
	font-style:			italic;
	font-weight:		bold;
	font-size:			12px;
	margin-bottom:		10px;
	margin-left:		20px;
	background-image:	url(../images/bar_small.png);
	background-repeat:	no-repeat;
	background-position:bottom left;
}
.content_text{
	margin-left:		20px;
	margin-top:			10px;
	margin-right:		20px;
}

/*-------------------------------------------------------------------------*/
/*------------------------------ OPMAAK FOOTER ----------------------------*/
.bottom{
	background-image:	url(../images/footer.png);
	background-repeat:	no-repeat;
	position:			relative;
	float:				left;
	width:				873px;
	text-align:			center;
	color:				#225103;
	margin-top:			25px;
}