/* Definitie uitzicht pagina: achtergrond, marges, font */
BODY {
	BACKGROUND: rgb(0,0,0);
	padding-left: 0em;
   	font-family: Arial, Helvetica, Verdana, sans-serif;
   	text-decoration: none;
   	font-style: normal;
   	font-size: 9pt;
   	color: rgb(255,255,255);
	MARGIN: 0em 0em 0em 0px
}
BODY.akties {
	BACKGROUND:  rgb(30,30,30);
	padding-left: 0em;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
   	text-decoration: none;
   	font-style: normal;
   	font-size: 9pt;
   	color: rgb(0,0,0);	
	MARGIN: 0em 0em 0em 0px
}

BODY.art {
	BACKGROUND: rgb(16,32,16);
	padding-left: 2em;
	COLOR: black;
	font-family: Tahoma, Verdana, sans-serif; 
	font-style: normal;
	font-weight: 400;
	font-size: 16pt;
   	color: rgb(160,0,0);	
	MARGIN: 0em 1em 1em 0px
}
BODY.voorpagina {
	BACKGROUND:  rgb(50,50,50);
	padding-left: 0em;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
   	text-decoration: none;
   	font-style: normal;
   	font-size: 8pt;
   	color: rgb(0,0,0);	
	MARGIN: 0em 0em 0em 0px
}
/* Definitie italic, pre, code */
i {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
   font-size: 10pt;
   color: rgb(220,255,255);
}
i.auteur {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
   font-size: 10pt;
   color: rgb(255,0,0);
}
PRE {
	FONT-FAMILY: monospace;
	MARGIN-LEFT: 2em;
   	color: rgb(255,255,255);
}
CODE {
	FONT-FAMILY: monospace;
   	color: rgb(255,255,255);
}
BLOCKQUOTE {
   	color: rgb(255,255,255);
}
/* Definitie uitzicht Links */
A:link {
   	font-style: normal;
   	font-weight: bold;
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-size: 8pt;
   	text-decoration: none;
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: rgb(190,170,60);
}
A:visited {
   	font-style: normal;
   	font-weight: bold;
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-size: 8pt;
   	text-decoration: none;
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: rgb(190,170,60);
}
A:active {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: rgb(255,0,0);
}
A:hover {
   	font-style: normal;
   	font-weight: bold;
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-size: 8pt;
   	text-decoration: none;
	BACKGROUND: none transparent scroll repeat 0% 0%;  
	COLOR: rgb(255,255,0);
}
A.important:link {
	font-family: "Arial Black", Helvetica, sans-serif;
   	font-style: normal;
   	font-weight: bold;
   	font-size: 12pt;
	COLOR: rgb(190,170,60);
	background-color: rgb(0,0,0);	
   	text-decoration: none;
}
A.important:visited {
	font-family: "Arial Black", Helvetica, sans-serif;
   	font-style: normal;
   	font-weight: bold;
   	font-size: 12pt;
	COLOR: rgb(190,170,60);
	background-color: rgb(0,0,0);	
   	text-decoration: none;
}
A.important:hover {
	font-family: "Arial Black", Helvetica, sans-serif;
   	font-style: normal;
   	font-weight: bold;
   	font-size: 12pt;
	background-color: rgb(220,220,0);
	COLOR: rgb(240,20,0);
   	text-decoration: none;
}
A.titel:link {
	font-family: "Arial Black", Helvetica, sans-serif;
   	font-style: normal;
   	font-weight: bold;
   	font-size: 10pt;
	background-color: rgb(50,50,70);
	COLOR: rgb(190,170,60);
   	text-decoration: none;
}
A.titel:visited {
	font-family: "Arial Black", Helvetica, sans-serif;
   	font-style: normal;
   	font-weight: bold;
   	font-size: 10pt;
	background-color: rgb(50,50,70);
	COLOR: rgb(190,170,60);
   	text-decoration: none;
}
A.titel:hover {
	font-family: "Arial Black", Helvetica, sans-serif;
   	font-style: normal;
   	font-weight: bold;
   	font-size: 10pt;
	COLOR: rgb(255,0,0);
   	text-decoration: none;
}
A.voorgrond:link {
	font-family: "Arial Black", Helvetica, sans-serif;
   	font-style: normal;
   	font-weight: bold;
   	font-size: 12pt;
	COLOR: rgb(255,0,0);
	background-color: rgb(0,0,0);	
   	text-decoration: none;
}
A.voorgrond:visited {
	font-family: "Arial Black", Helvetica, sans-serif;
   	font-style: normal;
   	font-weight: bold;
   	font-size: 12pt;
	COLOR: rgb(255,0,0);
	background-color: rgb(0,0,0);	
   	text-decoration: none;
}
A.voorgrond:hover {
	font-family: "Arial Black", Helvetica, sans-serif;
   	font-style: normal;
   	font-weight: bold;
   	font-size: 12pt;
	background-color: rgb(220,220,0);
	COLOR: rgb(240,20,0);
   	text-decoration: none;
}
/* Definitie voorkomen Tabellen */
TD {
   	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-style: normal;
   	font-size: x-small;
	border-bottom:  1px solid rgb(0,0,0);
}
TD.hoofding {
	background-color: rgb(0,0,30);
	border-right: 1px solid rgb(0,0,0);
	COLOR: rgb(240,220,80);
}
TD.inner {
	background-color: #4f3f3f;
	border-right: 1px solid rgb(0,0,0);
	COLOR: rgb(240,220,80);
}
TD.vak1 {
   	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-style: normal;
   	font-size: 8pt;
   	color: rgb(255,255,255);
	background-color:  #4f4f4f;
	border-right: 1px solid rgb(0,0,0);
	border-bottom:  none;
}
TD.vak2 {
   	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-style: normal;
   	font-size: 8pt;
   	color: rgb(255,255,255);
	background-color: #5f4f5f;
	border-right: 1px solid rgb(0,0,0);
	border-bottom:  none;
}

