table {
	background-attachment: fixed;
	background-image: url(images/bg2_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	border: thin solid #4D5A6A;
}
body {
	background-color: #999999;
	margin: 0px;
	scrollbar-base-color:#ffffff;
	srollbar-face-color:#ffffff;
	scrollbar-arrow-color:#4D5A6A;
	scrollbar-shadow-color:#4D5A6A;
	scrollbar-highlight-color:#ffffff;
	
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	font-weight: normal;
	background-color: #B7C4D4;
	border: thin solid #4D5A6A;
	padding: 10px;
}
a:hover {
	
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:active {
	
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:link {
	
	color: #666666;
	text-decoration: none;
}
a:visited {
	
	color: #666666;
	text-decoration: none;
}

.voettekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
}
.titel {
	font-family: Verdana;
	font-size: medium;
	color: #4D5A6A;
	position: relative;
	left: 10px;
	top: -30px;
}
