body {
	background:		#FFFFCC;
	padding:		0px;
	margin:			0px;
	font-family:	Trebuchet MS,helvetica,arial,sans-serif;
	height:			100%;
}

a img {
	border:			0px;
}

table.kop {
	width:			100%;
}

table.kop tr td {
	background:		url('../images/bg_kop.png');
	padding:		0px;
	height:			73px;
}

table.kop tr td.logo {
	text-align:		right;
}

table.kop tr td.logo img {
	margin-right:	7px;
}

table.alles {
	width:			100%;
	height:			100%;
}

table.alles tr td {
	padding:		0px;
}

table.alles tr td.kop {
	height:			73px;
}

table.pagina {
	width:			100%;
	height:			100%;
}

table.pagina tr td {
}

table.pagina tr td.hoofdmenu img {
	margin-bottom:	4px;
}

table.pagina tr td.hoofdmenu {
	text-align:		center;
	vertical-align:	top;
	background:		url('../images/bg_menu_links.png');
	width:			120px;
	padding-top:	10px;
	padding-right:	5px;
}

a.logo {
	position:		absolute;
	bottom:			7px;
	left:			13px;
}

table.pagina tr td.logo img {
	margin-bottom:	10px;
}

table.pagina tr td.onder {
	vertical-align:	top;
	height:			100%;
	width:			100%;
	padding:		0px;
}

div.scrollable {
	padding:		10px 25px 10px 15px;
	height:			100%;
	overflow:		auto;
}

div.notscrollable {
	padding:		10px 25px 10px 15px;
}

table.content {
	height:			100%;
	width:			100%;
}

table.content tr td.topmenu {
	white-space:	nowrap;
	padding:		0px 10px;
}

table.content tr td.realcontent {
	height:			100%;
}

div.submenu {
	display:		none;
	position:		absolute;
	width:			150px;
	background:		#003366;
	border:			2px inset #FDCB01;
	padding:		5px;
}

div.submenu a,
div.submenu a:active,
div.submenu a:visited,
div.submenu a:hover {
	font-weight:	bold;
	font-size:		12px;
	color:			#FDEEB1;
	text-decoration:none;
}

div.submenu a.selected,
div.submenu a.selected:active,
div.submenu a.selected:visited,
div.submenu a.selected:hover {
	font-weight:	bold;
	font-size:		12px;
	color:			#FDCB01;
	text-decoration:none;
}
