BODY { color: navy;
    font-size: 80%;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    background: url("bg-body.gif") } 

BODY.ruitje { color: navy;
    font-size: 80%;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    background: url("bg-stats.gif") } 

div#tkop { position: absolute; /* Deze is voor IE; niet voor andere browsers. met dank aan Barbara de Zoete */
    top:0;
    left:0;
    height: 50px;
    width: 100%;
    padding:0px;
    border: 0;
    margin:0; 
    background: url("bg-body.gif"); }
/*
body > div#tkop {
	  position:fixed; }
	Door gebruik te maken van > kan IE hier niet mee omgaan en zal de fixed position 
	alleen andere browsers werken, maar daar werkt 't dan ook echt. IE zal er verder niet van over de zeik gaan. */

div#tbody { display: block;
    margin: 70px 0 0 0; }

P { margin-bottom: 6pt } 

HR { height: 1px;
    color: navy }

TD, TH { padding: 3px; font-size: 80%; } 

H1 { font-size: 200%;
    font-weight: bold;
    width:95%;
    margin-top: 6pt;
    margin-bottom: 18pt }

H2 { font-size: 180%;
    font-weight: bold;
    border-color: navy;
    border-style: solid;
    border-width: 0 0 2px 0;
    margin-right: 1em;
    margin-top: 9pt;
    margin-bottom: 18pt }

H3 { font-size: 160%;
    font-weight: bold;
    margin-top: 12pt;
    margin-bottom: 6pt }

H4 { font-size: 140%;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom:6pt;}

H5 { font-size: 120%;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 6px;
    clear: both }

P.adres { margin: 6px 1em;
    width: 16em;
    color: black;
    background: #FCFFFF;
    padding: 6px 12px 6px 6px;
    border: 1px solid #ACF;
    font-family: Times New Roman, Times, serif;
    font-style: italic;
    font-size: 120%;
    float: left } 

P.opm { margin: 9px 7%;
    padding: 3px 6px;
    background: #FFD;
    border: 1px solid #AAC;
    font-style: italic;
    font-size: 90% } 

P.voettekst { color: black;
    text-align: right;
    font-style: italic;
    font-size: 85%;
    border-color: black;
    border-style: solid;
    border-width: 1px 0 0 0;
    margin-top: 0;
    margin-bottom: 60%;
    clear: both } 

.button { padding: 6px 3px;
    margin: 2px;
    width: 100px;
    border: 1px solid #88F;
    text-align: center } 

.bijschrift { color: black;
    text-align: center;
    font-style: italic;
    margin-top: 2px;
    font-size: 75% }

.disclaimer { font-size: 85%;
    margin: 1em 15%;
    padding: 6px;
    border: 1px solid silver;
    background: white }

.foto { color: black;
    text-align: center;
    font-style: italic;
    font-size: 90%;
    padding: 12px;
    margin: 3px;
    border: 1px solid silver;
    background: white;
    float: left }

.plaatjel { color: black;
    text-align: center;
    font-style: italic;
    font-size: 90%;
    padding: 3px;
    margin: 9px 9px 9px 0px;
    float: left }

.plaatjer { color: black;
    text-align: center;
    font-style: italic;
    font-size: 90%;
    padding: 3px;
    margin: 9px 0px 9px 9px;
    float: right }

.plaatjec { color: black;
    text-align: center;
    font-style: italic;
    font-size: 90%;
    padding: 3px;
    margin: 3px;
    float: none }

DT { display: compact;
    float: left;
    padding: 0px 5px }

DD { margin-left: 120px;
    margin-right: 2em;
    display: block;
    padding: 0px 5px;
    text-indent: -3px;
    margin-bottom: 6pt }

LI, LH { margin-bottom: 6pt; margin-left -2em }

LI.sitemap { margin-bottom: 0 }

/* de styles voor de links */

/* transparante knop met lichtcyaan hover effect (voor plaatjes in menu) */
A.button0 { padding: 6px 3px;
    margin:  2px;
    width: 105px;
    border: 1px solid silver;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    color: blue; 
    text-decoration: none;
    display: block }

A.button0:link { text-color: blue; 
    text-decoration: none }

A.button0:active { text-color: black;
    border-color: #C00 }

A.button0:visited { text-color: maroon;
    border-color: transparant }

A.button0:hover { text-color: black;
    border-color: navy;
    background-color: #CFF;
    text-decoration: none }

/* alle andere links in de body tekst */

A:link { font-size: 100%; 
    font-weight: bold; 
    color: blue }

A:active { background: white; 
    color: black; 
    font-weight: bold; 
    text-decoration: none }

A:hover { background: yellow; 
    color: navy; 
    font-weight: bold; 
    text-decoration: none }

A:visited { font-style: italic; 
    color: maroon; 
    font-weight: bold; 
    text-decoration: none }

