body, td {
	font-family: Trebuchet MS, tahoma, verdana, helvetica, sans-serif;
	font-size: 9pt;
	background-color: #ffffff; 
	overflow: hidden;
	height: 100%;
	margin: 0px;
	padding-right: 0px;
	background-image: url(pics/bgright.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

td.white {
	background: white;
}

td.gray {
	background: #d8d8d8;
}

a {
	color: #111565;
}

a:hover{
	color: #000000;
}

a.submenu {
	text-decoration: none; 
	font-size: 9pt;
}

a.pointer {
	color:#340e74;
	text-decoration:none;
	font:bold;
}

a:hover.pointer {
	color:#ff0000;
}

.error {
	font-weight: bold;
	color: red;
}

.warning {
	font-weight: bold;
	color: orange;
}

.message {
	font-weight: bold;
	color: 003399;
}

#totaal {
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: absolute;
}

#top {
	position: absolute;
	width: 100%;
	height: 107px;
	text-align: left;
	background: #ffffff;
	top: 14px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #ffffff;
}

#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 4;
}

#menu {	
	position: absolute;
	left: 0px;
	top: 121px;
	width: 100%;
	height: 24px;
	background: 87888a;
	overflow: hidden;
}

div#content {
	position: absolute;
	width: 450px;
	top: 165px;
	left: 200px;
	padding-bottom: 30px;

	padding-right: 20px;
	padding-top: 30px;
	padding-left: 30px;	
	background: #d8d8d8;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 3px #999999;
	border-bottom: solid 3px #999999;
}

#submenu {
	position: absolute;
	left: 0px;
	top: 165px;
	width: 150px;
}

div#bottom	{
   overflow: hidden;
	position: absolute;
	height: 20px;
	width: 100%;
	right: 15px;
	bottom: 0px;
	background: #ffed00;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

@media screen {
	body>div#bottom {
		position: fixed;
	}
}

ul {
	list-style-type: square;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-top: 6px;
}


ul.menu	{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

ul.submenu {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 13px;
	margin-top: 13px;
}
	
li {
	padding-left: 0px;
	margin-left: 0px;
	color: #444444;
}

li.submenu {
	padding-left: 14px;
	margin-left: 0px;
	margin-bottom: 8px;
}

li.submenuselected {
	padding-left: 12px;
	margin-left: 2px;
	margin-bottom: 8px;
	background-image: url(pics/bgmenu2.gif);
	background-repeat: no-repeat;
	background-position: 0.0em top;
	Background: #d8d8d8; 
}


li.menu {
	display: inline;
	padding-left: 3px;
	margin-left: 3px;
	padding-right: 5px;
	margin-right: 6px;
}

li.menuselected {
	display: inline;
	padding-left: 3px;
	margin-left: 3px;
	padding-right: 5px;
	margin-right: 6px;
	background-image: url(pics/bgmenu1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

html>body li.menuselected {
  background-image: url(pics/bgmenu3.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

p {
	padding-left: 0px;
	margin-top: 6px;
	padding-right: 0px;
	font-type: verdana;
	font-size: 9pt;
	line-height: 14pt;
	color: #444444;
}
	
h1.kop, h1.subKop {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-type: verdana;
	font-size: 11pt;
	margin-bottom: 0.0em;
	color: #444444;
}

h1.subKop {
	font-style: underline;
	font-size: 10pt;
}