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

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

div#content h1, div#navi2 h1 {
	background: #6d1f80;
}

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

ul#navi_l2 li a:hover {
	background: #6d1f80 url(/img/purple/bg_navi2_l2.png) no-repeat;
}
ul#navi_l2 li a.act {
	background: #6d1f80 url(/img/purple/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(/img/arrow_w.png) no-repeat left center;
  text-decoration: underline;
}

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

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

div#header {
  background: url(/img/purple/bg_header.gif) no-repeat top right;
}
div#content {
	background: #fff;
}


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

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

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

#marginal .box_colored .head {
  background: #6d1f80 url(/img/purple/bg_marginal_head.png) no-repeat;
	height: 22px;
	margin-bottom: 10px;
}



/* boxes angebote */

.box_rounded {
  width: 213px;
	text-align: center;
	float: left;
	margin: 0px 18px 12px 0px;
}
* html .box_rounded {
	margin: 0px 15px 12px 0px;
}

.box_rounded .top {
  height: 5px;
	font-size: 1px;
	background: url(/img/box_rounded_213px_top.png) no-repeat;
}
.box_rounded .bottom {
  height: 5px;
	font-size: 1px;
	background: url(/img/box_rounded_213px_bottom.png) no-repeat;
}
.box_rounded .content {
  padding: 0px 5px;
	color: #fff;
	line-height: 120%;
	text-align: left;
	min-height: 400px;
}
* html .box_rounded .content {
	height: 390px;
}

.box_rounded .content ul {
	margin: 1.5em 0 1em 0;
	padding: 1em 0 0 18px;
	border-top: 1px solid #fff;
	line-height: 140%;
}
.bg_yellow .content ul {
	border-top-color: #f9c993;
}
.bg_red .content ul {
	border-top-color: #ed8098;
}
.bg_green .content ul {
	border-top-color: #80c4aa;
}

.box_rounded .content a {
	color: #fff;
}

.box_rounded .content span {
	display: block; 
	color: #fff; 
	font-weight: bold; 
	font-size: 110%; 
	margin-top: -32px; 
	padding: 0 35px 2px 6px;
	text-decoration: none;
}

/*.bg_green .content span, .bg_red .content span {
	margin-top: -25px;
	padding: 0 35px 9px 6px;
}*/

.bg_red .content span {
	margin-top: -25px;
	padding: 0 35px 9px 6px;
}

#angebote h1 {
	color: #8820A1;
	font-size: 150%;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 2px 10px;
}

hr {
	background-color: #D3BBD9;
	border: 0 none;
	color: #D3BBD9;
	height: 1px;
	margin-bottom: 1em;
}

