div.VoodooMapContext{
  background: #FFFFFF;
  border:1px solid #000;
  opacity:0.93;
  filter: alpha(opacity=93)
}

div.VoodooMapContext ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}

div.VoodooMapContext ul li{
  display:block;
  padding:1px;
  line-height:100%;
  margin:0;
}

div.VoodooMapContext ul li a {
  border:none;
  padding:3px 21px 3px 30px;
  display:block;
  text-decoration:none;
  color:#233D6D;
  font-size:11px;
  font-family:tahoma,arial,sans-serif;
}

div.VoodooMapContext ul li a:hover  {
  color:#233d6d;
  background:#c3daf9;
  border:1px solid #8BB8F3;
  padding:2px 20px 2px 29px;
}

#menu {
  width: 75px;
  right: 13px;
  top: 147px;
  position: absolute;
}

#menu_inner {
  width: 75px;
  height: 380px;
  position: absolute;
  background: url(../../gmap/menu_bg.png);
  background-repeat: repeat-y;
}

#map_overlay {
  height: 382px;
  z-index: 999;
  width: 725px;
  background: url(../../img/trans.png);
  text-align: center;
  position: absolute;
  top: 145px;
}

#bubble {
  width: 349px;
  height: 208px;
  position: absolute;
  top: 0px;
  z-index: 9999;
  background: url(../../img/bubble.png);
}

#custom_window {
  width: 300px;
}

#custom_window_beak {
  width: 90px;
  height: 40px;
  background: url("../../gmap/infowindow/beak.png") no-repeat;
  background-position: 19px 0px;
}

/*#custom_window_close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("http://maps.gstatic.com/intl/de_ALL/mapfiles/iw_close.gif") no-repeat;
  background-position: bottom left;
}*/

#custom_window_contents {
  font-size: 12px;
  background: url("../../gmap/infowindow/contents.png");
}

#custom_window_tl, #custom_window_tr, #custom_window_bl, #custom_window_br,
#custom_window_t,#custom_window_l,#custom_window_r,#custom_window_b {
  height: 39px;
  width: 39px;
}

#custom_window_tl {
  background: url("../../gmap/infowindow/tl.png");
}

#custom_window_tr {
  background: url("../../gmap/infowindow/tr.png");
}

#custom_window_bl {
  background: url("../../gmap/infowindow/bl.png");
}

#custom_window_br {
  background: url("../../gmap/infowindow/br.png");
}

#custom_window_t {
  background: url("../../gmap/infowindow/t.png");
}

#custom_window_l {
  background: url("../../gmap/infowindow/l.png");
}

#custom_window_r {
  background: url("../../gmap/infowindow/r.png");
}

#custom_window_b {
  background: url("../../gmap/infowindow/b.png");
}


