/* external style sheet: 
// function: provides basic style information 
// author: Jonathan Eskes
// 
// History
// Date					Reason		Version
// june 23 1997				Creation	Concept
// Thu Oct 20 11:32:38 CEST 2005	ccagenda.nl
//
// Used hacks:
// The Box Model hack: http://www.communitymx.com/content/article.cfm?page=1&cid=E0989953B6F20B41
// IE 5 center hack (.iehackwrap)
// 3 columns, same lenght: http://www.redmelon.net/tstme/3cols2/ (doesn't work in e-mail, because hotmail removes negative numbers (margin-left)
// color codes:
// groen: #7BBF18;
// oranje: #FF9900;
// rood: #CF2C5A;
// lichtergroen: #DFF7DF;
*/


/*----------------------------------------*/
/* general use ---------------------------*/
/*----------------------------------------*/

html, body	{
	font-size: 90%;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF; /* rgb(254, 246, 174) */
	background-image: url(../afb/bg.gif);
	background-repeat:repeat-x;
	margin-top: 0px;
}

.clear { clear: both; }
.small { font-size: 0.9em; }

body.adBanner {
	background-image: url();
}
body.adBanner a {
	clear: both;
	float: left;
}
html.ad, body.ad {
	background-image: url();
	background-color: #fff;/*#ffefdf;*/
}
body.ad a {
	text-decoration: none;
}

#wrapper {
	width: 942px; /*747px;*/
	margin-left: auto; /* center page */
	margin-right: auto;
	border: 1px solid Black;
	border-top: 0px;
	background-color: #FFFBDF;
}
* html #wrapper {
	width: 944px; /* original width + border left and right */
	w\idth: 942px; /* original width */
}

/* ie 5.x hack to center: */
.iehackwrap { text-align: center;width:100%;/*height:6000px;cursor:pointer;background: #cfe3f7 url(http://server6.dagjeweg.nl/bestanden/takeover_vaderdag_blokjes_transparant.jpg) no-repeat fixed 50% 0;*/}
#wrapper { text-align: left; }


/*----------------------------------------*/
/* header --------------------------------*/
/*----------------------------------------*/

#ccagenda-header {
	width: 942px;
	height: 164px;
	background-image: url(/afb/header.jpg);
	background-repeat: no-repeat;
}


/*----------------------------------------*/
/* menu ----------------------------------*/
/*----------------------------------------*/

#menu {
	width: 932px;
	background-color:#7BBF18; /* rgb 123,191,24*/
	margin: 0px;
	padding: 5px;
	font-size:0.9em;
	font-weight: bold;
	color:#333333;
}
* html #menu {
	width: 942px; /* org width + padding left and right */
	w\idth: 932px; /* original width */
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited, #menu a:active {
	padding: 5px 5px 5px 5px;
	color: #000000;
	background-color:#7BBF18;
	text-decoration:none;
	border-left: 10px solid #FE8204;
	border-right: 1px solid #FE8204;
	margin-right: 2px;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #FE8204;
}

a.button {
	color: #000;
	border: 1px solid #CF2C5A;
	background-color: #dff7df;
	padding-left: 5px;
	padding-right: 5px;
}

/*----------------------------------------*/
/* main (outer) --------------------------*/
/*----------------------------------------*/

#outer {
/*
	border-left-width: 0px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
*/

	border-right-width: 250px;
	border-right-color: #CF2C5A;
	border-right-style: solid;

	border-bottom: 1px solid transparent;/* Firefox: force borders down to bottom */
	background-color: #FFFFFF;
}
.inner { margin: 0; width: 100%;}


/*----------------------------------------*/
/* main ----------------------------------*/
/*------ content (middle/center area)-----*/
/*----------------------------------------*/

#center {
	float: left;
	width: 687px; /*682 + 250 van #right*/
	position: relative;
	z-index: 12;
	margin: 0px;
	padding-left: 5px;
	font-size: 0.9em;
}
* html #center {
	width: 692px; /* org width+padding left and right */
	w\idth: 687px; /* orig width */
}

