html {
height:100%; 
max-height:100%; 
padding:0; 
margin:0; 
border:0; 
background:#fff;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background:#f0f0f0;
}

#cont {
	height:100%;
	max-height:100%;
	width:1024px;
	border-collapse:collapse;
	background:#ffffff;
}

#inhoud {
  position:absolute;
  top:120px;
  bottom:0px;
  width:1024px;
  overflow:auto;
  z-index:3;
	background:url('../img/ag2.gif');
}
*html #inhoud {
  height:100%;
  top:0;
  bottom:0;
  border-top:120px solid #fff;
  border-bottom:0px solid #fff;
}

#head {
  position:absolute;
  margin:0;
  top:0;
  display:block; 
  width:1024px; 
  height:120px; 
  z-index:5;
  background:url('../img/ag1.gif');
}

#nav {
  position:absolute;
  top:120px;
  bottom:0px;
  width:202px;
  z-index:4;
  overflow:hidden;
	margin-left:0px;
	background:url('../img/ag1.gif');
}
* html #nav {
  height:100%;
  top:120px;
  bottom:0px;
  border-top:0px solid #fff;
  border-bottom:0px solid #fff;
}

#titel {position:absolute;margin-top:5px; margin-left:20px;}

#rubr{position:absolute;top:30pt;left:570px;width:300px;display:block;font-family:'Arial';font-size:22pt;font-weight:bold;text-align:right;color:#999999;}

#ns{font:bold 10pt 'Arial';color:#FF0000;text-align:center;}

#menu {
  position: absolute;
  left: 20px;
  top: 0px;
  font-family:'Arial';
  font-size: 9pt;
  font-weight:bold;
}
#menu A {
  display: block;
  line-height: 13pt;
	width: 145px;
  padding-top: 0px;
	padding-left:12px;
  color:#0000FF;
	text-decoration: none;
}
#menu a:hover {
  color:#009900; /*#FF0000;*/
}
#menu .int {
	font-weight:normal;
	padding-left:24px;
}
#menu .int2 {
	padding-left:12px;
}
#menu DIV {
	margin-top:5pt;
	margin-bottom:1pt;
	color: #999999;
}
#menu #act {
  font-weight:bold;
  color:#FF0000; /*#999999;*/
}

#intr {
	position:absolute;
	top:65px;
	left:292px;
	width:598px;
	font-family:'Times New Roman';
	font-weight:normal;
  font-size:12pt;
	text-align:justify;
}	
#intr SPAN {font-variant:small-caps;}
#intr .cr {
	display:block;
	padding-top:2pt;
	border-top:2px solid #999966;
	border-bottom:2px solid #999966;
	padding-bottom:4px;
	font-family:'Arial';
	font-size:8pt;
	color:#999966;
}
#intr .links {float:left;}
#intr .rechts {float:right;}
#intr .mid {text-align:center;}

#doc {
	position:absolute;
	top:95px;
	left:292px;
  width:598px;
	font-family: 'Times New Roman';
	font-weight: normal;
  font-size: 12pt;
	text-align: justify;
}	
#doc .kop {font-weight:bold;margin-bottom:3pt;}
#doc .ok {font-style:italic;margin-bottom:2pt;}
#doc SPAN{color:#000099;font-style:italic;cursor:pointer;}
#doc #li {display:inline;font-size:12pt;color:#0000FF;text-decoration:none;width:auto;}
#doc #wr {height:8pt;} /*font-size:4pt;}*/
#doc #vt {
  margin-top: 80px;
	margin-bottom:10px;
	font-family:'Arial';
	font-size: 8pt;
	text-align:center;
	color: #999966;
}
#doc TABLE {text-align: justify;}	
#doc TD {height:12pt;}
#doc TR {vertical-align:top;}
#doc #cv{text-align:right;vertical-align:bottom;}

#doc #grn{width:105px;font-weight:bold;color:#CC0033;}  

#doc #nm {font-weight: bold;color: #CC0033;margin-bottom:2pt;}

#ovd{
	position:absolute;
	left:292px;
	top:95px;
  width:598px;
	font-size:10pt;
  font-family:'Arial';
	text-align:justify;
}
#ovd .kop {font-weight: bold;}
#ovd .kop2 {margin-bottom:2pt;font-weight:bold;color:#CC0033;}
#ovd #nm {margin-bottom:2pt;font-weight:bold;color:#CC0033;}
#ovd SPAN {font-size:8pt;font-weight:bold;color:#CC0033;}
#ovd .wr {font-size:6pt;}
#ovd A {color:#0000FF;text-decoration:none;}
#ovd #vt {
  margin-top: 80px;
	margin-bottom:10px;
	font-family:'Arial';
	font-size: 8pt;
	text-align:center;
	color: #999966;
}

#lvb #intr {
	font-family: 'Times New Roman';
	font-weight: normal;
  font-size: 12pt;
	text-align: justify;
  color:#000000;
}
#lvb{
	position:absolute;
	top:95px;
	left:292px;
	width:600px;
	font-family:'Arial';
	color:#CC0033;
}
#lvb #k1{
	float:left;
  font-size:10pt;
  font-weight:bold;
	margin-bottom:6pt;
}
#lvb #k2{
	float:right;
  font-size:8pt;
}
#lvb P{
	margin-top:20pt;
}

#tooltip2{
	position: absolute;
	width: 160px;
	border: 1px solid black;
	font-family: 'Arial';
	font-weight: normal;
	font-size: 8pt;
  color:#000000;
	text-align:center;
	padding: 2px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	/*Verwijder onderstaande regel indien je geen schaduw wenst*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=silver,direction=120);*/
}