
#infomap{
  position: relative;
  top: 0px;
  left: 0px;
  border: 0px solid #d0d0d0;
  background: #ffffff;
}

#infoimg{
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 0;
}


#info{
  padding: 0px;
  margin: 0px;
  width: 290px;
  /* font-family: arial; */
  /* font-size: 10px; */
  border: 1px solid #d0d0d0;
  background: #ffffff;
}

.infoheadline{
  padding: 5px;
  margin: 0px;
  /* font-size: 12px; */
  font-weight: bold;
  background: #e0e0e0;
}


.infotext{
  padding: 5px;
  margin: 0px;
  /* font-size: 12px; */
  font-weight: normal;
  background: #ffffff;
}

.infohref{
  padding: 0 0 0 24px;
  margin: -2px 0 0 0;
  font-weight: normal;
  /* font-family: arial; */
  color: #000000;
  text-decoration: none;
}

#infomap a{
  font-weight: normal;
  /* font-family: arial; */
  color: #000000;
  text-decoration: none;
}


#infomap .infopage{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 520px;
  border: 0px solid #d0d0d0;
  background-image: url('../images/l-bg.png');
  display:none;
  z-index: 1;
}

#infomap .contentpage{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 520px;
  border: 0px solid #d0d0d0;
  background-image: url('../images/l-bg.png');
  display:block;
  z-index: 1;
}



