﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #fffff0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003333;
	font-weight: bold;
	font-size: medium;
	text-transform: uppercase;
	font-family: Arial;
}
H1
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: 'MS Reference Sans Serif' , Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4
{
	font-weight: 500;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: capitalize;
	color: green;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: green;
}	
		
H6
{
	font-weight: 700;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
TFOOT, THEAD
{
	font-size: x-large;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#990000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#990000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#990000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#960000;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	DIV#testfs
{
	font-weight: 700;
	font-size: 15pt;
	word-spacing: normal;
	font-weight:	bold;
	text-transform: none;
	color:Yellow ;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	

HN
{
	font-variant: small-caps;
	font-weight: 500;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: capitalize;
	color: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	background-image: url(Images/background_yellow2.jpg);
}

.banner {
    color: #fffff0;
    font-size: xx-large;
}

.indexmenu {
    color: #990000;
    font-size: x-large;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
}
span.bosstandaardteken
{
    font-family: Arial;
    letter-spacing: .3pt;
}

.subtitel
{
    color: #CC6666;
    font-size: large;
    font-family: Arial;
}

hr
{
    color: #990000;
}

.geslacht
{
    color: rgb(0,51,102);
    font-size: 10pt;
    font-family: Arial;
}
.geslacht td
{
    color: rgb(0,51,102);
    font-size: 12pt;
    font-family: Arial;
}
.geslacht tr
{
    height: 25px;
}