table{
		width:100%;
/*		width:1000px; */
/*	border: 2px solid black; */
	/* detect border="1" statements*/
	 border-collapse:collapse;
}
/* td toegevoegd 20060815 ard */
th{
	text-align:left;
}
td{
	text-align:left;
	vertical-align:top;
	/* debugging
	 border: 1px solid black; */
}
sub, sup{
font-size:64%;
	}
ul,ol{
	padding-left:0.5em;
	margin-left:0.5em;
	margin-right:0.5em;
}
.fit{
	width:99%;

}
.vraag{
	font-weight:bold;
	color:fuchsia;
}
.debugborder{
		/* border:1px solid black; */
}
ul{
	margin-top:0.1em;
}
ol, ul{
 list-style-position: inside;
}
ol.bulletoutside, ul.bulletoutside{
	list-style-position:outside;
}
ol.nobullet, ul.nobullet{
	list-style-type:none;
}
li p{
	margin-top:0em;
}
div{
	padding:0px;
}
.onderschrift{
	font-size: 64%;
	text-align:center;
}
div.ondertitel{
	font-size: 0.6em;
	font-weight:bold;
	text-align:center;
}
/*suppress border bij IE*/
.img{
	border:0px;
}
img.background
{
	position:absolute;
	z-index:-1;
	margin:0;
	width:100%;
}
.hoverinfo{
	border:2px solid blue;
}
acronym{
	font-style: italic;
	color: blue;
	border:1px dotted blue;
}
.right{
	float:right;
	text-align:right;
}
.clearleft {clear:left}
.clearright {clear:right}
.clearboth {clear:both}
.left{
	float:left;
	text-align:left;	
}

.text{margin-left:1em;}
.center{
	margin:auto;
	text-align:center;
	width:100%;
	vertical-align:middle;
	margin-left: auto; margin-right: auto;
}
.goedantwoord{
	border:5px solid green;
}
.grey    {color: grey;}
.black   {color:black;}
.red     {color:#f00;}
.green   {color:#0f0;}
.orange  {color:#ffaf30;}
.blue    {color:#00f;}
.yellow{color:yellow;background-color:black;}
.bgred   {background-color:#f00;}
.bggreen {background-color:#0f0;}
.bgorange{background-color:#ffaf30;}
.bgblue  {background-color:#00f;}
.bglgrey {background-color:#eee;}
.bgdgrey {background-color:#ddd;}
.bgpink  {background-color:#f0c0b0;}
.bgsalmon{background-color:#f0a060;}
.bgbrick {background-color:#e75030;}
.bgblack {background-color:black;}
.bgwhite {background-color:white;}

.bold{
	font-weight:bolder;
}
.header{
	font-size:0.8em;
	margin-top: 0px;
}
.linkline{
	border-bottom:1px dotted;
}
.kopjes{
	font-size:1.2em;
	font-weight:bolder;
	border-bottom:1px solid black;
	margin:auto;
	margin-top: 0px;
	float:left;
	width:100%;
}
.footer{
	clear:both;
	text-align:right;
	float:right;
	font-size:0.8em;
}
.bottomline{
	border-top:1px dotted;
	float:right;
	width:100%;
}
.bottom{
	position:absolute;
	border-top:1px dotted;
	width:100%;
	bottom:0px;
	right:0px;
	padding:0px;
	margin-bottom:0px;
	
}

.scale{
	width:100%;
}

.h10{height:10%;}
.h20{height:20%;}
/*common sizes h:w landscape 2:3,3:4, 9:16
  common sizes h:w portrait  3:2,4:3,16: 9
  heigths 20, 30, 90 and widths 30, 40, 160 */
.r23p{height:20px;width:30px;}
.r34p{height:30px;width:40px}
.r916p{height:90px;width:160px;}

.r32p{width:20px;height:30px;}
.r43p{width:30px;height:40px}
.r169p{width:90px;height:160px;}

.m5p{margin-left:5px;}

.h50p{height:50px;} 
.h75p {height:75px;}
.h100p{height:100px;}
.h100p{height:100px;}
.h200p{height:200px;}

.w50p{width:50px;}
.w100p{width:100px;}
.w200p{width:200px;}

.ml0{margin-left:0px;}
.ml20{margin-left:5%;}
.mr20{margin-right:5%}
.mr5pct{margin-right:5%;}
.ml5pct{margin-left:5%;}
.mr1pct{margin-right:1%;}

.mt0{margin-top:0px;}
.mt20{margin-top:5%;}
.mb20{margin-bottom:5%;}
.mb0{margin-bottom:0px;}

.m20{margin:5%;}
.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w40{width:40%;}
.w50{width:50%;}
.w60{width:60%;}
.w70{width:70%;}
.w75{width:75%;}
.w80{width:80%;}
.w85{width:85%;}
.w90{width:90%;}

.bl{border-left: 1px solid black;}
.br{border-right: 1px solid black;}
.bb{border-bottom: 1px solid black;}
.bt{border-top: 1px solid black;}
.bordered{border:1px solid black;}
.padded {	padding:2px;}
a.hooverinfo{
    position:relative; /*this is the key*/
    z-index:24;
	 background-color:#fff;
    color:#00f;
    text-decoration:none;
}
a.hooverinfo:hover{z-index:25; background-color:#fff}
a.hooverinfo span{display: none}
a.hooverinfo:hover span{ /*the span will display just on :hover state*/
    display:block;
	position:absolute;
	border:1px solid #00f;
	border-color: black;
    top:0.5em; left:0.5em; width:15em;
    background-color:#fff;
    color:#000;
    text-align: center
}
.italic{
	 font-style: italic; 
}
ol.roman{
	list-style-type: upper-roman;
}
.hidden{
	display:none;
}
.minor{
	font-size:64%;
}
.bottomless, .bottomless:hover, a.bottomless:link, a.bottomless:visited, a.bottomless:active{
	text-decoration:none;
	position: absolute;
	bottom: 0;
	right: 0;
	color:grey;
}
.nolink{
	text-decoration:none;
}
body{
	background-image:url('bgbamboo.jpg');
}
.new{
	background-color:black;
	color:yellow;
	
}
.overflowhidden{
	overflow:hidden;
	}
