.Gmap
{
  position:absolute;
  top: 0px;
  bottom: 0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
	z-index:1;
} 
.GmapProjecten
{
  position:absolute;
  top: 0px;
  bottom: 0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%; 
  z-index:1;
} 
BODY
{
  width:100%;
  height:100%;
  padding:0px;
  margin:0px;
  font-family:Tahoma;
  font-size:10pt;
  overflow: auto;
}

#menu
{
	position:absolute;
	top:20px;
	left:90px;
  width: 100px; 
  background:#FDF9CD;
  z-index:5; 
}
#menu DIV
{
  cursor: pointer;
  padding: 3px 10px;  
}
.submenu
{  
	position:absolute;
	top:53px;
	left:205px;
  width:700px;
	height:22px;
  background:#FDF9CD;
  z-index:5;  
}
.submenu DIV
{  
  cursor: pointer;
  padding: 3px 10px;  
}
.active
{
  background-color: #BFE340;
}
.ew
{
  cursor: pointer;
  padding: 3px 10px;  
  background:#FDF9CD;
	color:#000000;
	align:center
}
.hide
{
  display:none;
}
.container
{ 
	position:absolute;
	margin:0px;
	padding:0px;
	top:20px;
	left:195px;
	width:680px;
	z-index:5;
}
IFRAME
{
	position:relative;
	height:100%;
	width:100%;
}
.zoomButtons
{
  position:absolute;
  Xbottom:280px;
	top:90px;
  left:90px;
  z-index:10;
  color:white;
}
.legenda
{
  position:absolute;
  bottom:40px;
  left:10px;
  z-index:10;
  color:white;
}
.tooltip {
  background-image: url(../images/Background.gif); 
  font-size:9pt;
  border:1px black solid;
  padding:2px 4px;
  background:#FDF9CD;
	z-index:10;
}

