 $Id: uiterlijk.css,v 1.1 2004/02/17 16:02:21 willem Exp $ 
 (c) W.A.Schreuder Februari 2004 
 (c) M.v.d.Laan vanaf Mei 2006
 Achtergrondkleuren 
BODY.licht	{ background-color: #9DEF67; }
BODY.licht	{
	background-color: #9DEF67;
	margin-left: 10px;
	border-bottom-color: #FFFFFF;
}
BODY.donker	{
	background-color: #438C13;
	margin-left: 10px;
}

 Instellingen voor links 
A.L:link, A.L:visited { text-decoration: none; 
												color: white; }
A.L:hover { background: black;
						color: white; }
A.R:link, A.R:visited { text-decoration: none; 
												color: blue; }
A.R:hover { background: black; 
						color: white; }

 Instellingen voor headers 
H1.L { 	color: white; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal;
				font-weight: 600;
				font-size: 10pt;
				}
H2.L { 	color: white; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal;
				font-weight: 600;
				font-size: 8pt;
				}
H1.R { 	color: black; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal;
				font-weight: 600;
				font-size: 16pt;
				}
H2.R { 	color: black; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal;
				font-weight: 600;
				font-size: 10pt;
				}
H1.TITEL { 	color: white; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal;
				font-weight: 600;
				font-size: 16pt;
				}
H2.TITEL { 	color: white; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal;
				font-weight: 600;
				font-size: 10pt;
				}

 Instellingen voor paragrafen 
P.L	{ 	color: white; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal;
				font-weight: 600;
				font-size: 10pt;
				}
P.R	{ 	color: black; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal;
				font-weight: 600;
				font-size: 10pt;
				}
P.BIJGEWERKT { 	color: black; 
								font-family: Verdana, Arial, Helvetica, sans-serif; 
								font-style: normal;
								font-weight: 400;
								font-size: 8pt;
				}


 Instellingen voor tabellen 
TABLE.L { 	border: outset 0pt;
				}
TD.LTITEL { 	color: white; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal;
				font-weight: 600;
				font-size: 10pt;
				border: outset 0pt;
				text-align: center;
				}
TD.L { 	color: white; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal;
				font-weight: 600;
				font-size: 8pt;
				border: outset 0pt;
				text-align: center;
				}
TABLE.R { 	border: outset 0pt;
				}
TD.R { 	color: black; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal;
				font-weight: 600;
				font-size: 10pt;
				border: outset 1pt;
				}
 Instellingen voor lijsten 
OL.RD {	list-style-type: decimal
				}
OL.RA {	list-style-type: lower-alpha
				}
LI.R { 	color: black; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal;
				font-weight: 600;
				font-size: 10pt;
				}

 Instellingen voor afbeeldingen 
IMG.R { border-style: none;
				}
