/* ************************************************************************** */
/* * BASISKLEUREN                                                           * */
/* ************************************************************************** */
/* --- ALGEMEEN ------------ zie beeldend ----------------------------------- */
/* --- MUZIEK -------------- donker: e7af37 - mid: f3d79b - licht: f8e7c3 --- */
/* --- DANS ---------------- donker: eaac88 - mid: f4d5c3 - licht: f9e6db --- */
/* --- BEELDEND ------------ donker: a31c1c - mid: d18d8d - licht: e3baba --- */
/* --- THEATER ------------- donker: 313688 - mid: c1c2db - licht: 989ac3 --- */
/* ************************************************************************** */


/* ************************************************************************** */
/* * BODY                                                                   * */
/* ************************************************************************** */

body#algemeen { background: #d18d8d url('../images/bg/beeldend.png') top left repeat-y; }
body#muziek   { background: #f3d79b url('../images/bg/muziek.png') top left repeat-y; }
body#dans     { background: #f4d5c3 url('../images/bg/dans.png') top left repeat-y; }
body#beeldend { background: #d18d8d url('../images/bg/beeldend.png') top left repeat-y; }
body#theater  { background: #c1c2db url('../images/bg/theater.png') top left repeat-y; }
body#musical  { background: #f4d5c3 url('../images/bg/dans.png') top left repeat-y; }

* html body#algemeen { background: #d18d8d url('../images/bg/beeldend-ie6.gif') top left repeat-y; }
* html body#muziek   { background: #f3d79b url('../images/bg/muziek-ie6.gif') top left repeat-y; }
* html body#dans     { background: #f4d5c3 url('../images/bg/dans-ie6.gif') top left repeat-y; }
* html body#beeldend { background: #d18d8d url('../images/bg/beeldend-ie6.gif') top left repeat-y; }
* html body#theater  { background: #c1c2db url('../images/bg/theater-ie6.gif') top left repeat-y; }
* html body#musical  { background: #f4d5c3 url('../images/bg/dans-ie6.gif') top left repeat-y; }


/* ************************************************************************** */
/* * LINKS                                                                  * */
/* ************************************************************************** */

#algemeen #showContent h2,
#algemeen #showRight a       { color: #a31c1c; border-bottom: 1px solid #e3baba; }
#algemeen #showRight a:hover { color: #000; background: #e3baba; border-bottom: 1px solid #a31c1c; }

#muziek #showContent h2,
#muziek #showRight a         { color: #e7af37; border-bottom: 1px solid #f8e7c3; }
#muziek #showRight a:hover   { color: #000; background: #f8e7c3; border-bottom: 1px solid #e7af37; }

#dans #showContent h2,
#dans #showRight a           { color: #eaac88; border-bottom: 1px solid #f9e6db; }
#dans #showRight a:hover     { color: #000; background: #f9e6db; border-bottom: 1px solid #eaac88; }

#beeldend #showContent h2,
#beeldend #showRight a       { color: #a31c1c; border-bottom: 1px solid #e3baba; }
#beeldend #showRight a:hover { color: #000; background: #e3baba; border-bottom: 1px solid #a31c1c; }

#theater #showContent h2,
#theater #showRight a        { color: #313688; border-bottom: 1px solid #989ac3; }
#theater #showRight a:hover  { color: #000; background: #989ac3; border-bottom: 1px solid #313688; }

#musical #showContent h2,
#musical #showRight a       { color: #eaac88; border-bottom: 1px solid #f9e6db; }
#musical #showRight a:hover { color: #000; background: #f9e6db; border-bottom: 1px solid #eaac88; }


/* ************************************************************************** */
/* * CONTENT                                                                * */
/* ************************************************************************** */

#algemeen #showTitle h1,
#algemeen #showContent h1,
#algemeen #showContent h2,
#algemeen #showFooter a:hover
	{ color: #a31c1c; }
#muziek #showTitle h1,
#muziek #showContent h1,
#muziek #showContent h2,
#muziek #showFooter a:hover
	{ color: #e7af37; }
#dans #showTitle h1,
#dans #showContent h1,
#dans #showContent h2,
#dans #showFooter a:hover
	{ color: #eaac88; }
#beeldend #showTitle h1,
#beeldend #showContent h1,
#beeldend #showContent h2,
#beeldend #showFooter a:hover
	{ color: #a31c1c; }
#theater #showTitle h1,
#theater #showContent h1,
#theater #showContent h2,
#theater #showFooter a:hover
	{ color: #313688; }
#musical #showTitle h1,
#musical #showContent h1,
#musical #showContent h2,
#musical #showFooter a:hover
	{ color: #eaac88; }
	

/* ************************************************************************** */
/* * ZOEKEN                                                                 * */
/* ************************************************************************** */

#algemeen input.snelZoeken { background: #d18d8d; border: 1px solid #a31c1c; }
#muziek input.snelZoeken   { background: #f8e7c3; border: 1px solid #e7af37; }
#dans input.snelZoeken     { background: #f4d5c3; border: 1px solid #eaac88; }
#beeldend input.snelZoeken { background: #d18d8d; border: 1px solid #a31c1c; }
#theater input.snelZoeken  { background: #989ac3; border: 1px solid #313688; }
#musical input.snelZoeken  { background: #f4d5c3; border: 1px solid #eaac88; }


/* ************************************************************************** */
/* * ACTIVITEITEN RECHTS BOVEN                                              * */
/* ************************************************************************** */

#algemeen #previewActiviteiten { border: 1px solid #a31c1c; }
#muziek #previewActiviteiten   { border: 1px solid #e7af37; }
#dans #previewActiviteiten     { border: 1px solid #eaac88; }
#beeldend #previewActiviteiten { border: 1px solid #a31c1c; }
#theater #previewActiviteiten  { border: 1px solid #313688; }
#musical #previewActiviteiten  { border: 1px solid #eaac88; }


/* ************************************************************************** */
/* * FORMS                                                                  * */
/* ************************************************************************** */
	
#algemeen input.submit { border: 1px double #a31c1c; background: #d18d8d; }
#muziek input.submit   { border: 1px double #e7af37; background: #f8e7c3; color: #000; }
#dans input.submit     { border: 1px double #eaac88; background: #f4d5c3; color: #000; }
#beeldend input.submit { border: 1px double #a31c1c; background: #d18d8d; }
#theater input.submit  { border: 1px double #313688; background: #989ac3; }
#musical input.submit  { border: 1px double #eaac88; background: #f4d5c3; }


