/*************************************************************/
/*                                                           */
/*      Tijd Beursmedia Style Sheet                          */
/*      Copyright 2000-2002: N.J.M. de Groen                 */
/*                                                           */
/*  Gehele of gedeeltelijke overname, plaatsing op           */
/*  andere sites, verveelvoudiging op welke andere           */
/*  wijze ook en/of commercieel gebruik van deze             */
/*  pagina's alleen na toestemming van de auteur.            */
/*                                                           */
/*  xx-xx-xxxx Eerste versie                                 */
/*  15-01-2003 <p>: margin-xxxx toegevoegd.                  */
/*  31-08-2004 default fontsize verkleint van 10pt naar 8pt. */
/*                                                           */
/*************************************************************/
/**********( DOCUMENT )**********/
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Univers;
	font-size: 8pt;
}

/**********( TEKSTBLOKKEN )**********/
div			/*		CR		*/
	{
	font-family: Verdana, Arial, Helvetica, Univers;
	font-size: 8pt;
}
p			/*		CR+LF	*/
	{
	font-family: Verdana, Arial, Helvetica, Univers;
	font-size: 8pt;
}
span		/*				*/
	{
	font-family: Verdana, Arial, Helvetica, Univers;
	font-size: 8pt;
}

/**********( HYPERLINKS )**********/
a {
	cursor: hand;
}
a:active {
	background-color: #FFFFFF;
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	background-color: #DDDDDD;
	color: #FF0000;
	font-weight: normal;
}
a:link {
	background-color: #FFFFFF;
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}
a:visited
	{
	background-color: #FFFFFF;
	color: #3333FF;
	font-weight: normal;
	text-decoration: underline;
	}
a:visited:hover
	{
	background-color: #DDDDDD;
	color: #FF3333;
	font-weight: normal;
	}

/**********( KOPPEN )****************/
h1, h2, h3, h4, h5, h6
	{
	}

/**********( FORMULIEREN )***********/
input
	{
	}
input.invullen
	{
	background-color: #CCCCFF;
	}
textarea						/*	Niet onderteund door IE3	*/
	{
	}

/**********( TABELLEN )**********/
table							/*	Niet onderteund door NS4	*/
	{
	font-family : inherit;
	font-size: inherit;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	}
table.box						/*	Niet onderteund door NS4	*/
	{
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;		/*	dashed, double, groove, inset, outset, ridge, solid		*/
	border-width: thin;			/*	medium, thick, thin, "value"							*/
	font-family : inherit;
	font-size: inherit;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	}
table.form						/*	Niet onderteund door NS4	*/
	{
	background-color: #FFFFFF;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	font-family : inherit;
	font-size: inherit;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	}
td
	{
	font-family: Verdana, Arial, Helvetica, Univers;
	font-size: inherit;
	vertical-align: top;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	}
td.aandacht
	{
	background-color: #FFFFCC;
	color: #FF0033;
	font-family: Verdana, Arial, Helvetica, Univers;
	font-size: inherit;
	margin: 10px;
	}
td.promo
	{
	border-color: #6666CC;
	border-style: dotted;
	border-width: thin;
	border-left: 1;
	border-right: 1;
	border-top: 1;
	font-family: Verdana, Arial, Helvetica, Univers;
	font-size: inherit;
	vertical-align: top;
	padding: 5px;
	padding-left: 2px;
	padding-right: 2px;
	}
th						/*	Kop in tabel					*/
	{
	background-color: #333399;
	color: #FFFFFF;
	font-family : inherit;
	font-size: 10pt;
	font-weight: bold;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	vertical-align: top;
	}
th.left					/*	Kop in tabel (links uitgelijnd)	*/
	{
	background-color: #3399CC;
	color: #FFFFFF;
	font-family : inherit;
	font-size: 10pt;
	font-weight: bold;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
	vertical-align: top;
	}
tr						/* Niet onderteund door NS4 		*/
	{
	}