#center h1,h2,h3,h4,h5,h6 { color:#FF9900; }

#center h1, #center h2,
#serendipity_banner h1 {
	font-size: 1.2em;
	background-image:url(/afb/ccenter.gif);
	background-repeat:no-repeat;
	padding-left:50px;
	margin-top:0;
	height: 25px;
}

#center .tekst {
	padding: 5px 5px 5px 50px;
}

#center p {
	padding: 5px 5px 5px 50px;
}

#center p.searchresult{
	padding: 5px 5px 5px 50px;
}

#center hr {
	background-color:#FF9900;
	height: 2px;
	border: 0px;
}

#center .omschrijvingV,
#center .omschrijving {
	width:200px;
	float:left;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}
#center .omschrijvingV {
	font-weight: bolder;
}

#center .omschrijvingDetail {
	width:200px;
	float:left;
	padding-right: 5px;
	clear: both;
}

#center .onderdeel {
	width: 100%;
	background-color: #dff7df;
	margin-top: 1em;
	font-weight: bolder;
	font-size: 1.1em;
	color: #cf2c5a;
	clear: both;
}


#center select, #center input {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 2px 2px 2px 2px;
}

#center ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

table#agendalist,
table#recensielist {
	padding: 0;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}
table#agendalist caption,
table#recensielist caption {
	border: 1px solid #FF9900;
	background-color: #7BBF18;
	text-align: left;
	font-size: 1em;
}
table#agendalist tr,
table#recensielist tr {
	line-height: 1.5em;
	padding: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
table#agendalist tr.even {
	background-color: #FF9900;
}
table#recensielist td {
	border-bottom: 1px solid #ff9900;
	vertical-align: top;
}
table#recensielist td img {
	height: 70px;
	width: 70px;
	margin-top: 5px;
	padding-right: 5px;
}

table#agendalist tr.titlebar th,
table#recensielist tr.titlebar th {
	border: 0px solid #FF9900;
	background-color: #7BBF18;
	text-align: left;
	font-size: 0.9em;
	font-variant: normal;
}

span.ad {
	/*background-color: #cf2c5a;*/
	text-align: left;
	color: #cf2c5a;
	margin-bottom: 0.5em;
}
span.ad a {
	color: #cf2c5a;
	border-left: 0px solid #cf2c5a;
	border-right: 0px solid #cf2c5a;
}

table#agendalist td,
table#recensielist td {
	padding: 0.1em;
	margin: 0;
}
table#agendalist td.details { width: 7em; }
table#agendalist td.naam { width: 14em; }
table#agendalist td.multimedia { width: 47px; }
table#agendalist td.plaats { width: 7em; }
table#agendalist td.datum { width: 6em; }
table#agendalist td.genre { width: 5em; }
table#agendalist td.uitvoerendMuzikant { width: 13em; }

table#recensielist td.titel { width: 20em; }
table#recensielist td.recensie { width: 3em; }
table#recensielist td.release { width: 6em; }
table#recensielist td.categorie { width: 9em; }

/*----------------------------------------*/
/* main ----------------------------------*/
/*------ left (niet in gebruik) ----------*/
/*----------------------------------------*/

#left {
	width: 0px;
	margin-left: 0px;
	float: left;
	position: relative;
	z-index: 10;
	overflow: hidden;
}


/*----------------------------------------*/
/* main ----------------------------------*/
/*------ nieuwtjes etc. (right area) -----*/
/*----------------------------------------*/

#right {
	margin: 0px;
	padding: 5px;
	width: 240px;
	margin-right: -250px;
	margin-top: 0;/*-278px;*/
	float: left;
	position: relative;
	z-index: 11;
	background-color: #CF2C5A; /*rgb(207,44,90)*/
	font-size:0.9em;
}
* html #right {
	width: 250px; /* original width + padding left + right = 10px */
	w\idth: 240px; /* original width */
}

