/*  ------------------- Algemeen ---------------------------  */
select { }
HTML, BODY  { font-size: 14px; font-family: "Constantia","Trebuchet MS", "Lucida Bright"; line-height: 15pt; background-color: #cdcdcd; margin: 0; padding: 0; height: 100% }
DIV { font-style: normal }
IMG { border-width: 0 }
INPUT { }
td div img {
}

/* ----------------- javascript checker  ------------------  */
.tfvHighlight { font-weight: bold; color: red; }
.tfvNormal { font-weight: normal;	color: black; }
.teksta {COLOR: #00A4E4; TEXT-DECORATION: none}
.tekstb {COLOR: #B8C02F; TEXT-DECORATION: none}
.tekstc {COLOR: #A2968A; TEXT-DECORATION: none}
.tekstd {COLOR: #000000; TEXT-DECORATION: none}
.tekste {COLOR: #FFFFF2; TEXT-DECORATION: none}
.tekstai {COLOR: #00365b; TEXT-DECORATION: none}
.tekstvv {COLOR: #591F48; TEXT-DECORATION: none}
.texthighlight {
    font-family: "lucida Handwriting";
    font-size: 18pt;
    line-height: 20pt;
    font-weight: bold;
    color: #995A00;
}
.texthighlight-2 {
    font-family: "lucida Handwriting";
    font-size: 18pt;
	line-height: 20pt; 
    font-weight: bold;
    color: #088823;
}
/* Container */
#container	{ 
	color: #000; 
	margin: 0 auto; 
	width: 1078px }
/* pagina opmaak */
#main   { 
	background-color: #fff; 
	position: relative; 
	width: 1078px; 
	height: 100%; 
	float: left }

#menubalk {
    background-color: #ffffff; 
	position: relative; 
	width: 1068px; 
	height: 100%;
	font-size: 13pt;
	float: left;
}

#menu a { 
	display:inline-block; 
	width:166px; 
	height:21px;
	padding:  6px;
	background-color: #ffffff 
}
#menu li {
	float: none;
	display: inline-block;
    width: 190px;
    /* Marge van 2% (telt dubbel, links en rechts) */
    padding: 1px;
	height: 13px;
	text-align: center;
	border: none;
	list-style-type: none;
    box-sizing: border-box;
}
#menu li ul {
	float: none;
	position: absolute;
	width: 7em;
	left: -999em;
	border-bottom: none;
}
#menu li ul a { 
	display:inline-block; 
	width:166px; 
	height:18px;
	font-size: 11pt;
	padding:  1px;
	color: black; 
	background-color: #ffffff 
}
#menu li:hover ul {
	left: auto;
}

#menu a:hover {	background-color: #efa22e; color: #ffffff }
#menu a:active { background-color: #ffffff}

#content     {
	font-size: 13pt;
	background-color: #ffffff;
	margin: 10px;
	padding: 10px;
	position: relative;
	width: 1047px;
	float: left;
}

#bottom_cvm {
	background-color: #ffffff;
	padding: 10px;
	font-size: 13pt;
	text-align: left;
	position: relative;
	width: 1047px;
	float: left
}
#footer{ 
	color: black; 
	font-size: 11pt; 
	font-family: "Constantia";
	line-height: 14pt; 
	background-image: url(../img/canon/verloop2.png); 
	background-position: center; 
	padding-top: 9px; 
	position: relative; 
	width: 1047px; 
	height: 30px; 
	float: left }
#copy { 
	color: #fff; 
	position: relative; 
	width: 1078px; 
	height: 22px; 
	float: left }

fieldset{
 width: 884px;
 padding: 7px 0 1px 2px;
 border: 2px solid #000;
 font-family: "Trebuchet MS";
 }

#figureright {
	float: right;
	border: thin silver solid;
	margin-left: 10px;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 6px;
	padding: 9px;
}

#figureleft {
	float: left;
	border: thin silver solid;
	margin-left: 4px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 6px;
	padding: 9px;
}
#figcaption {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

