#mapa-bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}
#mapa-box{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 5px;
	display: none;
	z-index: 9;
	text-align: center;
	width: 100%;
}
#mapa{
	background: url(/gfx/mapa.png) no-repeat;
	width: 950px;
	height: 886px;
	position: relative;
	border: 2px solid #B8BABC;
	margin: 0 auto;
	z-index: 10;
	cursor: crosshair;
}
#zamknij-box{
	position: absolute;
	top: 1px;
	right: 3px
}
.czerwony{
	background: url(/gfx/red.png) no-repeat;
	width: 20px;
	height: 27px;
	position: absolute;
}
.czerwony:hover{
	background: url(/gfx/red_h.png) no-repeat;
}
.niebieski{
	background: url(/gfx/blue.png) no-repeat;
	width: 20px;
	height: 27px;
	position: absolute;
}
.niebieski:hover{
	background: url(/gfx/blue_h.png) no-repeat;
}
.zielony{
	background: url(/gfx/green.png) no-repeat;
	width: 20px;
	height: 27px;
	position: absolute;
}
.zielony:hover{
	background: url(/gfx/green_h.png) no-repeat;
}
.czarny{
	background: url(/gfx/black.png) no-repeat;
	width: 20px;
	height: 27px;
	position: absolute;
}
.czarny:hover{
	background: url(/gfx/black_h.png) no-repeat;
}
#czerwony{
	bottom: 28px;
	left: 192px
}
#niebieski{
	bottom: 62px;
	left: 30px
}
#czarny{
	bottom: 62px;
	left: 192px
}
#zielony{
	bottom: 28px;
	left: 30px
}
div.czerwony, div.niebieski, div.zielony, div.czarny{
	cursor: pointer;
}

#dropmenudiv{
	color: #A5CFE9 !important;
	position:absolute;
	left: 0px;
	top: 0px;
	border:1px solid #A5CFE9;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	filter: alpha(opacity=90);
	opacity: 0.90;
	background-color: #9DC671;
	font-size: 9pt;
	width: 190px !important;
	text-align: center;
	font-family: Verdana !important;
}
#dropmenudiv a{
	width: 100%;
	font-size: 8pt;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	background-color: white;
	border-bottom: 1px solid #9DC671;
}
	#dropmenudiv a:hover{ /*hover background color*/
		text-decoration: underline;
	}
	#dropmenudiv .title{
		background-color: #9DC671; color: white; width: 100%;
		font-weight: bold;
		padding: 3px 0px;
	}
	#dropmenudiv img{
		border: 1px solid #A5CFE9
	}
	#dropmenudiv .podpis{
		font-style: 8pt !important;
	}