/* CSS Document
vergroting 1,12: 64 71 80 89 - 100 - 112 125 140 157 */

@import "algemeen.css";
/* paginaopbouw (xslt) */
html, body {margin: 0; overflow: hidden; color: #3f3f3f}
#tekst {position: absolute; left: 0; top: 15%; width: 100%; height: 55%; overflow: auto; z-index: 10; visibility: hidden}
#tekst {overflow-x: hidden; overflow-y: auto}
#tekst_veld {margin: 0 25% 0 20%}
#anim {position: absolute; left: 0; bottom: 0; width: 97%; height: 100%; z-index: 20}
#merk {position: absolute; right: 6px; bottom: 2px; z-index: 40; font-size: 64%; font-family: Arial, sans-serif; color: #555555; visibility: hidden}

/* paginaopbouw (xml) */
.kop {color: #000000; font-size: 140%; font-style: normal; font-weight: bold; text-transform: uppercase}
.inleiding {font-size: 112%; font-style: normal; font-weight: normal}
.tussenkop {font-size: 112%; font-style: italic; font-weight: bolder;  font-family: Georgia, "Times New Roman", Times, serif; text-align: center}
.paragraaf {font-size: 100%; font-style: normal; font-weight: normal}

.kader_links {color: #0d5d80; font-size: 89%; font-style: normal; font-weight: normal; background-color: #8ddcff; float: left; width: 33%; padding: 8px; margin: 4px 16px 12px 0; border: 2px dotted #1ab9ff}
.kader_rechts {color: #0d5d80; font-size: 89%; font-style: normal; font-weight: normal; background-color: #8ddcff; float: right; width: 33%; padding: 8px; margin: 4px 0 12px 16px; border: 2px dotted #1ab9ff}

.noot {color: #5f5f5f; font-size: 80%; font-style: italic; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif}
.voetnoot_om {color: #5f5f5f; font-size: 80%; font-style: italic; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; text-align: right}
.voetnoot_is {border-top: 1px solid #4f4f4f; padding-left: 8px}
div {font: inherit; align: inherit}

.geel  {background-color: #fff3aa; border-color: #ffe655; color: #7f732b}
.groen {background-color: #84de9f; border-color: #08bc3f; color: #045e20}
.blauw {background-color: #8ddcff; border-color: #1ab9ff; color: #0d5d80}   /*1AAFE2*/
.paars {background-color: #ff99af; border-color: #ff335f; color: #7f1a30}

.afbeelding {border: none; display: inline}
.afbeelding th .afbeelding td {padding: 0 12px 4px 0; vertical-align: middle;}
.verticaal th {vertical-align: top}
.verticaal td {vertical-align: middle; width: 99%}
.horizontaal th, .horizontaal td {text-align: center}
.afbeelding a {text-transform: capitalize}

@media print {
	#stippen, #anim, #merk {display: none}
	#tekst {position: static; height: 100%}
	#tekst_veld {margin: 0}
}
