/************************************************************/
/* Startseite */
h2, h3, h4, p {
  text-align: center;
}
#logo {
  margin: 30px auto;
}
#nextevent {
  margin: 0;
  padding: 10px;
  width: 820px;
  border: 0;
  background: url(../images/nextevent.png) repeat-x;
}
#nextevent h4,
#nextevent p {
  float: left;
  margin: 0 20px 0 0;
  line-height: 100%;
}
#spruch {
  position: absolute;
  margin-top: 100px;
  margin-left: 570px;
  width: 200px;
  height: 100px;
  background: url(../images/spruch.gif) no-repeat;
}
#event {
  display: block;
  position: absolute;
  margin-top: 70px;
  margin-left: 40px;
  width: 150px;
  height: 187px;
  background: url(../images/zunftabend.jpg) no-repeat;
}
#event span {
  position: absolute;
  width: 150px;
  padding-top: 145px;
  text-align: center;
  color: black;
  font-weight: bold;
}
.jcarousel-next {
	display: none;
}
/************************************************************/
