html, body {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a#ukFlag {
	position: absolute;
	display: block;
	top: 7px;
	left: 540px;
	width: 16px;
	height: 11px;
	background-image: url(../images/uk_flag.gif);
	background-repeat: no-repeat;
}

a:hover {
	text-decoration: none;
}

a.bold {
	font-weight: bold;
}

table.tableFrame {
	width: 100%;
	height: 100%;
}

table.tableFrame td.main {
	text-align: center;
	height: 100%;
	vertical-align: top;
}

table.tableFrame td.main {
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
}

table.tableFrame td.bottom {
	background-position: bottom left;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: repeat-x;
}

#container {
	width: 878px;
	text-align: left;
}

#logo {
	position: absolute;
	top: 0px;
	width: 88px;
	height: 135px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 4px;
}

/* TABLE opmaak */


table.opmaak {
	border-top: solid 1px #D6D6D6;
	border-left: solid 1px #D6D6D6;
}

table.opmaak th, table.opmaak td {
	padding: 4px 8px 4px 8px;
	border-right: solid 1px #D6D6D6;
	border-bottom: solid 1px #D6D6D6;
	text-align: left;
}

table.opmaak th.tablename {
	background-color: #747DBE;
	color: #FFFFFF;
	text-align: center;
}

table.opmaak th {
	background-color: #F1F2F8;
}