html, body, #wrapper
{ 
	height:100%; 
	margin: 0; 
	padding: 0; 
	border: none; 
	text-align: center; 
}

#wrapper
{ 
	background-color: #ffffff; 
	margin: 0 auto; 
	text-align: left; 
	vertical-align: middle; 
	width: &{getwidth(400)};
}

TD 
{ FONT-SIZE: 9pt; FONT-FAMILY: Arial }
	.DL { FONT-SIZE: 9pt; FONT-FAMILY: Arial }
	.TB { FONT-SIZE: 9pt; FONT-FAMILY: Arial }
	.BTN { FONT-SIZE: 9pt; FONT-FAMILY: Arial }
	.LBL { FONT-SIZE: 9pt; FONT-FAMILY: Arial }

#navigatie {
 font-family: Arial;
 font-size: 10pt;
 font-weight: bold;
 width: 11em;
 border-right: 1px solid #767F88;
 padding: 0;
 margin-left: 43px;
/*margin-bottom: 1em;*/
 /*background-color: #9cc;
 color: #333;*/
background-color: #DBDAE0;
 color: #DBDAE0;
}
#navigatie ul {
 list-style: none;
 margin: 0;
 padding: 0;
 height: 25px;
}
#navigatie ul li {
 margin: 0;
 border-top: 1px solid #DBDAE0;
 height: 25px;
 }
#navigatie ul li a {
 display: block;
 padding: 2px 2px 2px 4px;
 border-left: 10px solid #DBDAE0;
 border-right: 1px solid #767F88;
 border-bottom: 1px solid #767F88;
/* background-color: #036;
 color: #fff;*/
	background-color: #767F88;
 color: #DBDAE0;
 text-decoration: none;
  width: 100%;
 height: 25px;

}

#navigatie ul li a:hover {
 border-left: 10px solid #767F88;
 border-right: 1px solid #767F88;
 border-bottom: 1px solid #767F88;
/* background-color: #69f;
 color: #fff;*/
 background-color: #DBDAE0;
 color: #767F88;
