body{
	background-color:white;
	border:2px;
	border-color:#128E8C;
	}
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;
}

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;}
.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%;
}
.scale{
	width:100%;
}

.ml0{margin-left:0px;}
.ml20{margin-left:20px;}
.mr20{margin-right:20px}
.mt0{margin-top:0px;}
.mt20{margin-top:20px;}
.mb20{margin-bottom:20px;}
.mb0{margin-bottom:0px;}
.m20{margin:20px;}
.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;
}