<!DOCtype css>
/* Stijlen voor jeugdpagina */
/* Oproepen in html-pagina d.m.v. <link rel="stylesheet" href="StijenVoorJeugdpagina.css"> */
/* Versie: 170809 */ 
	p 	{ font-family: Verdana; font-size: 14px; }
	p  	{ font-family: Verdana; font-size: 14px; } 
	
	p  	{ font-family: Verdana; font-size: 14px; } 
	h1  { font-family: Verdana; font-size: 20px; }
	h2 	{ font-family: Verdana; font-size: 18px; }
	h3 	{ font-family: Verdana; font-size: 16px; }
	p  	{ font-family: Verdana; font-size: 14px; } 

<style type="text/css">
/*** maak de hoogte en breedte gelijk aan je afbeeldingen **/
#slideshow {
position:absolute;
top:100;
left:100;
height:300px;
width:520px;
}
#slideshow .slide {
position:absolute;
top:100;
left:100;
z-index:8;
opacity:0.0;
}
#slideshow div.active {
z-index:10;
opacity:1.0;
}
#slideshow div.last-active {
z-index:9;
}
</style>