/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
h2
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #660066;
}

a.foto:active
{
	color: #660066;
}

.Navigatie1 a:link
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #00529c;
}

.Navigatie1 a:visited
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #00529c;
}

.Navigatie1
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #00529c;
	background-color:#C6EAFB;	
}

.Navigatie1Focus
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.Navigatie1Focus a:link
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.Navigatie1Focus a:visited
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.Navigatie2 a:link
{
	font-weight: bold;
	font-size: 10px;
	color: #549ec6;
	text-transform: none;
}

.Navigatie2 a:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #549ec6;
	text-transform: none;
}

.Navigatie2
{
	font-weight: bold;
	font-size: 10px;
	color: #549ec6;
	text-transform: none;
}

.Navigatie2Focus
{
	font-weight: bold;
	font-size: 10px;
	color: #00529c;
}

.Navigatie3 a:link
{
	font-weight: bold;
	font-size: 10px;
	color: #7a96a4;
}

.Navigatie3 a:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #7a96a4;
}

.Navigatie3
{
	font-weight: bold;
	font-size: 10px;
	color: #7a96a4;
}

.Navigatie3Focus
{
	font-weight: bold;
	font-size: 10px;
	color: #616161;
}

.Info
{
	font-size: 11px;
	color: #549ec6;
}
.InfoHoofdletter
{
	font-size: 11px;
	color: #549ec6;
	text-transform: uppercase;
}

a 
{
	color: #549ec6;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}

.HoofdTitel
{
	border-top: 2px dotted;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #00529c;
	border-bottom: 2px dotted;
	background-color: #f5f5f5;
}
.SubTitel
{
	color: #549ec6;
	font-size: 12px;
	font-weight: bold;	
	text-transform: uppercase;
	border-top: dotted 2px;
	border-bottom: dotted 2px;
}

.SubSubTitel
{
	color: #660066;
}

.SubSubTitel a:link
{
	color: #ff7f00;
}

.SubSubTitel a:visited
{
	color: #ff7f00;
}

.EindePagina
{
	border-top: dotted 2px;
}
.EindePaginaBovenOnder
{
	border-top: dotted 2px;
	border-bottom : dotted 2px; 
}

.BackgroundHeader
{
	background-image: url(../images/headerevw/headerevw_04.gif);
}

.HeaderBar
{
	font-size: 10px;
	color: #549ec6;
	background-image: url(../images/headerevw/headerevw_04.gif);
}

.HeaderBar a:link
{
	font-size: 10px;
	color: #FFFFFF;
}

.HeaderBar a:visited
{
	font-size: 10px;
	color: #FFFFFF;
}

.Style6 
{
	font-size: 9px;
}
.InbrengVeld
{
	font-family: Verdana, Helvetica, sans-serif;
	height: 20px;
	padding: 2px;
	color: #000000;
	font-size: 11px;	
	
}
.buttonForm {
	 height: 18px;
	 padding: 2px;
	 color: #000000;
	 background-color: #E4E4E4;
	 border: solid 1px #000000;
	 font-size: 11px;
	 border-style: window-inset;

}
.labelForm 
{
	text-transform: uppercase;
	color: #660066;
}


