body {
	font-family: Arial, Helvetica, sans-serif;
		line-height: 1.3em;
	font-size: 0.8em;
	}



.broodZwart {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #000000;
	font-size: 0.8em;
	font-weight: normal;
}
.broodWit {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: normal;
}


.bg {
background-color: #0D377E;
background-image: url(images/_bg.gif);
background-repeat: repeat-y;
}

.bga {
background-color: #339966;
background-image: url(images/_bg2.gif);
background-repeat: repeat-y;
}


#kleinWit {
	font-size: 0.7em;
	color: #FFFFFF;
	margin: -18px 2px -6px 0;
}



/*doorzichtige layer png*/

.sjerp{
background-position: top left;
background-repeat:no-repeat;

 /* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/sjerp-img.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.sjerp[class] {
  background-image:url(images/sjerp-img.png);
}



.sjerpklein{
background-position: top left;
background-repeat:no-repeat;
cursor:pointer;
 /* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/sjerp-img-klein.png');
background-size: 150px 243px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.sjerpklein[class] {
  background-image:url(images/sjerp-img-klein.png);
  
}