<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*MESSAGES.CSS*/

/*ItemOnzichtbaar*/
.ItemOnzichtbaar{display:none}

/*PASEN*/
.Pasen{
z-index:2;
position:relative;
top:111px !important;
left:-3.5%;
width:200px;
height:150px;
background:url('../images/pasen.gif') no-repeat
}

/*PINKSTEREN*/
.Pinksteren{
z-index:2;
position:relative;
top:80px !important;
left:-2%;
padding-top:0;
padding-left:100px;
width:290px;
height:177px;
font-family:Georgia, Times New Roman, Times, serif;
font-size:1.3em;
color:#fff;
text-shadow:1px 1px 1px #000;
background:url('../images/pinksteren.png') no-repeat
}

/*SINTERKLAAS*/
.Sinterklaas{
z-index:2;
position:relative;
top:98px !important;
left:-2.0%;
width:110px;
height:150px;
background:url('../images/sinterklaas.png') no-repeat
}

/*KERST*/
.Kerst{
z-index:2;
position:relative;
top:130px !important;
left:-5%;
padding-top:0;
padding-left:160px;
width:376px;
height:115px;
font-family:Georgia, Times New Roman, Times, serif;
font-size:1.3em;
color:#fff;
text-shadow:1px 1px 1px #000;
background:url('../images/kerst.gif') no-repeat
}

/*NIEUWJAAR*/
.Nieuwjaar{
z-index:2;
position:relative;
top:105px !important;
left:-4.0%;
padding-top:0;
padding-left:60px;
width:132px;
height:150px;
font-family:Georgia, Times New Roman, Times, serif;
font-size:1.4em;
font-style:italic;
color:#f0e68c;
text-shadow:1px 1px 1px #000;
background:url('../images/nieuwjaar.png') no-repeat
}

/*CITROEN*/
.Citroen{
z-index:2;
position:relative;
top:88px !important;
left:-5.8%;
width:128px;
height:128px;
background:url('../images/citroen.gif') no-repeat
}

/*APPEL GROEN*/
.Appel{
z-index:2;
position:relative;
top:100px !important;
left:-6.0%;
width:128px;
height:128px;
background:url('../images/appel.gif') no-repeat
}

/*SLA*/
.Sla{
z-index:2;
position:relative;
top:100px !important;
left:-6.0%;
width:128px;
height:128px;
background:url('../images/sla.gif') no-repeat
}

/*RODE APPEL*/
.RodeAppel{
z-index:2;
position:relative;
top:100px !important;
left:-6.0%;
width:128px;
height:128px;
background:url('../images/rode-appel.gif') no-repeat
}

/*BLOEMKOOL*/
.Bloemkool{
z-index:2;
position:relative;
top:100px !important;
left:-6.0%;
width:128px;
height:128px;
background:url('../images/bloemkool.gif') no-repeat
}

/*BROCCOLI*/
.Broccoli{
z-index:2;
position:relative;
top:100px !important;
left:-6.0%;
width:128px;
height:128px;
background:url('../images/broccoli.gif') no-repeat
}
</pre></body></html>