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

/* --- Farben überschreiben --- */
#logo {
  background: url(../images/web_stempel_orange.gif) no-repeat;
}

#header {
  border-bottom: 10px solid #EDAC37;
}
h1, #sidebar_rechts .marken_zuordnung h1, h2, h3, .eintrag_detail h2 {
  color: #EDAC37;
}
#sidebar_rechts {
  border-left: 1px solid #EDAC37;
}
.farbe_font{
  color: #EDAC37;
  font-weight: bold;
}
#footer {
  border-top: 1px solid #EDAC37;
}

/* --- Layout --- */
#stellenangebote {
  float: left;
  width: 47%;
}
#stellengesuche {
  float: right;
  width: 47%;
}

/* --- Angebote eintragen --- */
#inhalt.angebot_eintragen {
  width: 56%;
}
#sidebar_rechts.angebot_eintragen {
  width: 38%;
}

input[type="text"], textarea {
  width:94%;
}

/* --- Typografie --- */
h3 {
  color: black;
  font-size: 1em;
  font-weight: bold;
  margin: 0em 0 1em 0;
}
div + h3 {
  margin-top: 3em;
  padding-top: 1.5em;
  border-top: 1px solid #EDAC37;
}
h2 {
  color: #EDAC37;
}
#eintraege_detail h2 {
  color: #EDAC37;
  font-size: 1.7em;
}


/* --- Marken --- */
.marken_auswahl li.aktiv,
.marken_auswahl li a:hover {
  list-style-image: url("../gfx/pfeil_orange.gif");
}

/* --- Ende --- */
