body {
margin : 0;
padding : 0;
background-color : rgb(233, 231, 193);
background-image: url(ag.jpg);
}
* {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : rgb(107, 111, 76);
}
h1 {
	font-size : 15pt;
	font-weight : 400;
}
img {
	border : 1px none rgb(153, 175, 120);
	margin : 0px;
	padding : 0px;
}
.agenda {
font-size : 14px;
}
.menu {
width: 950px;
height: 186px;
margin: 0 auto;
background-image : url(menu.jpg);
}
.menu-items {
width: 380px;
height: 150px;
text-align : left;
margin: 0 auto;
}
.footer {
width: 950px;
height: 167px;
margin: 0 auto;
background-image : url(footer.jpg);
}
.logo {
width: 950px;
height: 201px;
margin: 0 auto;
background-image : url(kop.jpg);
}
.tekst {
width: 950px;
margin: 0 auto;
background-repeat: repeat-y;
background-image : url(inhoud.jpg);
}
.content {
width:400px;
margin: 0 auto;
text-align : left;
}
.menu a:link {
	background-color : transparent;
	color : #886B20;
	font-weight : normal;
	font-size: 14px;
	text-decoration: none;	
}
.menu a:visited {
	background-color : transparent;
	color : #886B20;
	text-decoration : none;
	font-weight : normal;
	font-size: 14px;
}
.menu a:hover {
	background-color : #E9E7C1;
	background-image : none;
	
	text-decoration : none;
	font-weight : bold;
	font-size: 14px;
}
.menu a:active {
background-color : transparent;
color : rgb(113, 117, 80);
text-decoration : none;
font-weight : normal;
}
a:link {
background-color : transparent;
color : rgb(71, 87, 71);
text-decoration : underline;
font-weight : normal;
}
a:visited {
	background-color : transparent;
	color : rgb(71, 87, 71);
	text-decoration : none;
	font-weight : normal;
}
a:hover {
	color : rgb(80, 92, 68);
	text-decoration : none;
	font-weight : normal;
}
a:active {
background-color : transparent;
color : rgb(81, 126, 91);
text-decoration : none;
font-weight : normal;
}
.nadruk {
	color: #BD7775;
}
.kopje {
	font-size: 17px;
	font-weight: normal;
	color: #64643C;
}

