body ,td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
}


/* main layout */
table.maintable{
	width:100%;
	/*border:3px solid #ffffff;*/
}
td.tdheader{
	background-image: url(../data/topback.gif);
	background-position : top right;
	background-repeat: no-repeat;
	height: 70px;
	background-color: #ffffff;
}
td.tdsubnav{
	height: 20px;
	text-align: right;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8DA0C3;
	padding: 0px 4px;
	border-bottom: 2px solid white;
}
td.tdpayoff{
	height: 20px;
	background-color: #B3B3B3;
	border-top: 2px solid white;
	font-size: 9pt;
	font-weight: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


/* body */
table.tablebody{
	width: 100%;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
}
td.tdbody{
	background-color: #EBEFF3;
}

div.body{
	padding: 10px;
}

/*form text*/
.text{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
}
table.text td{
	padding:1px 0px 1px 5px;
}

/* navigatie */
td.tdnav{
	width: 150px;
	background-color: #FF6600;
	border-right: 1px solid white;
}

table.tablenav td.menuleft{
	font-size: 9pt;
	font-weight: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	background-color: #B3B3B3;
	border-bottom: 1px solid white;

}
table.tablenav td.tdadres{
	color: white;
	background-color: #1B4188;
	padding: 2px 0px 2px 0px;
	text-align: left;
	padding: 4px 4px;
	border-bottom: 1px solid white;

}
div.submenu{
	text-align:center;
	padding: 5px;
	border-bottom: 1px dotted green;
}

a.submenulink{
	font-size: 9pt;
	font-weight: bold;
	color: #494949;
	text-decoration: none;
}

a:hover.submenulink{
	font-size: 9pt;
	font-weight: bold;
	color: #1B4188;
	text-decoration: underline;
}

a.adreslink{
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a:hover.adreslink{
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}


/*--hyperlinks in leftmenu--*/

a.menulink{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:hover.menulink{
	font-weight: bold;
	color: #1B4188;
	text-decoration: underline;
}

/*--hyperlinks in topmenu--*/

a.link{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:hover.link{
	font-weight: bold;
	color: #1B4188;
	text-decoration: underline;
}
input.topBut{
	background-color:#1B4188;
	color:#ffffff;
	font-weight: bold;
}
