#inhalt_text {
  width: 535px;
}

/* Suchmaske */
#veranstaltungen_suche {
}
#veranstaltungen_suche form {
  margin: 0;
  padding: 0;
}
#suche_headline {
  font-size: 120%;
}
#suchmaske, #volltextsuche {
  background: #d3e7f3;
  padding: 15px 10px 5px 10px;
  margin: 0px 0 0 0;
  width: 535px;
}
#detail_headline {
  background: #e9f3f9;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  width: 535px;
}
#suchmaske_detail {
  background: #e9f3f9;
  padding: 15px 10px 5px 10px;
  width: 535px;
  display: none;
}
#detail_headline a {
  color: #000;
}
#detail_headline a:hover {
  text-decoration: none;
}
.suche_label {
  float: left;
  width: 130px;
}
.suche_feld {
  margin-bottom: 10px;
}
#suchmaske .suche_label {
  width: 60px;
}
#suchmaske .suche_feld {
  margin-bottom: 10px;
  margin-right: 50px;
  float: left;
}
#volltextsuche .suche_label {
  width: 70px;
}
#volltextsuche .suche_feld {
  margin-bottom: 10px;
  margin-right: 0px;
  float: left;
}
.suche_feld input {
  font: normal 100% verdana, sans-serif;
  width: 395px;
}
.suche_feld select {
  font: normal 100% verdana, sans-serif;
}
#suchmaske_detail .suche_feld select {
  width: 395px;
}
#suche_submit {
  width: 100%;
  float: right;
  margin-right: -20px;
  margin-top: 15px;
}
#suche_submit input {
  float: right;
  background: #277496;
  color: #fff;
  border: 0;
  font: bold 120% verdana, sans-serif;
  padding: 3px 10px 3px 10px;
}


/* Suchergebnisse */
#veranstaltungen_suchergebnisse {
  margin-top: 30px;
  margin-bottom: 30px;
}
#suchergebnisse_headline {
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
  width: 555px;
}
#suchergebnisse_headline strong {
  font-size: 120%;
}
#suchergebnisse_treffer {
  padding-left: 10px;
}
#suchergebnisse_treffer em {
  margin-left: -10px;
  font: bold 120% verdana, sans-serif;
  color: #277496;
}
#suchergebnisse_treffer strong {
  margin-left: -10px;
  font: bold 100% verdana, sans-serif;
  color: #000;
}
.flex {
  border-bottom: 1px dashed #277496;
  padding: 0 0 15px 10px;
  margin-left: -10px;
}