div#right div { padding: 2px 2px 2px 50px; overflow: hidden; }
div#right div.reclame { padding: 1em 2px 1em 50px; margin: 0; overflow: hidden; }
div#right div.reclame li { list-style-type: none; padding-left: 0; margin-left: 0; }
div#right div.reclame ul { display: inline; }
div#right div.reclame a { text-decoration: underline; }
div#right h2 {
	height: 25px;
	font-size: 1.2em;
	color: #FFFBDF;
	text-decoration: none;
	padding-left:50px;
}
div#right a {
	/* display: block;*/
	text-decoration : none;
	font-size: 1.0em;
}
div#right a:link { color : #FFFBDF; }
div#right a:visited { color : #FFFBDF; }
div#right a:hover { color : Black; }

div#reclameBoven {
	width: 682px;
	height: 100px;
}
div#reclameBoven span {
	float: right;
	font-size: 0.7em;
}

div#nieuwsoverzicht {
	width: 304px;
	clear: both;
	padding-top: 7px;
}
/*----------------------------------------*/
/* footer --------------------------------*/
/*----------------------------------------*/

#footer {
	clear: both;
	/*background: #FEF6AE;*/
	width: 942px; /*747px;*/
	margin-left: auto; /* center page */
	margin-right: auto;
	margin-top: 5px;
	text-align: center;
}

/*----------------------------------------*/
/* general -------------------------------*/
/*----------------------------------------*/

img { border:0; float:left; }
strong.em {font-weight:normal;font-style:italic;}

div#nieuws {
	width: 309px;
	float: left;
	padding-left: 0px;
	padding-top: 10px;
}
* html div#nieuws {
	width: 309px; /* original width + padding left + right = 10px */
	w\idth: 309px; /* original width */
}

/*----------------------------------------*/
/* ads -----------------------------------*/
/*----------------------------------------*/
div#midden {
	height: 1100px;
	width: 160px;
	overflow: hidden;
	float: left;
}

div#mmcontent {
	width: 160px;
	overflow: hidden;
	float: left;
}

div#reclame,
div#reclameROS {
	width: 160px;
	height: 780px;
	/*background-color: #dff7fd;*/
	/*background-color: #ffefdf;*/
	background-color: #fff;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	margin-left: 2px;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
	overflow: hidden;
}
* html div#reclame {
	width: 170px;
	w\idth: 160px;
}
div#reclame {
	height: 1100px;
	border-bottom: 0px solid #f90;
}

div#reclameROS {
	border-left: 0px;
	border-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	height: 790px;
	padding-top: 5px;
}
* html div#reclameROS {
	width: 163px;
	w\idth: 160px;
}

div#contentROS {
	border-left: 1px solid #ff9900;
	width: 677px; /* 932 - 170 van #reclameROS - padding - margin - border */
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}
* html div#contentROS {
	width: 677px;
	w\idth: 671px;
}
div#contentrecensie,
div#contentccvideo {
	padding: 5px;
	border-left: 1px solid #ff9900;
}

