/*
Groene versie De Stoof -------------------------- */

body {
background-image	: url(../img/groen/bg.jpg);
font-family			: Arial, Helvetica, Arial, sans-serif;
}


/* Header ---------------------------------------------------------- */
.logo a {
background-image	:  url(../img/groen/logo.jpg);
}

.css_switcher {
background-image	:  url(../img/groen/bg_switch.jpg);
}

.css_switcher a.groen,
.css_switcher2 a.groen {
display				: none;
}

.css_switcher a.blauw {
background-image	:  url(../img/groen/buttons/blauw_over.jpg);
}
.css_switcher a.rood {
background-image	:  url(../img/groen/buttons/rood_over.jpg);
}
.css_switcher a.bruin {
background-image	:  url(../img/groen/buttons/bruin_over.jpg);
}

.css_switcher a:hover.blauw {
background-image	:  url(../img/groen/buttons/blauw_up.jpg);
}
.css_switcher a:hover.rood {
background-image	:  url(../img/groen/buttons/rood_up.jpg);
}
.css_switcher a:hover.bruin {
background-image	:  url(../img/groen/buttons/bruin_up.jpg);
}


/* Hoofdnavigatie -------------------------------------------------- */

/* Eerste niveau */
#hoofdnav li a,
#hoofdnav li.first a,
#hoofdnav li.last a {
border-color			: #8db395;
background-color		: #0d5e1d;
color					: #c2d7c6;
font-size				: 12px;
}

#hoofdnav li a:hover {
background-color		: #0d5e1d;
color					: #ffffff;
}

#hoofdnav li a.selected,
#hoofdnav li a:hover.selected {
background-color		: #8db395;
color					: #ffffff;
}

/* Tweede niveau */
#hoofdnav li ul li a,
#hoofdnav li.first ul li a,
#hoofdnav li.last ul li a {
border-color			: #0d5e1d;
background-color		: #0d5e1d;
color					: #c2d7c6;
font-size				: 11px;
}

#hoofdnav li ul li a:hover,
#hoofdnav li.first ul li a:hover,
#hoofdnav li.last ul li a:hover {
border-left-color		: #8db395;
border-right-color		: #8db395;
background-color		: #8db395;
color					: #ffffff;
}


/*
Content ------------------------------------------------------------ */
#wrap {
background-image		:  url(../img/groen/bg_wrap.jpg);
}


/* Submenu */
.submenu li a {
background-color		: #8db395;
color					: #ffffff;
font-size				: 11px;
}

.submenu li a:hover {
background-color		: #8db395;
color					: #0d5e1d;
}

.submenu li a.selected {
background-color		: #8db395;
color					: #0d5e1d;
}


/* Maandactie */
.maandactie_home {
background-image		: url(../img/groen/maandactie_home.jpg);
}

.maandactie_actie {
background-image		: url(../img/groen/maandactie_actie.jpg);
}

.maandactie {
background-color		: #0d5e1d;
}

.maandactie h2 {
background-image		: url(../img/groen/maandactie.gif);
}

.maandactie p {
font-size				: 11px;
line-height				: 16px;
}

/* Opmaak tekst */
.column_center h1 {
background-color		: transparent;
color					: #0d5e1d;
font-size				: 24px;
}

.column_center h2 {
background-color		: transparent;
color					: #0d5e1d;
font-size				: 14px;
}

.column_center h3 {
background-color		: transparent;
color					: #000000;
font-size				: 12px;
}


.column_center p {
font-size				: 12px;
}

.column_center ul {
font-size				: 12px;
}

.column_center ol {
font-size				: 12px;
}

.column_center a {
background-color		: transparent;
color					: #000000;
}

.column_center a:hover {
background-color		: transparent;
color					: #0d5e1d;
}

/* Actie */
.actie em {
color					: #0d5e1d;
}


/* Fotoboek */
.column_fotoboek a {
background-image		: url(../img/groen/fotoboek.gif);
color					: #ffffff;
font-size				: 11px;
}

.column_fotoboek a:hover {
color					: #c2d7c6;
}


/* Beeldkolom */
.column_right_home p,
.column_right_foto p {
padding				: 0px 10px 1em 10px;
color				: #0d5e1d;
font-size 			: 11px;
line-height			: 16px;
}

/* Footer ---------------------------------------------------------- */
#footer li {
border-color			: #8db395;
background-color		: #0d5e1d;
color					: #c2d7c6;
font-size				: 12px;
}

#footer li.adres {
font-size				: 11px;	
}

#footer li a {
background-color		: #0d5e1d;
color					: #c2d7c6;
}

#footer li a:hover,
#footer li a.selected {
background-color		: #0d5e1d;
color					: #ffffff;
}

#footer li.last strong {
background-color		: #0d5e1d;
color					: #ffffff;
}