/* -------------------------------------------------------------------------- *
 * Orte                                                                       *
 * -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- *
 * Karte (Orte)                                                               *
 * -------------------------------------------------------------------------- *
 * Positionierung der Schleswig-Holstein Karte in der Kategorie "ORTE" und    *
 * Festlegung der Link-Eigenschaften. Bewegt man die Maus über einen Punkt    *
 * auf der Karte, so wird der Ortsname ausgegeben                             */

.ortinformation_rahmen,
.bla
{
  display:none;
  z-index:100;
}
.blub
{
  display:inline;
  width:11px;
  height:11px;
  border:3px solid black;
  z-index:100;
}
.blub:hover .bla
{
  display:inline;
  width:110px;
  height:110px;
  border:3px solid black;
  z-index:100;
}
.orte_punkte
{
  position:absolute;
  display:block;
  width:9px;
  height:9px;
  background:url(../img/orte/orte_punkt.png) no-repeat;
  padding:0px;
  border:0px solid black;
  z-index:10;
}

.orte_punkte:hover
{
  background:url(../img/orte/orte_punkt_hover.png) no-repeat;
  z-index:11;
}

/* -------------------------------------------------------------------------- *
 * Ortinformationen                                                           *
 * -------------------------------------------------------------------------- *
 * Hier wird der Kasten definiert, der ín der Kategorie "ORTE" die            *
 * Ortsinformationen eines einzelnen Ortes anzeigt. Die einzelnen Infos       *
 * (Stammesname, E-Mail, Steckbrief [Infos] und Homepage) werden weiter unten *
 * beschrieben                                                                *
 * -------------------------------------------------------------------------- */

.orte_punkte:hover .ortinformation_rahmen
{
  position:absolute;
  display:block;
  top:7px;
  left:7px;
  width:220px;
  border:0px solid black;
  font:normal 14px verdana;
  color:#000000;
  text-align:center;
}

.ortinformation_bg_oben
{
  background:url(../img/orte/orte_detailansicht_oben.gif) no-repeat;
  border:0px solid black;
  height:30px;
  padding-top:20px;
}

.ortinformation_bg_mitte
{
  background-color:#ffcc00;
  width:181px;
  margin:auto;
  border-left:1px solid black;
  border-right:1px solid black;
  text-align:center;
}

.ortinformation_bg_unten
{
  background:url(../img/orte/orte_detailansicht_unten.gif) no-repeat;
  margin-top:-1px;
  height:30px;
}

.stammes_id
{
  font:normal bold 15px verdana;
  float:left;
  width:10px;
}

.stammesinfo
{
  border-bottom:1px solid black;
}
