/**
   * Niederlassungen Karte
   *
   * @section content-niederlassungen
   */
#outer {width:400px; height:320px; position:relative;}
#scrollbox {width:400px; height:320px; overflow:auto;}
#deutschlandkarte {
  padding:0;
  margin:0 0 2em 0;
  list-style:none;
  width:434px;
  height:543px; 
  border: 1px solid #e1eae9;
}
#deutschlandkarte li {
  display:inline;
  float:left;
  width:8px;
  height:8px;
  position: absolute;
  padding: 0;
  margin: 0;
  background: none;
}
#deutschlandkarte li a {
  text-decoration: none;
  display:block;
  width:8px;
  height:8px;
  position: absolute;
  background: url(../images/map/rppersonal_point.png) no-repeat top left;
  border: 0;
}
#deutschlandkarte li a span.info {display:none;}
#deutschlandkarte li a div.info a {
  position: static;
  background: none;
  width: auto;
  height: auto;
  display: none;
}
/*
#deutschlandkarte li a span.image {width: 8px; height: 8px; position: absolute;}
*/
#deutschlandkarte li a:hover,
#deutschlandkarte li a:active,
#deutschlandkarte li a:focus {
  color:#000;
  border:0;
  outline:0;
  text-decoration: none;
  cursor: pointer;  
  background-image: url(../images/map/rppersonal_point.png);
  /*position: absolute;*/
}
#deutschlandkarte li a:hover span.info,
#deutschlandkarte li a:active span.info,
#deutschlandkarte li a:focus span.info {
  display:block;
  visibility:visible;
  position:absolute;
  top: -18px;
  height: 22px;
  min-width: 7em;
  left: 4px;
  background: transparent url(../images/geoobject_arrow.png) no-repeat bottom left;
}
#deutschlandkarte li a:hover span.info em,
#deutschlandkarte li a:active span.info em,
#deutschlandkarte li a:focus span.info em {
  display:block;
  visibility:visible;
  position:absolute;
  top: -16px;
  left: 2px;
  border: 1px solid #e1eae9;
  border-radius-topleft: 4px;
  border-radius-topright: 4px;
  border-radius-bottomright: 4px;
  -webkit-border-radius-topleft: 4px;
  -webkit-border-radius-topright: 4px;
  -webkit-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  color: #24B0E1;
  font-weight: bold;
  width: auto;
  min-width: 6em;
  height: 16px;
  padding: 3px 5px;
  font-size: 11px;
  background: #FFF;
  white-space: nowrap;
  background: #fff url(../images/geoobject_bg.png) repeat-x bottom left;
}
#deutschlandkarte li a span.info img {
  float: right;
  display: block;
  margin: 0 0 3px 3px;
  width: 8px;
  height: 8px;
}
#deutschlandkarte li a span.info span,
#deutschlandkarte li a span.info div {
  height: 11px;
  width: 100%;
  display: block;
  white-space: nowrap;
}
#deutschlandkarte li a:hover {
/*  z-index: 30;*/
}
#deutschlandkarte li a:active,
#deutschlandkarte li a:focus {
/*  z-index: 20;*/
}
#deutschlandkarte li a:hover span.info {
  z-index: 50 !important;
}
#deutschlandkarte li a:active span.info,
#deutschlandkarte li a:focus span.info {
  z-index: 40 !important;
}
h2#immokarte {
    background: #466BB2 url(../images/icons/blau.gif) repeat-x top left;
    text-transform: uppercase;
    height:20px;
    line-height:20px;
    font-size: 1.09em;
    color: #FFF;
margin:0pt;
padding:2px 0pt 2px 4px;
width:430px;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  overflow: hidden;
  font-weight: bold;
}
div.geoobjekt {
  color: #000;
  width: 152px;

}
div.immoobjekt {
  border: 1px solid #e1eae9;
  margin-bottom: 0.5em;
}
div.immoobjekt h3 {
    background: #fff;
    line-height:1.4;
    font-size: 1em;
    margin:0pt;
    padding:2px 0pt 2px 4px;
    font-weight: bold;
    color: #24B0E1;
}
div.immoobjekt h3 a {
    display: block;
    color: #24B0E1;
}
div.immoobjekt div.padding {
  padding: 6px;
  display: none;
}
div.immoobjekt a.detail {
margin-top: 0.5em;
display: block;
height: 20px;
line-height: 20px;
padding-left: 25px;
background: url(../images/btn-next.png) no-repeat 0px 0px;
}
.geoobjekt {
  display: none;
}
.geoobjekt.active {
  display: block;
}
div.activeobject div.padding {
  display: block;
}
#deutschlandkarte div.hiddeninfo {
display: none;
visibility: hidden;
}

#rechts {
  width: 155px;
  position: absolute;
  left: 440px;
  top: 0px;
}
