/* hoogte vast zetten op zelfde hoogte van map */
#selectionbar, #gmapframe
{
  height: 400px;
}

/*#selectionbar
{
  width: 258px;
  float: left;
  background: url("../images/leftbar.gif") top left;
  position: relative;
  color: #FFF;
}

*/
/* googlemaps*/

#maps-infowindow
{
  border: 2px solid #E32519;
  position: absolute;
  height: 200px;
  width: 300px;
  left: 910px;
  background-color: #ffffff;
  color: #000000;
  display: none;
  z-index: 100;
}

.infowindowcontents
{
  padding: 10px 30px 10px 10px;
}

.infowindowclosebutton
{
  position: absolute;
  top: 2px;
  right: 5px;
}

#gmapframe, #map_canvas
{
  width:350px;
  height:350px;
}

#map_canvas
{
  background-color:#CCCCCC;
}

a.closeinfowindow
{
  color: #333333;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
}

a.closeinfowindow:hover
{
  text-decoration: underline;
}
.toddExtFontSettings
{
  font-size: .8em;
}

.toddMarkerLabel
{
  color: #ffffff;
  font-size: 0;
  font-weight: bold;
  letter-spacing: -0.1em;
  text-align: center;
  vertical-align: bottom;
  width: 48px;
  visibility: none;
}

/* infowindow opmaak* /

#bvo_mapwindow_close
{
  position:absolute;
  cursor:pointer;
  right:-3px;
  top:-3px;
  width:11px;
  height:11px;
}

#bvo_mapwindow
{
  width: 250px;
}

#bvo_mapwindow_contents
{
  min-height:70px;
  background-image: url('../images/infowindow_c.png');
}

#bvo_mapwindow_tl
{
  background-image: url('../images/infowindow_tl.png');
  height: 15px;
  width: 15px;
}
#bvo_mapwindow_tr
{
  background-image: url('../images/infowindow_tr.png');
  height: 15px;
  width: 15px;
}
#bvo_mapwindow_bl
{
  background-image: url('../images/infowindow_bl.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 30px;
  width: 15px;
}
#bvo_mapwindow_br
{
  background-image: url('../images/infowindow_br.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 30px;
  width: 15px;
}
#bvo_mapwindow_t
{
  background-image: url('../images/infowindow_t.png');
  height: 15px;
}
#bvo_mapwindow_l
{
  background-image: url('../images/infowindow_l.png');
  width: 15px;
}
#bvo_mapwindow_r
{
  background-image: url('../images/infowindow_r.png');
  width: 15px;
}
#bvo_mapwindow_b
{
  background-image: url('../images/infowindow_b.png');
  height: 30px;
}

#bvo_mapwindow_contents div
{
  font-size:11px;
  color:white;
  margin:0px 20px 0px 0px;
}

#bvo_mapwindow_contents div img
{
  border: 1px solid #565656;
  width: 58px;
  height: 58px;
  float: left;
  margin: 0 10px 0 0;
}

#bvo_mapwindow_contents div h3
{
  color:white;
  font-size:14px;
  margin:5px 0px 5px 0px;
}

#bvo_mapwindow_contents div a
{
  color:#ffed00;
  display:block;
  text-decoration: none;
}

#bvo_mapwindow_beak
{
  width: 1px;
  height: 1px;
}

*/