/* _____________________________________________________ Redefined HTML-styles _____ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #05375B;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #05375B;
	scrollbar-highlight-color: #05375B;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #E0E0E0;
	scrollbar-arrow-color: #000000;
}

/* _________________________________________________________ text mark-up _____ */

/* standaard margins van de koppen bij IE verschillen met die van Opera en Mozilla
-----margin:0; margin-bottom: 1.2em---- verhelpt dit euvel */

/* stijlen zijn allemaal embedded in de content-cel en erft dus die eigenschappen over -> relatief tov content-class */

H1, H2, H3, H4, H5, H6 {
	font-weight: 600, 
	background: transparent; 
	margin:0; 
	margin-bottom: 1.2em;
	letter-spacing: 1pt;		
	}

h1, h2, h3, h4, h5, h6, body, html, p, table, td, tr, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table {
	font-size: 100%;
}

H1 {
	font-size: 1.5em;
	font-weight: 500;
	color: #FF7F00;
}

H2 {
	font-size: 1.2em;
}

H3 {
	font-size: 1em;
}

TH {
	text-align: left;
}

/* _____________________________________________________________ list styles _____ */

ul {
	list-style-type: square;
}




/* _________________________________________________________ Link Definitions _____ */

/* Hyperlink stijlen staan gedefinieerd in nav.css. Deze stijlen zijn voor de kader-items op de (sub)homepages.
Eigenschappen relatief tov. de content-class */


/* Item styles: Title */
a.itemTitel {
	font-size: 0.9em;
	font-weight: bold;
	color: #05375B;
	letter-spacing: 0px;
	text-decoration: none;
}

a.itemTitel:hover {
	text-decoration: underline;
}

/* Item styles: Text Main Item */
.itemTekstMain {
	font-size: 0.85em;
	color: #05375B;
	letter-spacing: 1px;
	text-decoration: none;
}

.itemTekstMain:hover {
	text-decoration: underline;
}

/* Item styles: Text */
.itemTekst {
	font-size: 0.9em;
	color: #05375B;
	text-decoration: none;
}

.itemTekst:hover {
	text-decoration: underline;
}


/* _________________________________________________________ Form Elements _____ */
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #05375B;
	font-size: 1em;
	margin: 3px 5px;
}
textarea {
	width: 80%;
	height: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #05375B;
	font-size: 1em;
	padding-left: 3px;
}

/* _________________________________________________________ Custom Styles _____ */


/* Primaire stijl definitie: content */

.content {
	font-size: 75%; 
	color: #05375B;
}
.content TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 0.75em; */
	color: #05375B;
} 
.content TH {
	font-weight: bold;
/*	font-size: 0.75em; */
	letter-spacing: 1px;
	text-align: left;
} 

/* Secundaire stijl definitie: sideInfo */
.sideInfo {
	font-size: xx-small;
	color: #05375B;
}

.sideInfo TD {
}

.sideInfo LI {
	margin-left: -15px;
	list-style-type: square;
}

.sideInfo a {
	color: #FF7F00;
	text-decoration: none;
}

/* Stijlen voor applicatiepagina's */

.applicatie {
	font-size: 0.9em;
	color: #05375B;
}
.applicatie TD {

	font-size: 90%;
	color: #05375B; 
	padding: 2px;
}
.applicatie TH {
	font-size: 90%; 
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 2px;
}

/* Additionele stijlen; eigenschappen relatief tov. de content-class */
.tekstKlein {
	font-size: 0.8em;
	color: #05375B;
}
.tekstKleinGrijs {
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
}

.applicatie a:visited {
	color: #666666;
}

form.zoeken a {
	color: #05375B;
	text-decoration: none;
}

form.zoeken a:hover {
	color: #FF7F00;
}