  /*  filename: stylesheet01.css
  /*  updated 16-04-07 */
  /*  NO HTML TAGS HERE ! */
  
  body {
  /* border: 1px solid; wordt in de pagina geregeld */
  padding: 2px;
  font-family: arial, sans-serif;
  font-size:  10pt;
  color: #00008B; /* darkblue*/
  background-color: #fff;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 4%;
  float: left;
  
  }
  
  table {
  /* background-color: #FFFFFF; */
  width:100%;
  border: none;
  border-width: 1px;
  border-color: #00008B;
  padding: 5px;
  text-align: left;
  }
  
  IMG {
  text-align: center;
  }
 
  h1,h2,h3,h4 { 
  font-family: arial, sans-serif;
  font-weight: bold;
  /* color: #00008B;*/
  text-align: center;
  }
  
  h1 {
  font-size: 100%;
  text-align: left;
  }

  h4 { 
  font-size:  100%;
  text-align: left;
  }

  P { 
  text-align: justify;
  text-indent: 0.25in;
  }

  P:first-letter { 
  /* font-size: 130%; */
  }

  A { 
  font-family: arial, sans-serif;
  font-size:  100%;
  color: #00008B;
  }

  th {
  font-family: arial, sans-serif;
  font-size:  10pt;
  color: white;    /* #B4C7F3; */
  font-weight: bold;
  background: gray; /* #000099; */
  }

  td {
  font-family: arial, sans-serif;
  font-size:  10pt;
  }

  ul {
  color:       #00008B;  /* darkblue */
  font-size:   100%;
  line-height: 110%; 
  }


/* Class selectors */
.caption {
  font-family: arial, sans-serif;
  font-size:   75%;
  color:       gray;
  text-align:  left;
  }

.center {
 font-family: Verdana, sans-serif;
  font-size: 100%;
  font-style: normal;
  text-align: center;
  color: #00008B;
}

.www {
  font-family: Arial, sans-serif;
  color: blue;
  font-size: 200%;
  font-weight: bolder;
  font-variant: small-caps;
  text-align: center;
  letter-spacing: 0.5em;
  }

.floatleft {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  border: none;
  float: left;
  width: 48%;
  padding:5px;
  }

.floatright {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  border: none;
  float: right;
  width: 48%;
  padding: 5px;
  }

 .float_L {
  float: left;
  padding: 2px;
  }

 .float_R {
  float: right;
  padding: 5px;
  }
 
 .image_L {
  margin: 0px 20px;
  float: left;
  vertical-align: text-top;
  padding:0px;
  border: solid;
  border-width: thin;
  }

 .image_R {
  float: right;
  vertical-align: text-top;
  }
  
  div.wrapContainer {
  width:99.5%;
  float:left;
  }

  
.japanese {
  color: #0000ff; /* blue */
  font-style: italic;
  }
  
.strong {
  color: #FF0000; /* red */
  font-weight: bold;
  }

.box {
  text-align: center;
  border: solid;
  border-width: thin;
 /* A:link {text-decoration:none}; */
  }

.info {
  font-family: arial, sans-serif;
  font-size: 8pt;
  color: gray;
  text-align: left;
  }

.info_kop {
  /* border: solid; */
  width: 100px;
  background-color: #00008B; /* darkblue */
  font-family: arial, sans-serif;
  font-size: 8pt;
  color: yellow;
  text-align: left;
   /* text-decoration: blink; underline - overline - line-through - blink */
  }
    
.kop {
  font-weight:  bold;
  font-family: arial, sans-serif;
  color: #00008B;  /* darkblue; */
  font-size: 120%;
  text-align: left;
  line-height: 100%; 
  }

.menubar {
  height: 25px;
  font-family: arial, sans-serif;
  background-color: #D3D3D3; /*lightgray*/
  text-decoration: none;
  font-size: 11pt;
  color: #000099;
  font-weight: normal;
  border: solid 1px;
  text-align:left;
  margin-bottom: -1.3em;
  position: relative; top: 3px; 
  }

.pagina {
  width: 800px;
  border: solid thin;
  border-width: 1px;
 }

.star {
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: normal;
  color: #00008B;  /* darkblue; */
  text-align: center; 
  }

.update-l {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: blue;
  text-align: left;
  margin-bottom: -1.3em;
  float: left;
  }

.footer {
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: italic;
  color: black;
  text-align: left;
  margin-bottom: 0em;
  float: left;
  background-color: #D3D3D3; /*lightgray*/
  }
  
.update-r {
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: normal;
  color: gray;
  text-align: right;
  }

.attentie {
  color: #FF0000;
  }

.par {
  font-weight:  bold;
  color: #FF0000;
    }
 
.quote {
  font-size: 80%;
  border: solid thin;
  border-width: 1px;
    }

/*  Pseudo-Classes*/

 
 DIV.menubar A:link { color: blue; padding:1px; text-decoration: none; }    /* for unvisited links     */
 DIV.menubar A:visited { color: blue; padding:1px; text-decoration: none;} /* for visited links       */
 DIV.menubar A:active { color:  #D3D3D3; padding:1px; text-decoration: none; }   /* when link is clicked    */
 DIV.menubar A:hover { color: white; background-color: black; padding:1px; text-decoration: none;}  /* when mouse is over link */	 


info:first-letter { font-size: 200%; float: left }

A:link{color: blue;}
A:visited{color: purple;}
A:active{color: red;font-weight: italic;} /*bij aanklikken */
A:hover{color: white;background: blue;}

