/* Definitie uitzicht pagina: achtergrond, marges, font */
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: 10pt;
   	color: rgb(0,0,0);	
	MARGIN: 0em 0em 0em 0px
}
/* Definitie uitzicht Links */
A:link {
   	font-style: normal;
   	font-weight: bold;
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-size: 10pt;
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: rgb(190,190,190);
}
A:visited {
   	font-style: normal;
   	font-weight: bold;
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-size: 10pt;
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: rgb(190,190,190);
}
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: 10pt;
   	text-decoration: none;
	BACKGROUND: none transparent scroll repeat 0% 0%;  
	COLOR: rgb(255,255,0);
}
/* Definitie voorkomen Tabellen */
TH {
   	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-style: normal;
   	font-size: 10pt;
	border-bottom:  1px solid rgb(0,0,0);
}
TD {
   	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-style: normal;
   	font-size: 10pt;
	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.vak1 {
   	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-style: normal;
   	font-size: 10pt;
   	color: rgb(255,255,255);
	background-color:  #9f9f9f;
	border-right: 1px solid rgb(0,0,0);
	border-bottom:  none;
	padding: 0.5em 0.5em;
}
TD.vak2 {
   	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-style: normal;
   	font-size: 10pt;
   	color: rgb(255,255,255);
	background-color: #5f4f5f;
	border-right: 1px solid rgb(0,0,0);
	border-bottom:  none;
	padding: 0.5em 0.5em;
}
/* Hoofdingen */
H1 {
	BACKGROUND: rgb(0,0,0) ; COLOR: #800000 ;
	MARGIN-TOP: 0em ;
	MARGIN-BOTTOM: 0em ;
	PADDING: 0.7em 0.7em;
	TEXT-ALIGN: center;
	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);
	
}
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: left;
	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);
}
/* 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;
}
/* Lijsten */
ol {
	color: #ffff00;
}
UL.important {
	list-style-image: URL("../eurostrop/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;
}
li.important {
	list-style-image: URL("./eurostrop/icons/star.gif");
	list-style-position: inside;
	text-align: left;
	background: none;
	border: none;
	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;
}
