/* Navigations menu */
#navlist {
	color: white;
	background: #113333;
	border-bottom: 0.2em solid #002222;
	border-right: 0.2em solid #002222;
	padding: 0 1px;
	margin-left: 0;
	width: 11.4em;
	font: normal 0.75em Verdana, sans-serif;
}

#navlist li {
	list-style: none;
	margin: 0;
	font-size: 1em;
}

#navlist a {
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: white;
	background: #999955;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFF00 #888800 #888800 #888800;
	border-left: 1em solid #fc0;
	padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current {
	border-color: #FFFF00 #888800 #888800 #888800; 
}

#navlist a {
	width: 99%;
	/* only necessary for Internet Explorer */
}

#navlist a {
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 8em;
	/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a	{
	width: auto;
	/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover {
	background: #AAAA88;
	border-color: #888800 #FFFF00 #FFFF00 #FFFF00;
	padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active {
	background: #AAAA88;
	border-color: #FFFF00 #888800 #FFFF00 #888800;
	padding: 0.4em 0.35em 0.25em 0.9em;
}

/* resterende dokument */
body {
	font-size: 11pt;
	font-family: Serif;
	color: #CCCC00;
	margin: auto;
	margin-top: 5px;
	text-align: center;
}
h1 {
	font-size: 24pt;
	font-family: Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
table {
	font-size: 11pt;
}
#bottomright {
	position: relative;
	margin-top: 10px;
	margin-right: 5px;
	float: right;
}
#picbl {
	position: absolute;
	bottom: 10px; left: 10px;
}
#topruler {
	color: #AAAA00;
	width: 450px;
	text-align: left;
	height: 5px;
}
#topright {
	position: absolute;
	top: 10px; right: 10Px;
}
.trqe {
	background-color: #FFFF99;
	color: #330033;
}
.tran {
	background-color: #999900;
	color: #660066;
}
.infoBox {
	float: right;
	Margin: 10px;
	border: solid black 1px;
	width: 225px;
}
.infoHeader {
	text-align: center;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid;
}
.infoTable {
	font-size: 10px;
}
.infoItem {
	vertical-align: top;
	font-weight: bold;
}
A {
	text-decoration: none;
	color: #CC3333;
}
.ahome {
	text-decoration: none;
	color: #CCCC00;
}
.ahome:Hover {
	text-decoration: underline;
	color: #FFFF00;
}
A:Hover {
	text-decoration: underline;
	color: #FFFF00;
}
.divmain {
	float: left;
	text-align: justify;
	margin-top: 10px; 
	margin-left: 5px;
	padding-right: 5px;
}