body {
  width:100%;
  height:100%;
  vertical-align:middle;
  margin: 0;
  padding: 0;
  background-color: #72C6D2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
#menu,
#totem {
display: none;
}
/*******INTER*******/
a {
color: #1C3B6C;
font-weight: bold;
}
#inter ul li {
padding-left: 13px;
}
/*******TITELS*******/
h2 {
font-size: 14px; 
font-weight: bold; 
line-height:14px;
color: #00386E;
font-style: italic;
}
h3 {
  font-size: 12px; 
  font-weight: bold; 
}
form,
fieldset {
margin: 0;
padding: 0;
border: none;
}
legend,
caption {
display: none;
}
img {
border: none;
}
/******* LIJSTEN *******/
ul.back01, .ondergrondBlauw {
  background-color:#7F9BB6;
  margin-left:0px;
  padding:5px;
}
body ul.back01 li {
  margin-left:30px;
}
/*--- TEXTE ---*/
div.coul01, .donkerBlauw, .coul01 {
color: #1C3B6C;
}
div.coul02, .blauw, .coul02 {
color: #0099CC;
}
div.coul03, .paars, .coul03 {
color: #9966CC;
}
div.coul04, .rood, .coul04 {
color: #990000;
}
div.font01, .arialBlack, .font01 {
 font-family: Arial Black
}
/*-- RESULTAT RECHERCHE --*/
table.result {
width: 100%;
margin: 15px 0px 10px 0px;
}
.result th {
background-color: #016D70;
vertical-align: top;
color: #FFFFFF;
padding: 5px;
text-align: left;
}
.result td {
vertical-align: top;
padding: 3px;
 }
.result td.title {
text-align: left;
}
.result td.title a {
font-weight: bold;
color: #016D70;
 }
.result td.date {
font-size: x-small;
 }
.result td.description {
border-bottom: 1px solid #48C7CA;
padding-bottom: 10px;
background-color: #EBF6F6;
 }
html div.prec {
float: left;
padding-left: 2px;
font-size: x-small;
}
html div.prec a {
display: block;
padding: 0px 0px 0px 15px;
background-image: url(fleche_precedente.gif);
background-repeat: no-repeat;
background-position: 0px 3px;
color: #003333;
text-decoration: none;
}
html div.suiv {
float: right;
font-size: x-small;
}
html div.suiv a {
display: block;
padding: 0px 16px 0px 0px;
background-image: url(fleche_suivante.gif);
background-repeat: no-repeat;
background-position: 39px 3px;
color: #003333;
text-decoration: none;
}
html div.prec a:hover,
html div.suiv a:hover {
text-decoration: underline;
}
/******* Button *******/
input.buttonstyle {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9px; 
  font-weight: normal; 
  color: #FFFFFF; 
  background-color: #1C3B6C; 
  border: 1px #1C3B6C outset; 
  text-decoration: none;
}

/*-- TABLEAUX --*/
table {
border-collapse: collapse;
border-bottom: 3px solid #016D70;
}
th,
td {
border: 1px solid #016D70;
padding: 3px;
vertical-align: top;
}
th {
background-color: #016D70;
color: #FFFFFF;
}
td {
background-color: #ECF4F4;
}
input.buttonstyle {
  visble:hidden;
}