.map_tip_loading {
  height: 100%;
  background-position: center;
}

a.terms-of-use-link {
  display: block;
}

.gm_load_img {
  background-image: url('../img/google_maps/loading.gif');
  background-repeat: no-repeat;
  position: relative;
  left: 50%;
  top:50%;
  height: 17px;
  width: 17px;
}

/*
  der tip an sich
*/
#map_tip {
  width: 160px;
}

/*
  Inhalt Box
*/
#map_tip_contents{
  float: left; /* ie6 needs it */
}

/*
  Inhalt Box div
*/
#map_tip_contents div.outer{
  position: relative;
  float: left; /* ie6 needs it */
  background: #F5CE05;
}

#map_tip_contents div.inner{
  position: relative;
  top: -2px; left: -2px;
  float: left; /* ie6 needs it */
  padding: 1px 5px 3px 5px;
  text-align: left;
  background: #FCFCFC;
  border: 1px solid #999;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #858585;
}

#map_tip_contents {
  position: relative;
}
#map_tip_contents .head {
  background: #474747;
}
#map_tip_contents .content {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  padding: 10px !important;
  color: #FFF;
  background: #474747;
}
#map_tip_contents .content a {
  color: #FFF;
}
#map_tip_contents .content a.btn-big {
  margin: 0 0 0 23px;
}
#map_tip_contents .bottom {
 height: 6px;
 background: url(../img/boxes/box_eventinfo_bottom.png) center bottom no-repeat;
 line-height: 6px; /* ie6 needs it */
}


/*
  Close button
*/
#map_tip_close{
  width: 1px;
  height: 1px;
}


/*
  Teil was da unten drann ist!
*/
#map_tip_beak{
  /*
  height: 16px;
  width: 22px;
  background-image: url('../img/google_maps/ding.png');
  background-repeat: no-repeat;
  margin-left: -24px;*/
}

* html #map_tip_beak{
/*
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/google_maps/ding.png', sizingMethod='crop');
*/
}

/*
  Sides
*/


/* Top */
#map_tip_t {
  height: 25px;
}

/* Right */
#map_tip_r{
  width: 1px;
}


/* Left */
#map_tip_l{
  width: 1px;
}


/* Bottom */
#map_tip_b{
  width: 1px;
}



/*
  Corners!
*/


/* Top Left */
#map_tip_tl{
  width: 1px;
  height: 25px;
}


/* Top Right */
#map_tip_tr{
  width: 1px;
  height: 25px;
}

/* Bottom Left */
#map_tip_bl{
  width: 1px;
  height: 1px;
}


/* Top Right */
#map_tip_br{
  width: 1px;
  height: 1px;
}



