/* CSS Document */
body {
	background-position: right top;
	background-attachment: fixed;
	background-image: url(../beeld/img001V250.png);
	font-family: arial, helvetica, sans-serif;
	text-align: right;
	background-repeat: repeat-y;
}

/* weergave van het menu  */
a.menulink {
display: block; /* voor een horizontaal menu: display: inline; */
width: 150px;
text-align: right;
padding: 4pt;
text-decoration: none;
color: black;
border: solid 0px #000000;
background-color: transparent;
}
/* weergave menu bij een  mouseover */
a.menulink:hover {
	background-color: #E5E5E5;
	text-decoration: bold;
	color: blue;
}

