/*CSS Length Unit Table   
Relative length units
em  The height of the element's font.
ex  The height of the letter "x".
px Pixels.
% Percentage.
Absolute length units
in Inches (1 inch = 2.54 centimeters). 
cm Centimeters.
mm Millimeters.
pt Points (1 point = 1/72 inches).
pc Picas (1 pica = 12 points). */
/*---------------------------------------------------------------------------------------------*/
/* Afwijkende body stijlen. 																																	 */
body{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt;
/*arrow = pijl om per lijn te verschuiven */	 
	scrollbar-arrow-color:#4682B4;
/*base = pijl om per lijn te verschuiven */	 
	scrollbar-base-color:#0000FF;	
/*3dlight = rechtse lijn naast het rechtse en onder randje van de scroll box */		
	scrollbar-3dlight-color:#4682B4;
/*darkshadow = linkse lijn naast het linkse en top randje van de scroll box */	
	scrollbar-darkshadow-color:#4682B4;
/*face = Schuifbare deel */
	scrollbar-face-color:#FFE800;
/*highlight = top en linkse lijnje of randje van de scroll box */
	scrollbar-highlight-color:#4682B4;
/*highlight = onder en rechtse lijntje of randje van de scroll box */	
	scrollbar-shadow-color:#4682B4;
/*track = vaste deel van de scrollbar */
	scrollbar-track-color:#4682B4;
	cursor:url(images/icon_scherminhoud.ico)
}
/*---------------------------------------------------------------------------------------------*/
/* Stijl die vast hangt aan de id="koptitel".																									 */ 
/* LET OP : Deze id mag om juist te werken maar één maal op een pagina voor komen.             */
.titel
{ 
	position:absolute;
	left:0px;
	top:0px;
	height:23px;
	width:800px;
	font-family:Algerian,Arial,Times New Roman;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	color: #FFFF00;
	text-align:center;
	background-color:#4682B4;
}
/* Substijl in een koptitel. De kleine woorden in de titel*/
.titelklein
{ 
	font-family:Arial;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color: #FFFF00;
	text-align:center;
	background-color:#4682B4;
}
/*---------------------------------------------------------------------------------------------*/
/* Stijlen in gebruik in de indexpagina voor de opbouw van de menus.  												 */ 
/* Hoofdmenu stijl                                                                             */
.menuDiv
{
	position:absolute;
	z-index:1;
	left:2px;
	width:98px;
	height:17px;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFFF00;
	background-color:#4682B4;
	text-decoration: none;
	cursor:pointer;	
}
/* Submenu stijl                                                                               */
.menuSub{
	visibility:hidden;  
	position:absolute;
	z-index:6;
	left:110px;
	width:105px;
	top:0px;
	height:55px;
	background-color:#4682b4;
/*	layer-background-color:#4682b4;	*/
}
/* figuurmenu stijl                                                                            */
.menuImg
{
	position:absolute;
	z-index:-1;
	left:0px;
	top:0px;
	height:17px;
}
/*---------------------------------------------------------------------------------------------*/
/* Stijl die vast hangt aan de id="innerLayer4".																							 */ 
/* LET OP : Deze id maag om juist te werken maar één maal op een pagina voor komen.            */
.innerLayer4
{
	z-index:0;
	position:absolute;
	left:20px;
	top:20px;
	width:800px;
	height:480px;
}
/*---------------------------------------------------------------------------------------------*/
/* Stijl voor inhoud formuliertekst o.a. in het login formulier.                               */
.frmTxt
{  
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990000;
	font-variant:	normal;
	font-style:normal;
}
/*---------------------------------------------------------------------------------------------*/
/* Stijl die vast hangt aan de id="error". Komt voor in de inlog pagina.                       */
/* LET OP : Deze id mag om juist te werken maar één maal op een pagina voor komen.             */
#error
{
	position:absolute;
	left:50px;
	top:450px;
	width:500px;
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	font-weight:bolder;
	color:#990000;
	font-variant:normal;
	font-style:normal;
	text-align:center;
	border:2px solid #990000;
	background-color:#FFFFFF;	
}
/*---------------------------------------------------------------------------------------------*/
/* Stijlen in de uitvoer op de pilotendata, pilotenlijst en linkenlijst pagina.                */
.tdrechts
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	color: #990000;
	text-align: right;
	border: 0px;
	padding-right: 2px;
	padding-left: 2px;
} 
.tdlinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	color: #990000;
	text-align: left;
	border: 0px;
	padding-right: 2px;
	padding-left: 2px;
}
.tddb
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	color: #990000;
	text-align: left;
	border: 0px;
	padding-right: 1px;
	padding-left: 1px;
}
/*---------------------------------------------------------------------------------------------*/
/* De class stijlen gebruikt in de pilotenlijst en linkenlijst pagina.                         */
.tabellijst
{
	/*align:left;*/
	border:2px solid #4682B4;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
}
.tdtitel
{
	font-size:14px;
	font-weight:bolder;
	color:#0000FF;
	background-color:#FFFFFF;	
}
.rijlijst
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}
.kolomlijst
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border: 1px solid #4682B4;
	padding-right: 2px;
	padding-left: 2px;
}
/* De stijl voor de link in de naam kolom van de lijst pagina */
.lnk
{
	color:#0000FF;
	text-decoration:underline;	
}
/*---------------------------------------------------------------------------------------------*/
/* De class stijlen die gebruikt worden in de doel, help en opleiding pagina voor de inhoud.   */
.doeltitel
{
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#009933;
	text-align:left;
	list-style-image:url(images/icon_scherm.gif);
}
.doelcenter
{
	font-family:Times New Roman,Times,serif;	
	font-size:20px;
	font-weight:bold;
	color:#FF00FF;
	text-align:left;
	list-style-image:url(images/icon_scherm.gif);
	font-style:italic;
	line-height:normal;
}
.doeltext
{
	font-family:Georgia,Times New Roman,Times, serif;
	font-size:14px;
	font-style:oblique;
	font-weight:bolder;
	color:#990000;
	text-align:left;
	border:0px;
	padding-right:2px;
	padding-left:2px;
	text-indent:20pt;
}
.doelindent
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-style:oblique;
	font-weight:normal;
	color:#000099;
	text-align:left;
	padding-right:2px;
	padding-left:2px;
}
/*---------------------------------------------------------------------------------------------*/
/* De class stijlen die gebruikt worden in de help pagina.                                     */
.Hulp
{
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFFF00;
	background-color:#4682B4;
/*	layer-background-color:#4682b4;*/
	text-decoration: none;
	cursor:pointer;	
}
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/* Stijlen gebruikt om de tekst op het openingsscherm onderaan te zetten.   		    					 */
.Style01{ font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #009933; text-align: center}
.Style02{ font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #009933; text-align: center}
.Style03{ font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #990000; text-align: center}
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/* Stijlen gebruikt om het citaat op het openingsscherm te zetten.          		    					 */
.CitaatTitel{ font-family: Geneva, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color:#990000; text-align:left}
.CitaatTekst{ font-family: Script MT Bold, Arial, Geneva, Helvetica, sans-serif; font-size:18px; color:#000000; text-align:center}
/*.CitaatTekst{ font-family: Script MT Bold, Arial, Geneva, Helvetica, sans-serif; font-size:20px; font-weight:bold; color:#000000; text-align:center}
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/* Stijlen gebruikt om de tekst van het EPC-EOPB op het openingsscherm te zetten.   					 */
.EPCTitel{ font-family: Geneva, Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#990000; text-align:left }
.EPCTekst{ font-family: Arial, Geneva, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#000000; text-align:center }
/*---------------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------------*/
/* Stijl die vast hangt aan de id="koptitel".																									 */ 
/* LET OP : Deze id mag om juist te werken maar één maal op een pagina voor komen.             */
.uitstap
{ 
/*	position:absolute;
	left:0px;
	top:0px;
	height:23px;
	width:800px;
	font-family:Algerian,Arial,Times New Roman;
	font-size:20px;
	font-style:normal;
	font-weight:bold;*/
	color: #FFFF00;
/*	text-align:center;*/
	background-color:#4682B4;
}

















/*

.titel { position:absolute; left:0px; top:0px; height:10px; width:800px; font-weight:bold; font-size:30pt; color:#336699; background-color:#4682B4;}


.subtitel { font-weight: bold; font-size: 20pt; color: #336699; background-color: #FFFFFF; }
.klein { font-size: 8pt; line-height: 9pt; }


A.temp:link { font-weight: normal; text-decoration: underline; }
A.temp:visited { font-weight: normal; }
A.temp:active { background-color: #66FFFF; }
A.temp:hover { font-weight: normal; background-color: #FFFF00; }
*/

/*---------------------------------------------------------------------------------------------*/
/* De sub class stijlen gebruikt in de index pagina voor de logos BPMF en tweedehands div.     */
A.scroll:link    { font-weight:normal; color:#336699; background-color:#4682B4; }
A.scroll:visited { font-weight:normal; color:#000000; background-color:#4682B4; }
A.scroll:active  { font-weight:normal; color:#000000; background-color:#FFFFFF; }
A.scroll:hover   { font-weight:normal; color:#000000; background-color:#0000FF; }
/*---------------------------------------------------------------------------------------------*/
/* De tabel tekst stijl nodig om de bdb.be weervoorspelling te ondervangen.                    */
.weertabeltext
{
  font-family:arial,helvetica;
	font-size:10pt
}


/*
A.menubutton:link {font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFF00; background-color: #4682B4; text-decoration: none; }
A.menubutton:visited {font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFF00; background-color: #4682B4; text-decoration: none; }
A.menubutton:active {font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFF00; background-color: #FFFFFF; text-decoration: none; }
A.menubutton:hover {font-weight: bold; font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFF00; background-color: #0000FF; text-decoration: none; cursor:  url(images/icon_schermmenu.ico);
}
*/

/*
.algerianalinea
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	background-color: #4682B4; 
	text-align: center; 
	color: #FFFF00; 
	font-weight: bold 
}

*/
/*
.algeriantitel {
	font-family:Algerian,Arial,Times New Roman;
	font-size:20px;
	font-style:normal;
	background-color:#4682B4;
	text-align:center;
	color: #FFFF00;
	font-weight:bold
}
*/

.alineablauw
{  
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#0000FF;
	font-variant:normal;
	font-style:normal;
	text-align:center;
}


/*---------------------------------------------------------------------------------------------*/
/* Srijlen overal om specifiek deze settings te doen.																					 */
.Algemeencenter {  text-align: center}
.Algemeenright {  text-align: right}
.Algemeenleft {  text-align: left}



img {
	border: none;
}

.tdlabel {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	font-style: oblique;
	font-weight: bolder;
/*	color: #4682B4;*/
	color: #800000;

	text-align: right;
	border: 0px;
	padding-right: 2px;
	padding-left: 2px;
}

.tdtext {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	font-style: oblique;
	font-weight: bolder;
	color: #4682B4;
	text-align: left;
	border: 0px;
	padding-right: 2px;
	padding-left: 2px;
}

/*Invoer velden tekst stijl normaal oa in de personalia pagina. */
.inputtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
/*	color:#800000;*/
	color:#000080;
	background-color:#FFFFEE;
	text-align:left;
	cursor:pointer;
}
/*Invoer velden tekst stijl smal oa in de personalia pagina voor de telefoongegevens.*/
.inputtt {
	font-family:Arial Narrow, Small font;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#800000;
	background-color:#FFFFEE;	
	text-align:left;
	cursor:pointer;
}

.texttt {
	font-family:Arial Narrow, Small font;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
/*	color: #0000FF;*/
/*	background-color: #FFFFEE;*/
	text-align:left;
/*	vertical-align:20%;*/
}

.menutext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	background-color: #4682B4;
	color: #FFFF00;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	right: 10px;
}

.menubuttontext
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	background-color: #4682B4; 
	text-align: right;
	color: #FFFF00; 
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;	
}







.weather {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	font-weight: bolder;
	color: #A52A2A;
}



























.tdcenter {text-align:center;}



/*
H1      { font-weight: bold; color: #336699; font-size: 18pt }
H2      { font-weight: bold; color: #339966; font-size: 14pt ; font-style: italic; text-indent:15pt}
H3      { font-weight: bold; color: #336699; font-size: 12pt; font-style: italic ; text-decoration: nderline; clip:rect(   ); text-indent:30pt}
marquee { font-size: 24px; font-style: italic; font-weight: bold; color: #FF00FF}*/
