/* FACHINFORMATIONEN */
/* ************** */




/* Boxen Portal */
#box_fachinformationen {
  background-image: url(/images/fachinformationen_titel_hintergrund.jpg);
  background-repeat: no-repeat;
  background-position: left 30px;
  color: #000;
  font-size: 80%;
  height: 360px;
  overflow: hidden;
  margin-left: 30px;
}
#box_fachinformationen_headline {
  font-size: 160%;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  height: 30px;
}
#box_fachinformationen_headline strong {
  font-weight: normal;
}
#box_fachinformationen_text {
  width: 285px;
  color: #004a96;
  padding: 15px;
  padding-bottom: 5px;
  font-weight: bold;
  line-height: 140%;
  float: right;
}
#box_fachinformationen_text p {
  margin: 0 0 1em 0;
}


/* Suche in der rechten Spalte */
.kontextnavigation_suche {
  background-color: #f2f2f2;
  overflow: hidden;
  height: 100%;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 5px 10px 10px 10px;
}
.kontextnavigation_suche label:hover {
  cursor: pointer;
}
.kontextnavigation_suche form {
  margin: 10px 0 0 0;
}
.kontextnavigation_suche input {
  font: normal 100% arial, sans-serif;
}
.kontextnavigation_suche input#stichworte {
  border: 1px solid #000;
  width: 221px;
  padding: 2px 0 3px 5px;
}
.kontextnavigation_suche a {
  color: #000;
  font-weight: bold;
  background-image: url(/images/pfeil_kleiner.gif);
  background-repeat: no-repeat;
  background-position: right 4px;
  text-decoration: none;
  padding: 0 20px 0 0;
  margin-top: 5px;
  float: right;
  display: block;
}