tr.verplicht {
	/* Niet onderteund door NS4			 */
	background-color: #CCEEFF;
}

/**********( LIJSTEN )**********/
li						/* Gedeeltelijk ondersteund door NS4 */
	{
	}
ol {
}
ul {
	list-style-type: square;
}
ul.alpha {
	list-style-type: lower-alpha;
}
ul.roman {
	list-style-type: lower-roman;
}

/**********( PRECODED )**********/
address {
}
code {
}
pre {
}

/**********( AFKORTINGEN )**********/
abbr			/* Gebruik bij niet-uitspreekbare afkortingen. */
	{
	color: #FF0000;
	background-color: #FFFFFF;
	}
acronym			/* Gebruik bij uitspreekbare afkortingen. */
	{
	color: #FF0000;
	background-color: #FFFFFF;
	}

/**********( LIJNEN )**********/
hr {
	align: center;
	color: #666699;
	height: 3px;
	width: 90%;
}
hr.separate {
	align: center;
	border-style: dashed;		/*	dashed, double, groove, inset, outset, ridge, solid		*/
	color: #666699;
	height: 2px;
	width: 80%;
}

/**********( OBJECTEN )**********/
img {
}

/*************************************************************
ID definities		(#)
	te gebruiken bij <P>, <DIV> en <SPAN> tag's.

en

CLASS definities	(.)
*************************************************************/
/**********( KOPPEN )**********/
#documentkop				/* Gelijkwaardig aan H1 */
	{
	background-color: #666699;
	border : none;
	color: #FFFFFF;
	font-size: xx-large;
	letter-spacing: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 8px;
	text-align: center;
	}
#hoofdstukkop				/* gelijkwaardig aan H2 */
	{
	background-color: #9999CC;
	border: none;
	color: #FFFFFF;
	font-size: 160%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px;
	text-align: center;
	}
#sectiekop					/* gelijkwaardig aan H3 & H4 */
	{
	background-color: #CCCCCC;
	border: none;
	color: #333399;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0.5em;
	text-align: left;
	text-indent: 60px;
	}
#paragraafkop				/* gelijkwaardig aan H5 & H6	*/
	{
	border: none;
	color: #333399;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 5px;
	padding-top: 0.6em;
	text-align: left;
	text-indent: 10px;
	}
#tabelkop				/* Koppen van tabellen */
	{
	background-color: #333399;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	margin: 2px 2px;
	text-align: center;
	vertical-align: top;
	}
#wizardkop				/* Davi-effect wizard kop	*/
	{
	background-color: #6699CC;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	margin: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
	text-align: left;
	}

/**********( OVERIGE TEKSTVORMEN )**********/
.address			/* I.p.v. ADDRESS tag										*/
	{
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, Univers;
	font-size: 8pt;
	font-style: italic;
	margin-left: 10px;
	}
#attentie			/* Belangrijke opmerkingen tussen de reguliere tekst		*/
	{
	font-family: Helvetica, Univers;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	}
#bijschrift			/* Begeleidende tekst bij foto/clipart.						*/
	{
	text-align: left;
	font-size: 8pt;
	font-style: italic;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 5px;
	}
.copyright			/* Copyright teksten										*/
	{
	color: #999966;
	font-style: italic;
	font-weight: bold;
	}
#menu				/* Referentie naar navigatie binnen (FQSD) applicaties		*/
	{
	background-color: #EEEEEE;
	border: solid;
	border-width: 1px;
	color: #000000;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	}
#opmerking			/*		*/
	{
	background-color: #DDDDDD;
	color: #FF3333;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	}
#opvallen			/*		*/
	{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	}
.update				/* Aangeven van updates					*/
	{
	color: #999999;
	font-size: 8pt;
	margin-top: 0;
	}
#voetnoot			/* Note (onderaan pagina)				*/
	{
	font-size: 8pt;
	font-style: italic;
	margin-left: 8em;
	margin-right: 10em;
	}
