/* Spezielle, variierende Formatierungen nur fuer die Homepage/Startseite */

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

hr {
  height: 1px;
	color: #d3bbd9;
	background-color: #d3bbd9;
	border: 0;
}

div#content h1 {
  font-size: 150%;
  color: #8820a1;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}

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



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

div#header_wrap {
  background: #f0f0f0 url(/fileadmin/templates/img/bg_wrap_home.gif);
}

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

div#content {
  width: 700px;
	padding: 0 0 0 10px;
}

div#footer {
  margin: 20px 0px 0px 0px;
}

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

.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(/fileadmin/templates/img/box_rounded_213px_top.png) no-repeat;
}
.box_rounded .bottom {
  height: 5px;
	font-size: 1px;
	background: url(/fileadmin/templates/img/box_rounded_213px_bottom.png) no-repeat;
}
.box_rounded .content {
  padding: 0px 5px;
	color: #fff;
	line-height: 120%;
	text-align: left;
}



.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_green .content span {
	margin-top: -25px;
}*/

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

