.plant{
	margin-top:20px;
}
.index{
	clear:both;
	display:block;
	padding-top:15px;
	padding-bottom:10px;
	color: rgba(255,7,7,0.9);
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
	font-weight: bold;
	font-size:40px;
}
/* Kennzeichnung NEU */
img.neu{
   float: right;
   margin-top: -0.2em;
   z-index: 50;
}
.anker{
	width: 1px;
	height: 80px;
	margin-top:-80px;
	visibility: hidden;
	position: relative;
}

a {
  color: #dc3545;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #dc3545;
  text-decoration: underline;
}


/* Preise */
a.price_a,
a.price_b,
a.price_c,
a.price_d,
a.price_e,
a.price_f,
a.price_g,
a.price_h,
a.price_i,
a.price_j,
a.price_k,
a.price_l,
a.price_m,
a.price_n,
a.price_o,
a.price_p,
a.price_q,
a.price_r,
a.price_s{
	clear:both;
	display:block;
	float:right;
	border:1px solid #a0a0a0;
	border-radius: 5px;
	padding: 0.2em;
	background-color: #f0f0f0;
	text-align: center;
	margin: 3px;
	margin-bottom:15px;
	text-indent: 0px;
	color:#0a0a0a;
	font-size:14px;
	-webkit-box-shadow: 9px 9px 23px -9px rgba(0,0,0,0.15);
	-moz-box-shadow: 9px 9px 23px -9px rgba(0,0,0,0.15);
	box-shadow: 9px 9px 23px -9px rgba(0,0,0,0.15);
}
a.price_a span,
a.price_b span,
a.price_c span,
a.price_d span,
a.price_e span,
a.price_f span,
a.price_g span,
a.price_h span,
a.price_i span,
a.price_j span,
a.price_k span,
a.price_l span,
a.price_m span,
a.price_n span,
a.price_o span,
a.price_p span,
a.price_q span,
a.price_r span,
a.price_s span{
	clear:both;
	display:block;
	font-size: 10px;
	font-weight:normal;
	line-height: 11px;
	color:rgb(0,0,0);
}
