
#box_pflanzen {
	float: left;
	width: 414px;
	height: 500px;
}
	#topbox_pflanzen {
  	text-align: center;
	height: auto;
  	margin: 0px auto;
  	margin-top: 30px;
  	padding: 0px;
  	overflow: hidden;
	}
	#centerbox_pflanzen {
  	text-align: center;
	width: 300px;
	height: auto;
  	margin: 0px auto;
  	margin-top: 10px;
  	padding: 0px;
  	overflow: hidden;
	}
	#bottombox_pflanzen {
  	text-align: center;
	height: 160px;
  	margin-top: 10px;
  	overflow: hidden;
	}
#box_pilze{
	float: right;
	width: 414px;
}
	#topbox_pilze{
  	text-align: center;
	height: 100%;
  	margin: 0px auto;
  	margin-top: 30px;
  	padding: 0px;
  	overflow: auto;
	}
	#centerbox_pilze{
  	text-align: center;
	width: 300px;
	height: auto;
  	margin: 0px auto;
  	margin-top: 10px;
  	padding: 0px;
  	overflow: auto;
	}
	#bottombox_pilze{
  	text-align: center;
	height: 160px;
  	margin: auto;
  	margin-top: 10px;
  	overflow: auto;
	}