/*---------------*/
/* Algemeen      */
/*---------------*/

BODY{
    background-color: #000000;
    background-image: url('/images/doorloopcf.jpg')
}

/*---------------*/
/* Achtergrond   */
/*---------------*/

.achtergrond {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0
}


/*---------------*/
/* Zoeken        */
/*---------------*/


.zoekdialoog {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2
}

.zoekbox {
  position: absolute;
  left: 46px;
  top: 27px;
  font-family: Verdana, Arial, 'MS Sans Serif';
  font-size: 10pt;
  z-index: 2
}

  
/*---------------*/
/* Inhoudsopgave */
/*---------------*/

.inhoudsopgave {
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 0;
    color: white;
    font-family: Verdana, Arial, 'MS Sans Serif';
    font-weight: normal
}

.uitleg {
    color: #C0C0C0;
    font-size: 8pt
}

A.inhoud:link {
    color: white;
    font-size: 8pt;
    text-decoration: none
}
A.inhoud:visited {
    color: white;
    font-size: 8pt;
    text-decoration: none;
}
A.inhoud:hover{
    font-size: 8pt;
    text-decoration: underline
}
A.inhoud:active {
    font-size: 8pt;
    text-decoration: underline
}

A.masteritem:link {
    color: white;
    text-decoration: none
}
A.masteritem:visited {
    color: white;
    text-decoration: none
}
A.masteritem:hover{
    text-decoration: underline
}
A.masteritem:active {
    text-decoration: underline
}



/*---------------*/
/* Onderwerp     */
/*---------------*/

.onderwerp {
    position: absolute;
    top: 150px;
    left: 320px;
    margin-right: 20px;
    z-index: 2;
    color: #B5C5CB;
    font-family: Verdana, Arial, 'MS Sans Serif';
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none
}

.kop {
    color: #01A9D8;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px
}

.subkop {
    color: #01A9D8;
    font-size: 10pt;
    font-weight: bold;
    text-indent: 16px;
    letter-spacing: 2px
}

.subkopni {
    color: #01A9D8;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 2px
}

.footer {
    font-size: 7pt;
    color:  #B5C5CB;
    text-align: right
}

.datum {
    color: #999999;
    font-size: 8pt;
}

.bestandsgrootte {
    color: #999999;
    font-size: 8pt;
    font-weight: normal
}

.vraag {
    color: #01A9D8;
    font-weight: bold
}

.antwoord {
}

.download {
    color: #01A9D8;
    font-weight: normal
}


/* Hyperlinks */

A:link {
    color: #EAEAE0
}

A:visited {
    color: #EAEAE0
}

A.lijst:link {
    color: #B5C5CB;
    text-decoration: none
}
A.lijst:visited {
    color: #B5C5CB;
    text-decoration: none
}
A.lijst:hover{
    color: white;
    text-decoration: none
}
A.lijst:active {
    color: white;
    text-decoration: none
}

A.download:link {
    color:  #01A9D8;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none
}
A.download:visited {
    color:  #01A9D8;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none
}
A.download:hover{
    color: white;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none
}
A.download:active {
    color: white;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none
}

A.zoekinweb:link {
    color: #01A9D8;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none
}
A.zoekinweb:visited {
    color: #01A9D8;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none
}
A.zoekinweb:hover{
    color: white;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none
}
A.zoekinweb:active {
    color: white;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none
}

A.terug:link {
    text-decoration: none
}
A.terug:visited {
    color: #00008C;
    text-decoration: none
}


/* Tabel Tekst */

.tabelkop {
    color: white;
    font-weight: bold;
    background: #232A34;
    font-size: 8pt
}

.tabelsubkop {
    color: white;
    font-weight: bold;
    background: #4B555E;
    font-size: 8pt
}
    
TD {
    color: #B5C5CB;
    font-family: Verdana, Arial, 'MS Sans Serif';
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none
}

TD.Tabblad {
    color: white;
    background: black;
    font-weight: bold
}

TD.link {
    font-size: 10pt
}

