.event{
  font-family: arial, helvetica;
  font-size: 11px;
  margin-bottom: 10px;
  padding: 5px;
  font-weight: normal;
  border-bottom: 1px solid black;
  background-color: #ffffff;
  width: 570px;
}

.eventcur{
  font-family: arial, helvetica;
  font-size: 11px;
  margin-bottom: 10px;
  padding: 5px;
  font-weight: normal;
  border-bottom: 1px solid black;
  background-color: #eeeeee;
  width: 570px;
}

.eventname{
  font-weight: bold;
}

.datum{
  font-weight: normal;
}

.booth{
  font-weight: normal;
}

.adress{
  font-weight: normal;
}

.website{
  font-weight: normal;
}

.more{
position: relative;
top: 5px;
}

.comment{
  font-size: 80%;
  font-style: italic;
}

/* Hier fängt die News CSS an*/


.news-list-item p{
  margin-top: -24px;
  line-height: 1.4em;
  font-size: 12px;
}
.news-single-item p{
  margin-top: 5px;
  line-height: 1.4em;
  font-size: 12px;
}

.news-single-item{
  margin-top: 24px;
}
