html, body {
	padding: 0;
	margin: 0;
	min-height:100%;
}

#container {
  background-color: #e9ebed;
  color: #555555;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  max-width: 895px;
  min-height: 100%;
  padding-bottom: 40px;
}

#header {
  margin-bottom: 0px;
  position: relative;
  width: 100%;
}

#header img{
	position:relative;
	height: auto;
	width: 100%;
	max-width:895px;
}

#header a {
	display: block;
	text-indent: -9999px;
	position: absolute;
}

#logo {
    height: 86px;
    left: 31px;
    top: 17px;
    width: 215px;
}

#shop {
    height: 77px;
    left: 333px;
    top: 22px;
    width: 195px;
}

#gewuerze {
    height: 139px;
    left: 548px;
    top: 17px;
    width: 194px;
}

#fruechtenuesse {
    height: 134px;
    left: 771px;
    top: 25px;
    width: 181px;
}

#tees {
    height: 124px;
    left: 990px;
    top: 31px;
    width: 178px;
}

#description {
  background-color: #a6c100;
  color: white;
  font-weight: 700;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  position: relative;
  width: 100%;
}

#left-column {
  float: left;
  margin-left: 24px;
  width: 55%;
}

.content-box-lg-shadow-sides {
	/*background: url("https://www.azafran.de/azafran-ebay/content-box-lg-shadow-sides.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);*/
	width: 100%;
	overflow: auto;
	padding: 0 4px 0 4px;
	background-color:#FFFFFF;
}

.content-box-lg-shadow-bottom {
	background: url("https://www.azafran.de/azafran-ebay/content-box-lg-shadow-bottom.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 100%;
	height: 7px;
}

.content-box-lg-content {
	margin: 20px 20px 17px 20px;
        font-size: 15px;
}

#right-column {
  float: left;
  margin-left: 22px;
  width: 38%;
}

.content-box-sm-shadow-top {
	/*background: url("https://www.azafran.de/azafran-ebay/content-box-sm-shadow-top.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
	*/
	width: 100%;
	height: 42px;
	padding: 4px 4px 0 4px;

}

.content-box-sm-title {
	font-size: 19px;
	color: #93ac01;
	line-height: 42px;
    padding-left: 16px;
    font-weight: 700;
}

.content-box-sm-shadow-sides {
	/*background: url("https://www.azafran.de/azafran-ebay/content-box-sm-shadow-sides.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
	*/width: 100%;
	padding: 0 4px 0 4px;
	overflow: auto;
}

.content-box-sm-content {
  margin: 15px 15px 12px;
  padding-right: 8px;
}

.content-box-sm-shadow-bottom {
	/*background: url("https://www.azafran.de/azafran-ebay/content-box-sm-shadow-bottom.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	*/width: 100%;
	height: 7px;
	margin-bottom: 24px;
}

.phone {
	font-size: 24px;
}

.font22 {
	font-size: 22px;
}

.clear{
	clear:both;
}

@media (max-width: 767px) {
#right-column {
  float: left;
  margin-left: 5%;
  margin-right:5%;
  width: 90%;
}

#left-column {
  float: left;
   margin-left: 5%;
  margin-right:5%;
  width: 88%;
}


}