div.newsAds {
	width: 680px;
	height: 110px;
	padding-left: 0px;
	margin-bottom: 0em;
	overflow: hidden;
}
div.newsAds span,
div.newsAds a {
	text-decoration: underline;
	color: #7bbf18;
	font-size: 1em;
}
div.newsAdsText {
	width: 160px;
	height: 90px;
	margin-left: 0;
	margin-top: 0;
	font-size: 0.9em;
	color: #ff9900;
	background-color: #fff;/*#ffefdf;*/
}
div.newsAdsBanner {
	width: 120px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 0.9em;
	background-color: #ffefdf;
	border: 1px solid #000;
}
div.newsAds46860 {
	width: 468px;
	height: 60px;
	margin-bottom: 0em;
	overflow: hidden;
}
div.newsAds120600 {
	width: 120px;
	height: 600px;
	margin-bottom: 0em;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
div.bottomAds {
	width: 100%;
	height: 150px;
	background-color: #DFF7DF;
}
div.bannerBottom {
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	height: 110px;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.leaderboard {
	margin-left: auto;
	margin-right: auto;
	width: 728px;
	height: 90px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*----------------------------------------*/
/* news ----------------------------------*/
/*----------------------------------------*/
div.newslead1, div.newslead2 {
	clear: both;
	line-height: 1.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ff9900;
	padding-top: 0px;
}
div.newslead1 h2 {
	text-decoration: underline;
	font-size: 2em;
}
div.newslead1 h2, div.newslead2 h2 {
	margin-top: 0;
	padding-top: 0;
}
div.newslead1 p, div.newslead2 p {
	margin-top: -5px;
	margin-bottom: 0;
}
div.newslead1 a:link,a:visited,a:hover {
	color: #FF9900;
	text-decoration: none;
}
div.newslead2 a:link,a:visited,a:hover {
	color: #7BBF18;
	text-decoration: none;
}
div.newslead1 img, div.newslead2 img {
	border: 1px solid #7BBF18;
	margin-top: 4px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 2px;
}
/* 18.1.07
div.newslead2 img {
	border: 1px solid #FF9900;
	margin-left: 10px;
	margin-right: 0px;
	float: right;
}
*/
div#frontRight {
	float: left;
	width: 378px;
	overflow: hidden;
}
div#aankondiging {
	padding-top: 10px;
	width: 368px;
	float: left;
	overflow: hidden;
}
div#multimedia {
	padding-top: 10px;
	width: 368px;
	float: left;
	overflow: hidden;
}
div#headlines,
div#recensies {
	width: 304px;
	float: left;
	margin-left: 0px;
	border-bottom: 1px solid #ff9900;
	margin-top: 0px;
}
* html div#headlines,
* html div#recensies {
	width: 309px; /* original width + padding left + right = 10px */
	w\idth: 304px; /* original width */
}
div#headlines h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
div#headlines,
div#recensies {
	clear: both;
	padding-bottom: 4px;
	padding-top: 15px;
}
div#headlines {
	padding-top: 0;
	margin-top: 0;
}
div#ccgenre ul {
	padding-left: 45px;
}
div#headlines a,
div#recensies a {
	display: block;
	text-decoration: none;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
}

div#recensies a img {
	height: 20px;
	width: 20px;
	border: 0;
	margin-right: 20px;
	margin-top: 2px;
}
div#populair,
div#audiovideo,
div#ccvideo,
div#ccgenre,
div#releases {
	width: 372px;
	float: left;
	margin-left: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ff9900;
	overflow: hidden;
	margin-bottom: 10px;
}
* html div#audiovideo,
* html div#populair,
* html div#ccgenre,
* html div#releases {
	width: 377px; /* original width + padding left + right = 10px */
	w\idth: 372px; /* original width */
}
div#ccvideo {
	clear: both;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
div#ccvideo h2 {
	color: #CF2C5A;
}
div#releases,
div#populair,
{
	margin-top: 0px;
}
div#ccvideo p {
	width: 327px;
	overflow: hidden;
	padding-left: 40px;
	margin-bottom: 0;
	padding-bottom: 0;
}
div#populair a,
div#audiovideo a,
div#ccvideo a.meer,
div#releases a {
	overflow: hidden;
	display: block;
	text-decoration: none;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.5em;
	height: 1.5em;
	width: 357px;
}
div#ccvideo a {
	display: inline;
	text-decoration: underline;
}
div#videocode {
	margin-left: 0;
}
div#ccvideoreacties {
	clear: both;
	border: 1px solid #CF2C5A;
	padding: 5px;
}
div.ccvideoreactie {
	background-color: #FF9900;
	padding: 5px;
}
div.ccvideobericht {
	font-style: italic;
}
span.ccvideonaam {
	font-size: 0.8em;
}
span.ccvideodatum {
	font-size: 0.8em;
}
div#audiovideo a {
	display: inline;
}
div#audiovideo a.tekst {
	position: absolute;
	left: 325px;
}
div#audiovideo li {
	height:1.7em;
	overflow: hidden;
}
div#populair
{
	color: #CF2C5A;
}
div#populair a {
	text-decoration: underline;
}
div#populair a img,
div#releases a img {
	height: 20px;
	width: 20px;
	border: 0;
	margin-right: 20px;
	margin-top: 2px;
}
div#audiovideo a img {
	margin-right: 5px;
	float: left;
}
div#recensies span,
div#populair span,
div#releases span {
	float: left;
}