TD.vak3 {
   	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-style: normal;
   	font-size: 8pt;
   	color: rgb(255,255,255);
	background-color: rgb(70,50,50);
	border-right: 1px solid rgb(0,0,0);
	border-bottom:  none;
}
/* Hoofdingen */
H1 {
	BACKGROUND: rgb(0,0,0) ; COLOR: #800000 ;
	MARGIN-TOP: 0em ;
	MARGIN-BOTTOM: 0em ;
	PADDING: 0.7em 0.7em;
	TEXT-ALIGN: left ;
	border:  1px solid rgb(96,22,149);
	font-family: "Arial Black", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	COLOR: rgb(240,200,0);
	
}
H1.akties {
	BACKGROUND: rgb(0,0,0) ; 
	MARGIN-TOP: 0em ;
	MARGIN-BOTTOM: 0em ;
	PADDING: 0.5em 0.5em;
	TEXT-ALIGN: left;
	border:  1px solid rgb(96,22,149);
	font-family: "Arial Black", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	COLOR: rgb(240,200,0);
	
}
H2 {
	TEXT-ALIGN: center ;
	BACKGROUND: rgb(0,0,0) ;
	PADDING: 0.5em 0.5em; 
	MARGIN-TOP: 0em ;
	MARGIN-BOTTOM: 0em ;
	COLOR: rgb(240,220,0);
	border:  1px solid rgb(96,22,149);	
	font-family: "Arial Black", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
}
H3 {
	TEXT-ALIGN: center ;
	BACKGROUND: rgb(0,0,0) ; 
	MARGIN-TOP: 0em ;
	MARGIN-BOTTOM: 0em ;
	PADDING: 0.3em 0.3em;
	border:  1px solid rgb(96,22,149);
	font-family: "Arial Black", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	COLOR: rgb(240,200,0);
}
H4 {
	TEXT-ALIGN: center ;
	color: #ffff00;
	FONT: small-caps 120% sans-serif
}
H5 {
	TEXT-ALIGN: center ;
	color: #ffff00;
	FONT: small-caps 110% sans-serif
}
H6 {
	TEXT-ALIGN: center ;
	color: #ffff00;	
	MARGIN-TOP: 0em ;
	MARGIN-BOTTOM: 0em ;
	PADDING: 0.7em 0.7em;	
	FONT: "Arial Black" 100% sans-serif;
	font-size: 10pt;
}
/* Pagina Delen Uitzicht */
DIV {
	color: rgb(255,255,255);
	margin: 2em 3em 2em 3em;
}
DIV.small {
	color: rgb(255,255,255);
	margin: 1em 1em 1em 1em;
}
DIV.update {
	color: rgb(255,255,255);
	margin: 0em 0em 0em 0em;
}
/* paragrafen */
P {
	background: #ffffff;
   	color: #000000;
   	margin: 1em 1em 1em 1em;
}
P.art {
   	font-weight: bold;
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-size: 12pt;
   	color: rgb(200,0,0);
}
/* Lijsten */
ol {
	color: #ffff00;
}
li.important {
	list-style-image: URL("icons/star.gif");
	list-style-position: inside;
	text-align: left;
	MARGIN-LEFT: 0em; 
	MARGIN-RIGHT: 0em; 
	MARGIN-TOP: 0em;
	MARGIN-bottom: 0em;
	PADDING: 0.3em 0em;
}
/* Beelden */
IMG {
	border: 1px solid rgb(200,200,0);
}
IMG.noborder {
	border: none;
}
