/* Spezielle, variierende Formatierungen fuer die gruenen Seiten */

/* ---------- ---------- ---------- ---------- ---------- SELECTORS */

div#content h1, div#navi2 h1 {
	background: #085;
}

/* ---------- ---------- ---------- ---------- ---------- LINKS */

ul#navi_l2 li a:hover {
	background: #085 url(/fileadmin/templates/img/green/bg_navi2_l2.png) no-repeat;
}
ul#navi_l2 li a.act {
	background: #085 url(/fileadmin/templates/img/green/bg_navi2_l2_act.png) no-repeat !important;
}

ul#navi_l3 li a:hover {
	background: none;
  text-decoration: underline;
}
ul#navi_l3 li a.act {
	background: #b08cba url(/fileadmin/templates/img/arrow_w.png) no-repeat left center;
  text-decoration: underline;
}

/* ---------- ---------- ---------- ---------- ---------- LAYOUT */

div#header_wrap {
  background: #ebf6f2 url(/fileadmin/templates/img/bg_wrap.gif); /* gruen: ebf6f2, rot: fbe5ea, gelb: fef4e9; */
}

div#header {
  background: url(/fileadmin/templates/img/green/bg_header.gif) no-repeat top right;
}

div#content {
	background: #e5f3ee;
}


/* ---------- ---------- ---------- ---------- ---------- CLASSES */

div#content div.box {
  background: #d3ebe2;
}

#marginal .box_colored {
	background: #e5f3ee url(/fileadmin/templates/img/green/bg_marginal_box.gif) repeat-x top;
	padding-bottom: 5px;
}

#marginal .box_colored .head {
  background: #085 url(/fileadmin/templates/img/green/bg_marginal_head.png) no-repeat;
	height: 22px;
	margin-bottom: 10px;
}

/* stylesheet created by RNM3 */

