/* CSS Zusätze zu "allgemein.css"
  speziell für die Karriere-Seite
------------------------------------------------ */
#logo {
  background: url(../images/web_stempel_hellgruen.gif) no-repeat;
}

#header {
  border-bottom: 10px solid #BDD84E;
}
h1,
h2,
.eintrag_detail h2 {
  color: #BDD84E;
}

#sidebar_rechts {
  border-left: 1px solid #BDD84E;
}
.greenfont{
  color: #BDD84E;
  font-weight: bold;
}
.marken_auswahl li.aktiv,
.marken_auswahl li a:hover {
  list-style-image: url("../gfx/pfeil_gruen.gif");
}

#footer {
  border-top: 1px solid #BDD84E;
}

/* --- spezielle Einstellungen --- */

/* --- Index / Portrait Seite --- */
.bild_ansicht img {
  float: left;
  width: auto;
  border: 1px solid #999;
  margin: 0.5em 2em 1em 0;
}

/* --- Header mit Buchstaben Links --- */

h2 a,
h2 a:link,
h2 a:visited,
h2 a:hover {
  font-weight: bold;
  font-size: 0.9em;
}
h2 a {
  text-decoration: none;
}
h2 span.buchstaben {
  margin-left: 2em;
}
h2 a.selected {
  color: #BDD84E;
}

/* --- Alumni 3-spaltige Anzeige der Namen und Icons --- */

.alumni_eintrag {
  float: left;
  width: 18.5em;
  margin-bottom: 0.25em;
}
.alle_icons {
  float: left;
  width: 7.75em;
  margin-right: 0.25em;
}
.icon_alumni_liste {
  float: right;
  width: 18px;
}
.icon img {
  margin: 0;
}
.name {
  float: left;
  width: 9.7em;
}
.name a {
  white-space: normal;
  text-decoration: none;
}
.name a:hover {
  text-decoration: underline;
}

.titel {
  color: #666;
}

/* --- Anzeige des Über Mich --- */

#foto_mich {
  float: right;
  width: auto;
  margin: 0 0em 1em 2em;
}
#foto_mich img {
  margin: 0;
  padding: 0;
  border: 1px solid #999;
}

#ueber_mich img.icon {
  border: 0;
  margin: 0;
  vertical-align: middle;
}
#ueber_mich img.taste {
  float: none;
  border: 0;
  margin: 0;
  vertical-align: middle;
}

.nutzer_anzeige h1 {
  color: black;
  margin-bottom: 0;
}
.nutzer_anzeige .titel {
  color: #666;
}

#nachricht_formular {
  padding: 1em;
  width: 20em;
  background-color: #EEE;
  border: 1px solid #CCC;
}

/* --- Editieren der Über Mich --- */

#foto_anzeige {
  float: left;
  width: auto;
  margin-right: 1em;
}
#foto_anzeige img {
  margin: 0;
  border: 1px solid #999;
}

.ueber_mich_anzeige blockquote {
  margin-left: 2em;
  color: #666;
  font-style: italic;
}

/* --- Editieren der Einstellungen --- */

table.einstellungen th {
  padding-top: 0.5em;
}
table.daten_aendern th {
  font-weight: normal;
  padding-top: 0.65em;
}

/* --- Eintragformatierung Übersichtsseite --- */

#ueber_mich .eintrag_liste .bild_thumb img {
  margin-bottom: 0;
}
.eintrag_liste p {
  margin: 0.2em 0 0.2em 0;
}
.eintrag_liste p.autor {
  font-size: 0.9em;
}

#veranstaltungsdaten {
  margin-bottom: 1em;
}

