div.elist {
  background-color: #BCD4F0;
  padding: 4px;
  margin-bottom: 10px;
  position: relative;
}

div.elist_title {
  font-weight: bold;
  font-family: Arial;
  font-size: 9pt;
  vertical-align: top;
  border-bottom: 2px solid white;
  margin-bottom: 5px;
  padding: 2px 5px;
  cursor: pointer;
}

div.elist_title span.datum {
  font-weight: bold;
}

div.elist_besch {
  font-family: Verdana;
  font-size: 10pt;
  padding: 5px;
  background-color: white;
  overflow: hidden;
  width: 550px;
  height: 70px;
}

div.elist_preambel {
  font-family: Verdana;
  font-size: 10pt;
  padding: 5px;
  margin-bottom: 10px;
}

div.elist_besch_besch {
  height: 55px;
}

div.elist_besch_link {
  text-align: right;
}

div.elist_besch a {
  color: gray;
  text-decoration: none;
}

div.elist_besch a:hover {
  color: blue;
  text-decoration: none;
}

div.elist_image {
  padding: 5px;
  background-color: white;
  overflow: hidden;
  width: 90px;
  text-align: center;
  margin-left: 4px;
  height: 70px;
}

