/* CSS Zusätze zu "allgemein.css"
  speziell für die Information-Seite
------------------------------------------------ */

#logo {
  background: url(../images/web_stempel_hellblau.gif) no-repeat;
}
#header {
  border-bottom: 10px solid #80CBEA;
}
#sidebar_rechts {
  border-left: 1px solid #80CBEA;
}
#footer {
  border-top: 1px solid #80CBEA;
}

h2,
.eintrag_detail h2 {
  color: #80CBEA;
}
.bluefont{
  color: #80CBEA;
  font-weight: bold;
}

/* --- Formate für das grosse Bild in der Anzeige von Eintraegen --- */
.eintrag_detail .bild_ansicht {
  float: left;
  width: auto;
}
.eintrag_detail .bild_ansicht img {
  margin: 0.3em 2em 1em 0;
  border: 1px solid #CCC;
}

/* --- spezielle Formate --- */
.vorstand {
  width: 100%;
}
.vorstand img,
.vorstand table img {
  float: left;
  width: auto;
  border: 1px solid #999;
  margin: 0em 1em 1em 0;
}
.vorstand table td,
.vorstand table th {
  padding: 0;
}

/* --- Formate für die Angebote --- */

p.link_block a {
  margin-right: 1em;
}

/* --- Formate für die Statuen --- */

ol {
  margin-left: 2em;
}
ol li ul {
  margin-left: 1em;
}
ol li {
  list-style: decimal;
  margin-left: 2em;
}
