/* evrgreen home styles */
.header{
	background-image:url(../../imgs/headers/eg.jpg);
}

#contentholder		{
	background-image:url(../../imgs/backgrounds/egTop.jpg); 
	background-color:#dfe4b2;
}

#content			{
	background-image:url(../../imgs/backgrounds/egBot.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom left;
}

#subcontent_bottom	{
	margin-bottom: 90px;
}

#headerLu			{
	display:none;
}

#crumblepath a		{
	color:#9d6234;
}

#submenu ul li a{
	color:#09542b;
}

a:hover{
	color:#09542b;
}

h1, h2, h3 {
	color:#09542b;
}

.accordion{
	cursor:pointer;
	background-color:#8cc63e;
	padding:3px;
	padding-left:20px;
	background-image:url(../../imgs/content/arrows/eg_arrow_right.gif);
	background-repeat:no-repeat;
	color:#09542b;
}

.accordion_active{
	background-image:url(../../imgs/content/arrows/eg_arrow_down.gif);
	background-repeat:no-repeat;
	color:#09542b;
}

.accordion#egCru {
	background-color:#42c2f1;
	background-image:url(../../../imgs/content/arrows/egCru_arrow_right.gif);
	color:#17297d;
}

.accordion_active#egCru {
	background-image:url(../../../imgs/content/arrows/egCru_arrow_down.gif);
	background-repeat:no-repeat;
	color:#17297d;
}

.accordion#egHar {
	background-color:#d99300;
	background-image:url(../../../imgs/content/arrows/egHar_arrow_right.png);
	color:#fed949;
}

#egHar.accordion {eg.css (regel 57)
background-color:#42C2F1;
background-image:url(../../../imgs/content/arrows/egHar_arrow_right.png);
color:#fed949;
}

.accordion_active#egHar {
	background-image:url(../../../imgs/content/arrows/egHar_arrow_down.png);
	background-repeat:no-repeat;
	color:#fed949;
}

.datatable .firstrow{
	background-color:#09542b;
}