a:link.menu {
	color: #2C4A00;
	text-decoration: none;
	font-size : large;
	font-weight: bold;
}

a:visited.menu {
	background-color: transparent;
	color: #2C4A00;
	text-decoration: none;
	font-size : large;
	font-weight: bold;
}

a:hover.menu {
	color: #2C4A00;
	text-decoration: none;
	font-weight: bold;
	font-size : large;
}

a:link.links {
	color: Black;
	text-decoration: none;
}

a:visited.links {
	color: Black;
	text-decoration: none;
}

a:hover.links {
	color: #2C4A00;
	text-decoration: none;
	font-weight: bold;
	font-size : large;
}


body {
	background-color : #EBFFD7;
}

div#container {
	width : 800px;
	margin : 0px auto;
	background : transparent;
	background-image : url(images/achtergrond.jpg);
	height : 100%;
}

img.gallerij {
	border: solid 5px;
	border-color : #DDFFAC;
}

table.header {
	width : 800px;
	margin : 0px auto;
}

table.inhoud {
	width : 800px;
	font-family : calibri, arial;
}

tr.header {
	height : 100px;
	background-image : url(images/banner.jpg); 
}

td.menu {
	text-align : center;
	width : 200px;
	font-style : italic;
	font-size : medium;
	height : 25px;
	background-color : #DDFFAC;
	font-family : Calibri;
}

td:hover.menu {
	background-color : #BDFF5B;
	height: 25px;
}

td.foto1 {
	text-align : left;
	vertical-align : top;
}

td.foto2 {
	text-align : right;
	vertical-align : top;
}

td.inhoud {
	padding-top : 20px;
	vertical-align: top;
	width : 400px;
	height : 200px;
}



