/* Style Sheet for MVBF Main
 V1.00 05-10-2005 JC Initial version
 V1.01 06-10-2005 KA lots more added
 */

 body { 
    font-family: Verdana, sans-serif;
	background-image: url(../gfx/bg.gif); 	
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
}

a:link		{ color: #0000ff; text-decoration: none; }	/* kleur van een link */
a:visited	{ color: #0000ee; text-decoration: none; }	/* kleur van een bezochte link */

a:hover {		/* mouse over */
	font-weight: bold;
	text-decoration: underline;
}

a:active {		/* kleur active link */
	color: #FF0000; 
	text-decoration: none;
}

th, td, .default {
	font-size: 9pt;
	color: #C25E10;				/* main text color  */
}


.alfabet {
	background-color: #cccc99;				
	color: #c25e10;
	font-size: 11pt;
	font-weight: bold;
	width: 18px;
}

.top_space {					/* heading aan het begin van elke webpage  */
    font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: 900;
	letter-spacing: 0.4em;
	background-color: #cccc99;				
	color: #ffffcc;				
}

.top_last_update {					/* onder heading aan het begin van elke webpage  */
    font-family: Verdana, sans-serif;
	font-size: 7pt;
	color: #bbbb88;				
}

.footer_space {
	font-size: 7pt;
	text-align: center;
	vertical-align: bottom;
	color: #666666;
}

.back2top {
	font-size: 8pt;
	text-align: left;
	vertical-align: bottom;
	color: #666666;
}

.subkop {					/* kopjes in reviews, interviews, fotos */
	color: #a03c00;
	font-size: 12pt;
	font-weight: bolder;
	background-color: #cccc99;				
}

.review_label {					/* label omschrijving bij review*/
	color: #a03c00;
	font-size: 7pt;
	font-weight: normal;
	background-color: #cccc99;				
}

.mvbf_staart {					/* staart in reviews, interviews, fotos e.d */
	color: #ffffcc;
	font-size: 7pt;
	font-weight: normal;
	background-color: #cccc99;				
	letter-spacing: 0.4em;
}

.curkop {					/* kopjes in curriculum */
	color: #ddddaa;
	font-size: x-large;
	font-weight: bolder;
}

.intvraag {
	color: #c25e10;
	font-size: 9pt;
	font-weight: bold;
/*	font-style: italic;	*/
}

.links_soort {
	background-color: #6666ff;				
	color: #ffffcc;
	font-size: 12pt;
	font-weight: bolder;
	letter-spacing: 0.6em;
}

.shadow3 {	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=3); }
.shadow5 {	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=5); }
.shadow10 {	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=10); }