div#rechterstrook {
	padding-top: 10px;
	width: 90px;
	height: 344px;
	border-left: 1px solid #f90;
	border-bottom: 1px solid #f90;
	background-color: #ffefdf;
	float: right;
	overflow: hidden;
}
* html div#rechterstrook {
	width: 91px;
	w\idth: 90px;
}
div#rechterstrook h2 {
	background-image:url();
	padding-left: 5px;
	margin-left: 0;
	/*background-image:url(/afb/ccentertrans.gif);*/
}
div#rechterstrook img {
	width: 80px;
	margin-left: 5px;
}
div#rechterstrook div.onlineRadioMuziek {
	text-align: justify;
	margin-bottom: 20px;
}

div.pageno {
	margin-top: 2em;
	margin-bottom: 0.5em;
    text-align: center;
}
div.pageno a { text-decoration: none; }
div.pageno a:link { color: #6eac51; }
div.pageno a:visited { color: Gray; }
div.pageno a:hover { color: #952737; }

div.inschrijvenFrontPage {
	clear: both;
	margin: 0;
    text-align: center;
	margin-bottom: 15px;
}
div.inschrijvenFrontPage a:link {
	color: #cf2c5a;
}

div#artikelLijst {
    float: left;
    width: 85%;
    overflow: hidden;
}
div#artikelLijst div {
    height: 1.8em;
    overflow: hidden;
}

div#artikelPopulariteit {
    padding-top: 0.4em;
    float: right;
    width: 15%;
	overflow: hidden;
}
div#artikelPopulariteit div {
    height: 1.8em;
    overflow: hidden;
}

/*----------------------------------------*/
/* form ----------------------------------*/
/*----------------------------------------*/
form {
	border: 1px solid #ff9900;
}

input, select, textarea {
	color: #000;
	border: 1px solid #CF2C5A;
	background-color: #7BBF18;
}

form p {
	clear: left;
	margin-bottom: 0;
	margin-top: 0;
}
form p label {
	float: left;
	width: 13em;
}


/*----------------------------------------*/
/* muzieklinks pagina --------------------*/
/*
// color codes:
// groen: #7BBF18;
// oranje: #FF9900;
// rood: #CF2C5A;
// lichtergroen: #DFF7DF;
*/
/*----------------------------------------*/
div.hoofdrubriek {
	width: 682px;
	clear: both;
}
#center h2,
#center div.newslead1 h2,
#center div.newslead2 h2,
#center div#simple h2,
#center div#advanced h2,
#center div#releases h2,
#center div#recensies h2,
#center div#populair h2,
#center div#headlines h2
{
	color: #FF9900;
	height: 25px;
}
#center div.hoofdrubriek h2 {
	background-image: url();
	padding-left: 5px;
	text-align: center;
	background-color: #dff7df;
	color: #cf2c5a;
	font-size: 1.1em;
	margin-bottom: 0;
	margin-top: 0.5em;
}
div.rubriek {
	width: 30%;
	background-color: #DFF7DF;
	padding: 0.2em;
	float: left;
	height: 10em;
	border: 0;
	margin: 5px;
}
div.rubriek h3 {
	font-size: 1em;
	color: #f90;
	background-image: url();
	background-color: #dff7df;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
}
div.rubriek a:hover, div.rubriek a:visited, div.rubriek a:active, div.rubriek a:link {
	display: block;
	text-decoration: underline;
	color: #000;
	height: 1.2em;
	overflow: hidden;
}
div#linkpage img.siteimage {
	float: left;
	margin-top: 8px;
	margin-right: 1em;
}
div#samenvatting {
	margin-left: 0em;
	margin-top: 0;
}
div#comment {
	clear: both;
	float: left;
}
div.usercomment {
	clear: both;
	float: left;
}

