/*Style Sheet voor Internet Explorer*/

/* Inhoud:
Content
Fruitautomaat
Zoeknavigatie
Routebeschrijving
Form Elements
Etc.
 */

 /* Begin Content */

 .contentTekst	{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
}

.contentKop	{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
	font-weight: bold;
}

.contentMeer	{
	font-family: Arial;
	font-size: 12px;
	color: #00b2eb;
}

.contentMeerBlauw	{
	font-family: Arial;
	font-size: 12px;
	color: #007EDD;
	}

.contentMeerGrijs	{
	font-family: Arial;
	font-size: 12px;
	color: #00B2EB;
	}

.contentMeerGroen	{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	}
	
.contentKopWit	{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
/* Einde Content */

/* Begin Fruitautomaat */

.fruittekst	{
	font-family: Arial;
	font-size: 14px;
	color: #002968;
	font-weight: bold;
}

.fruittekstselected	{
	font-family: Arial;
	font-size: 14px;
	color: #FFD700;
	font-weight: bold;
}

.sorterenOp	{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
/* Einde Fruitautomaat*/

/* Begin Zoeknavigatie */
	
.zoekNavigatie	{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
	font-weight : bold;
}
	
.zoekNavniet	{
	font-family: Arial;
	font-size: 12px;
	color: #B2BCCF;
	font-weight : bold;
}

.zoekNavnietBlauw	{
	font-family: Arial;
	font-size: 12px;
	color: #508CB5;
	font-weight : bold;
}

.zoekNavnietGroen	{
	font-family: Arial;
	font-size: 12px;
	color: #59A696;
	font-weight : bold;
}
/* Einde Zoeknavigatie */	

/* Begin Routebeschrijving */

.routeTekst	{
	font-family: Arial;
	font-size: 11px;
	color: #002968;
	}
	
.routeKop	{
	font-family: Arial;
	font-size: 11px;
	color: #002968;
	font-weight: bold;
	}
/* Einde Routebeschrijving */

/* Begin Form elements */

/* SELECT */
.textPulldown{
	font-family: Arial;
	font-size: 11px;
	color: #002968;
	background-color: #ffffff;
	border: 0px none;
}

.textPulldownGeel {
	font-family: Arial;
	font-size: 11px;
	color: #002968;
	background-color: #ffe4a3;
	border: 0px none;
}

.textPulldownGrijs {
	font-family: Arial;
	font-size: 11px;
	color: #002968;
	background-color: #B1BCD6;
	border: 0px none;
}

.textPulldownGrijsLicht {
	font-family: Arial;
	font-size: 11px;
	color: #002968;
	background-color: #E5E9F6;
	border: 0px none;
}

.textPulldownBlauwLicht {
	font-family: Arial;
	font-size: 11px;
	color: #002968;
	background-color: #91ddf4;
	border: 0px none;
}

.textPulldownGroen {
	font-family: Arial;
	font-size: 11px;
	color: #002968;
	background-color: #ffffff;
	border: 0px none;
}

.textPulldownGeelLicht {
	font-family: Arial;
	font-size: 11px;
	color: #002968;
	background-color: #fef7cb;
	border: 0px none;
}


/* INPUT TYPE=TEXT */
.textField{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
	background-color: #d9dee7;
	border: 0px none;
	height: 17px;
}
	
.textField2	{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
	background-color: #FFFFFF;
	border: 0px none;
	height: 17px;
}
	
.textField2b	{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
	background-color: #FFFFFF;
	border: 0px none;
}

.textFieldGeel	{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
	background-color: #ffe4a3;
	border: 0px none;
	height: 17px;
}

.textFieldGrijs	{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
	background-color: #B1BCD6;
	border: 0px none;
	height: 17px;
}

.textFieldGrijsLicht	{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
	background-color: #E5E9F6;
	border: 0px none;
	height: 17px;
}

.textFieldGeelLicht	{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
	background-color: #FEF7CB;
	border: 0px none;
	height: 17px;
}

.textFieldBlauw	{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #48a5ce;
	border: 0px none;
	height: 17px;
}

.textFieldLichtBlauw{
	font-family: Arial;
	font-size: 12px;
	color: #0c326d;
	background-color: #91ddf4;
	border: 0px none;
	height: 17px;
}

.textFieldGroen{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #59a696;
	border: 0px none;
	height: 17px;
}

.textFieldGrijsb	{
	font-size: 12px;
	color: #002968;
	background-color: #B1BCD6;
	border: 0px none;
	height: 17px;
}

.textFieldGrijsRechts {
	font-size: 12px;
	background-color: #B1BCD6;
	border: 0px none;
	height: 17px;
	text-align: right;
}

.textFieldGrijsLichtRechts {
	font-size: 12px;
	background-color: #E5E9F6;
	border: 0px none;
	height: 17px;
	text-align: right;
}

.textFieldGeelb	{
	font-size: 12px;
	background-color: #ffe4a3;
	border: 0px none;
	height: 17px;
}

.textFieldBlauwb	{
	font-size: 12px;
	background-color: #48a5ce;
	border: 0px none;
	color: #FFFFFF;
	height: 17px;
}

.textFieldGroenb{
	font-size: 12px;
	background-color: #59a696;
	border: 0px none;
	color: #FFFFFF;
	height: 17px;
}


.textFieldLichtBlauwb	{
	font-size: 12px;
	background-color: #91ddf4;
	border: 0px none;
	color: #0c326d;
	height: 17px;
}

.textAreaGrijs	{
	font-size: 12px;
	font-family: Arial;
	color: #00b2eb;	
	background-color: #B1BCD6;
	border: 0px none;
}

.textAreaBlauw	{
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;	
	background-color: #48a5ce;
	border: 0px none;
}

.textAreaGroen	{
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;	
	background-color: #59a696;
	border: 0px none;
}

.textAreaGeelb	{
	font-family: Arial;
	font-size: 12px;
	color: #00b2eb;
	background-color: #ffe4a3;
	border: 0px none;
}


.textFieldGeelbAlternate {
	font-size: 12px;
	color: #002968;
	background-color: #fef7cb;
	border: 0px none;
	height: 17px;
}

/* INPUT TYPE=FILE */
.inputFileBlauw	{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #48a5ce;
	border: 0px none;
	height: 17px;
	border-color : #48a5ce;
}
/* INPUT TYPE=RADIO */
.radioButtonGeel {
	font-size: 12px;
	color: #002968;
	background-color: #fef7cb;
	border: 0px none;
	height: 17px;
}

.radioButtonDonkerBlauw {
	color: #002968;
	background-color: #48a5ce;
}

.radioButtonDonkerGeel {
	font-size: 12px;
	color: #002968;
	background-color: #ffe4a3;
	border: 0px none;
	height: 17px;
}

.radioButtonGroen {
	color: #FFFFFF;
	background-color: #88d0b8;
}


.radioButtonBlauw {
	font-size: 12px;
	color: #002968;
	background-color: #91DDF4;
	border: 0px none;
	height: 17px;
}
/* Einde Form elements */


.artikelKopOranje	{
	font-family: Arial;
	font-size: 18px;
	color: #ffa108;
	font-weight: bold;
}

.iconBijschrift{
	position : relative;
	top : -6px;
}	
.contentMeerOranje	{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

.artikelKop2	{
	font-family: Arial;
	font-size: 14px;
	color: #002968;
	font-weight: bold;
}

.zoekNavigatie	{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
	font-weight : bold;
}
	
	
.zoekNav_niet	{
	font-family: Arial;
	font-size: 12px;
	color: #B2BCCF;
	font-weight : bold;
}
	
	
.artikelDatum	{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
}

.artikelKop	{
	font-family: Arial;
	font-size: 18px;
	color: #002968;
	font-weight: bold;
}

	
.artikelIntro	{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
	font-weight: bold;
}

.artikelBron	{
	font-family: Arial;
	font-size: 10px;
	color: #002968;
	font-weight: normal;
}

.zoekenTekst	{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
	text-decoration: none
}

.zoekenKop	{
	font-family: Arial;
	font-size: 12px;
	color: #002968;
	font-weight: bold;
	text-decoration: none
}

.privacyWit	{
	font-family: Arial;
	font-size: 10px;
	color: #002968;
}

.privacyGeel	{
	font-family: Arial;
	font-size: 10px;
	color: #002968;
}

.privacyBlauw	{
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}

.privacyGrijs	{
	font-family: Arial;
	font-size: 10px;
	color: #002968;
}

.privacyGroen	{
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}

.subnavigatieTekstWit	{
	font-family: Arial;
	font-size: 11px;
	color: #002968;
}

.subnavigatieTekstGeel	{
	font-family: Arial;
	font-size: 11px;
	color: #002968;
}

.subnavigatieTekstBlauw	{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}

.subnavigatieTekstGroen	{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}

.subnavigatieTekstGrijs	{
	font-family: Arial;
	font-size: 11px;
	color: #002968;
}

.subnavigatieAdvertentie	{
	font-family: Arial;
	font-size: 10px;
	color: #002968;
}

.advertentie	{
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}

.copyright	{
	font-family: Arial;
	font-size: 10px;
	color: #002968;
}

.fotoOnderschrift	{
	font-family: Arial;
	font-size: 10px;
	color: #002968;
}

.fotoOnderschriftWit	{
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}

