html, body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}
.main_table
{
	height: 100%;
	width: 100%;
}
td.links
{
	width: 326px;
}
td.logo
{
	background-image: url('./images/logo.gif');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	height: 335px;
	width: 326px;
}
td.bg
{
	background-image: url('./images/bg.gif');
	background-repeat: repeat-y;
	background-position: 100% 0%;
	vertical-align: bottom;
}
td.bottom
{
	height: 26px;
	width: 326px;
	background-image: url('./images/bg-bottom.gif');
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
td.midden
{
	background-image: url('./images/top_bg.gif');
	background-repeat: repeat-x;
	background-position: 100% 0%;
	width: auto;
	background-color: #FFEEDD;
	padding-top: 30px;
}
td.onder
{
	background-image: url('./images/bottom_bg.gif');
	background-repeat: repeat-x;
	background-position: 100% 0%;
	height: 35px;
	width: auto;
}
td.rechts
{
	width: 200px;
}
td.right
{
	border-left: 1px solid #963693;
	width: 200px;
}
td.menucell
{
	padding-left: 12px;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #993399;
	vertical-align: top;
	text-align: left;
}
a.menuitem
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: #963693;
	font-weight: bold;
	text-decoration: none;
}
.menuitem:hover
{
	color: #000000;
}
a.menuitem2
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: #ffb340;
	font-weight: bold;
	text-decoration: none;
}
.menuitem2:hover
{
	color: #000000;
}
ul.lijst
{
	margin-top: 0px;
	margin-left: 2em;
	font-size: 8pt;
	font-family: Arial, Verdana;
	color: #ffb340;
}