#adresse {
	  float: left;
	  margin: 30px 0 0 10px;
	  padding: 0;
	  width: 580px;
	  text-align: center;
	   order: 1px solid red;
}
#planoffen {
	  clear: both;
	  height: 450px;
	  margin: 0 85px;
	  padding: 0;
	   order: 1px solid red;
	  }
#plan {
      float: left;
      width: 339px;
      height: 400px;
      margin: 0;
      padding: 5px 5px;
      border: 1px solid #bb9f24;
      background: #ffffcc url(../img/plan.jpg) no-repeat center;
      }
#offen {
	  position: relative;
      float:left;
      height: 345px;
      width: 320px;
      margin: 0 0 5px 5px;
      color: #635e36;
      text-align: center;
      padding: 0;
	  background: #ffffcc url(../img/offenzeiten.png) no-repeat center center;
      border: 1px solid #bb9f24;
      }
.spruch {
      float: left;
      height: 30px;
      width: 284px;
      margin: 0 0 0 5px;
      padding: 20px 18px 8px 18px;
      color: #ff0000;
      font-weight: bold;
      text-align: center;
      background: #ffffcc;
      border: 1px solid #bb9f24;
      }
