/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash div#cntWelkom h1 {
	visibility: hidden;
	color:#c03;
	font-size: 16px;
	padding: 0;
	width: 99%;
	position: relative;	
}

.sIFR-hasFlash #cntProjectenHome h2,
.sIFR-hasFlash #cntHelpenHome h2,
.sIFR-hasFlash #cntCrossContent h2,
.sIFR-hasFlash div#cntContent h1,
.sIFR-hasFlash div#cntContent h2,
.sIFR-hasFlash div#cntContent ul#lstVrijwilligers h2 {
	visibility: hidden;
	width: 99%;
}

div#cntProjectenHome p.city {
	visibility: visible !important;
	width: auto !important;
	
}

div#cntProjectenHome h3, span.sliderText h3.sIFR-replaced, div#cntProjectenHome p.city {
	font-size: 14px;
	color: #ffffff !important;
	visibility: visible !important;
}

div#cntContent h1 {
	color: #39c;
	font-size: 18px;
	margin-bottom: 8px;
	padding: 0;
}

div#cntContent h2 {
	color: #39c;
	font-size: 14px;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.4;
}

div#cntContent ul#lstProjecten h2, div#cntContent ul#lstNieuws h2 {
	margin: 0 !important;
	width: 230px !important;
}

div#cntContent h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	position:relative;
	z-index: 999;
}

div#cntContent ul#lstVrijwilligers h2 {
	font-size: 18px;
}

#cntProjectenHome h2, #cntHelpenHome h2, #cntCrossContent h2 {
	visibility: hidden;
	color:#c03;
	font-size: 16px;
	line-height: 1.4;
	padding: 0;
	margin-bottom: 3px;
	width: 99%;
	position: relative;	
}

body.kids #cntContent h1 {
	font-size: 32px;
}

body.col3 div#cntContent h1 {
	width: 417px !important;
	letter-spacing: 1px;
}