html {
	height:101%;
}
body {
	margin:0px;
	background-color:#fff;
	background-image:url(images/bg.gif);
}
body, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}
h1 {
	font-size:24px;
	color:#050A5A;
}
h2 {
	font-size:16px;
	color:#000;
}
a {
	font-size: 13px;
	color: #C00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover {
	text-decoration: underline;
	color: #050A5A;
}
a:active {
	text-decoration: none;
	color: #C00;
}
a.menu:link {
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
	font-size:16px;
	padding:3px;
}
a.menu:visited {
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
	font-size:16px;
	padding:3px;
}
a.menu:hover {
	text-decoration: underline;
	background-color:#999;
	color: #000;
	font-weight:bold;
	font-size:16px;
	padding:3px;
}
a.menu:active {
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
	font-size:16px;
	padding:3px;
}
.menubalk {
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}
#maintable {
	background-image:url(images/back.jpg);
	background-repeat:repeat-y;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
#topright {
	background-image:url(images/topright.jpg);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle;
	width:590px;
}
#footer {
	height:40px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#linkerkolom {
	padding:20px;
	font-size:11px;
	line-height:150%;
}
#rechterkolom {
	padding:20px;
}
.left {
	border-top:1px dotted #999999;
	padding-top:5px;
	width:200px;
}
.searchinput {
	border:1px solid #999999;
	width:200px;
}
.button {
	background-color:#0e1f6e;
	border:1px solid #0000000;
	color:#FFFFFF;
	font-weight:bold;
}

