body { 
  background: #FFCC00;		
  font-family: Comic Sans MS;
  margin: 10px 10px 10px 10px;		 
}

div.centreer { 
  text-align: center;
}

table.hoofdtabel { 
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
}

table.vol {
  width: 100%;
}

/* ----------------------------------------------------------------
   Formulieren 
   ----------------------------------------------------------------
*/

.tfvHighlight {
  font-weight: bold; 
  color: red;
}

.tfvNormal {
  font-weight: normal;	
  color: black;
}

.ctrl {
  width: 100%;
  font-family: Comic Sans MS;
  font-size: 10pt;
}

.ctrl_nowidth {
  font-family: Comic Sans MS;
  font-size: 10pt;
}

textarea, select, input {
  background-color: #F4B44E;
  font-family: Comic Sans MS;
  font-size: 10pt;
}

.btn {
  padding: 0px;
}

.btnform {
  font-family: Comic Sans MS;
  font-size: 12pt;
  border: 0px; 
  background-color: #F4B44E; 
  width: 150; 
  height: 25px; 
  text-align: center; 
  cursor: hand;
}

table.formuliertabel {
  width: 100%;
  border-style:solid; 
  border-width:2; 
  border-color:#FF9900
}

table.formuliertabelZonderBreedte {
  border-style:solid; 
  border-width:2; 
  border-color:#FF9900
}

tr.formulierheader {
  height:30;
}

tr.formulierfooter {
  height:30;
  background: #FF9900
}

td.formulierheader {
  background: #FF9900;
  white-space: nowrap
}

td.formulierheaderrest {
  width:100%
}

td.formulierfooterrest {
  width:100%
}

td.formulierfooterknoppen {
  width:200
}

.uitlijningrechtsonder {  	
  float:left;
  padding: 0;  
  margin-right: 10px;
  margin-bottom: 10px;
}

.uitlijninglinks {  	
  float:right;
  padding: 0;  
  margin-left: 10px;
}


