html, body {
				width: 100%;
				height: 100%;
			}

html {
				overflow: hidden
			}
			body {
				margin: 0px 0px 0px 0px;
				padding: 0px;
				font-family: tahoma, verdana, sans-serif;
			}
#hand_b {
  width:31px;
  height:31px;
  background-image: url(images/Bsu.png);
}
#hand_b.selected {
  background-image: url(images/Bsd.png);
}

#placemark_b {
  width:1px;
  height:1px;
  background-image: url(images/Bmu.png);
}
#placemark_b.selected {
  background-image: url(images/Bmd.png);
}

#line_b {
  width:31px;
  height:31px;
  background-image: url(images/Blu.png);
}
#line_b.selected {
  background-image: url(images/Bld.png);
}

#shape_b {
  width:31px;
  height:31px;
  background-image: url(images/Bpu.png);
}
#shape_b.selected {
  background-image: url(images/Bpd.png);
}
#map {
				width: 100%;
				height: 100%
			}
			
#menu {
				width: 210px;
				border: 1px solid Black;
				padding: 2px;
				position: absolute;
				top: 50px;
				right: 20px;
				background-color: white;
				z-index: 9999;
			}
					#reklame {
				width: 468px;
				border: 0px solid Black;
				padding: 0px;
				position: absolute;
				top: 10px;
				right: 300px;
				background-color: white;
				z-index: 9999;
			}

