/* Stylesheet voor de pagina achtergrond en introtekst kleur */

body.thema1 { background: #fff url(../images/background1.png) repeat-y; }
.thema1 #contentintro { color: #0D7EFE; }

body.thema2 { background: #fff url(../images/background2.jpg) no-repeat; }
.thema2 #contentintro { color: #0D7EFE; }

body.thema3 { background: #000 url(../images/background3.jpg) no-repeat; }
.thema3 #contentintro { color: #F8EB21; }

body.thema4 { background: #534F5E url(../images/background4.jpg) no-repeat 0px 0px fixed; }
.thema4 #contentintro { color: #534F5E; }

body.thema5 { background: #000 url(../images/background5.jpg) no-repeat; }
.thema5 #contentintro { color: #0D7EFE; } 