/*----------------------------------------*/
/* nieuwspagina --------------------------*/
div#ads46860 {
	clear: both;
	height: 90px;
	width: 468px;
	margin-left: auto;
	margin-right: auto;
}
div#ads46860 a {
	text-decoration: underline;
	font-size: 1em;
	clear: both;
}

div#ads250250 {
	float: right;
	width: 250px;
	height: 250px;
	padding: 5px;
	padding-right: 0;
	padding-top: 0;
	margin-left: 5px;
	border-left: 1px solid #ff9900;
}
* html div#ads250250 {
	width: 260px;
	w\idth: 250px;
}
div#ads250250 a {
	text-decoration: none;
	font-size: 0.9em;
}

/*----------------------------------------*/
/*----------------------------------------*/
/* concertagenda pagina's ----------------*/
/*----------------------------------------*/
div.cagendacontent {
	margin-top: 1em;
	float: right;
	width: 199px; /*932-250-10-468*/
	margin-left: 5px;
	height: 70px;
	text-align: center;
}
div.cagendaadvert {
	clear: both;
	float: left;
	width: 680px;
	height: 110px;
	margin-top: 1em;
}
div.cagendaadvert a {
	clear: both;
	text-decoration: underline;
}

/*----------------------------------------*/
/* concertdetail pagina's ----------------*/
/*----------------------------------------*/
div.reclameConcertInfo {
	margin-left: 50px;
	width: 468px;
	height: 80px;
	overflow: hidden;
}
div.reclameConcertInfo a {
	clear: both;
	text-decoration: underline;
}
div.addDetailText {
	float: left;
	width: 180px;
	height: 80px;
	overflow: hidden;
}
div.addDetailBanner {
	float: right;
	width: 468px;
	height: 90px;
	overflow: hidden;
}

/*----------------------------------------*/
/* recensie pagina's ---------------------*/
/*----------------------------------------*/
div.recensie {
	padding: 5px 5px 5px 50px;
	background-color: #dff7df;
}
div.recensie img {
	border: 1px solid #ff9900;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}
div.recensie a {
	color: #cf2c5a;
}
div#recensietekst {
	background-color: #dff7df;
	width: 500px;
}
div#recensietekst h2 {
	margin-top: 1em;
	background-image:none;
	color: #cf2c5a;
}
div#recensiemeta {
	border: 0px solid #ff9900;
	background-color: #dff7df;
	width: 300px;
	float: right;
}
div#recensietopleft {
	width: 500px;
	float: left;
}
div#recensietopleft span {
	display: block;
}
span.recensietitle {
	font-weight: bold;
}

div#recensiesamenvatting {
	width: 500px;
	font-weight: bold;
}

ul#recensieURLLijst {
	margin-top: 1em;
}
p.auteur {
	text-align: right;
}
div#recensiereacties {
	margin-top: 10px;
	clear: both;
	border: 1px solid #CF2C5A;
	padding: 5px;
}
div.recensiereactie {
	background-color: #FF9900;
	padding: 5px;
}
div.recensiebericht {
	font-style: italic;
}
span.recensienaam {
	font-size: 0.8em;
}
span.recensiedatum {
	font-size: 0.8em;
}

/*
// groen: #7BBF18;
// oranje: #FF9900;
// rood: #CF2C5A;
// lichtergroen: #DFF7DF;
*/
