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

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

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

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

ul#navi_l2 li a:hover {
	background: #db0031 url(/fileadmin/templates/img/red/bg_navi2_l2.png) no-repeat;
}
ul#navi_l2 li a.act {
	background: #db0031 url(/fileadmin/templates/img/red/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: #fbe5ea url(/fileadmin/templates/img/bg_wrap.gif); /* gruen: ebf6f2, rot: fbe5ea, gelb: fef4e9; */
}

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

div#content {
	background: #fbe5ea;
}


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

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

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

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

/* stylesheet created by RNM3 */

