body{
	background-color: #f1fdea;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a{
	text-decoration: none;
	border-bottom: 1px dotted #669900
}
a:hover{
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

#mainContainer{
	width: 680px;
	text-align: left;
	background-color: #f1fdea; 
	margin: 0 auto 0;
	position: relative;
}

#header{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	height: 70px;
	background-image: url(../beelden/header.gif);
}

#content{
	width:10px;
	margin: 10px 0 0 0;
	border-left: 234px solid #87bb6b;
	border-right: 436px solid #a1ba93;
	float:left;
}

#leftContent{
	width: 224px;
	background-color: #87bb6b;
	background-image: url(../beelden/programma_header.gif);
	background-repeat: no-repeat;
	color: #477636;
	margin-left: -234px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	position: relative;
	float: left;
}

#centerContent{
	float: left;
	width: 10px;
	margin-right: -10px;
}

#rightContent{
	width: 426px;
	background-color: #a1ba93;
	background-repeat: no-repeat;
	margin-right: -436px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	position: relative;
	float: right;
	color: #4f6a46;
}


#leftContent #content_header{
	background-image: url(../beelden/content_header_programma.gif);
	height: 21px;
	padding: 0 0 5px 0;
}
#leftContent #content_header h1{
	display: none;
}

#rightContent a, #leftContent a{
	color: #4f6a46;
}
#rightContent #content_header{
	height: 21px;
	padding: 0 0 5px 0;
}
#rightContent #content_header h1{
	display: none;
}
#b_home #rightContent{
	background-image: url(../beelden/logo_volkstuin.jpg);
	background-position: bottom right;
}
#b_krantenknipsel #rightContent{
	text-align: center;
}
#b_home #rightContent #content_header{
	background-image: url(../beelden/content_header_home.gif);
}
#b_volkstuin #rightContent #content_header{
	background-image: url(../beelden/content_header_volkstuin.gif);
}
#b_hoekjegrond #rightContent #content_header{
	background-image: url(../beelden/content_header_hoekjegrond.gif);
}
#b_bestuur #rightContent #content_header{
	background-image: url(../beelden/content_header_bestuur.gif);
}
#b_krantenknipsel #rightContent #content_header{
	background-image: url(../beelden/content_header_krantenknipsel.gif);
}
#b_links #rightContent #content_header{
	background-image: url(../beelden/content_header_links.gif);
}
#b_extra_info #rightContent #content_header{
	background-image: url(../beelden/content_header_extra_info.gif);
}

#footer{
	width: 680px;
	background-color: #d0dcc9;
	float: left;
	margin: 10px 0 10px 0;
	text-align: center;
	font-size: 11px;
	color: #505050;
	padding: 10px 0 10px 0;
}

#footer a{
	color: #505050;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

li{
	list-style: disc;
}


/* -------------------- OPMAAK MENU -------------------- */
#menu {
	width: 680px;
	margin: 10px 0 0 0;
	height: 70px;
}

#menu a{
	height: 70px;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9000px;
	border-bottom: 0px;
}

.invisible{
	display: none;
}
/* ------------------------------------------------------ */

/* --------------------- HOVER MENU --------------------- */
#menu a#home{
	background-image: url(../beelden/btn_home.gif);
	width: 81px;
}
#menu a#home:hover{
	background-position: 0 -70px;
}

#menu a#volkstuin{
	background-image: url(../beelden/btn_volkstuin.gif);
	width: 130px;
}
#menu a#volkstuin:hover{
	background-position: 0 -70px;
}

#menu a#hoekjegrond{
	background-image: url(../beelden/btn_hoekjegrond.gif);
	width: 150px;
}
#menu a#hoekjegrond:hover{
	background-position: 0 -70px;
}

#menu a#bestuur{
	background-image: url(../beelden/btn_bestuur.gif);
	width: 91px;
}
#menu a#bestuur:hover{
	background-position: 0 -70px;
}

#menu a#krantenknipsel{
	background-image: url(../beelden/btn_krantenknipsel.gif);
	width: 147px;
}
#menu a#krantenknipsel:hover{
	background-position: 0 -70px;
}
#menu a#links{
	background-image: url(../beelden/btn_links.gif);
	width: 81px;
}
#menu a#links:hover{
	background-position: 0 -70px;
}
/* ------------------------------------------------------ */

/* --------------------- ACTIVE MENU -------------------- */
#b_home #menu a#home{
	background-position: 0 -70px;
}
#b_volkstuin #menu a#volkstuin{
	background-position: 0 -70px;
}
#b_hoekjegrond #menu a#hoekjegrond{
	background-position: 0 -70px;
}
#b_bestuur #menu a#bestuur {
	background-position: 0 -70px;
}
#b_krantenknipsel #menu a#krantenknipsel{
	background-position: 0 -70px;
}
#b_links #menu a#links{
	background-position: 0 -70px;
}
/* ------------------------------------------------------ */
