#Map {
	width: 300px;
	float: left;
}
#MapImage {
	width: 300px;
	height: 300px;
	position: relative;
	border: 1px solid #000;
}
#Map a {
	position: absolute;
	height: 7px;
	width: 7px;
	border: none;
	background-image: url(point.gif);
	background-repeat: no-repeat;
}
#Map a:hover {
	background-image: url(point_red.gif);
	background-repeat: no-repeat;
	border: none;
}
#Map a span {
	display: none;
}
#Copyright {
	width: 300px;
	margin-bottom: 1em;
	font-size: 65%;
	text-align: center;
}
.Category a {
	padding: 0.1em 0.3em !important;
}
.Category #Current {
	font-weight: bold;
	background-color: #D8E8FF;
}
#MapControls {
	margin-left: 300px;
	padding: 0 0.5em;
}
#MapNavigation {
	width: 8em;
	font-family: courier, monospace;
	font-size: 120%;
	text-align: center;
	line-height: 1.5em;
}
#MapNavigation a {
	margin-left: -0.25em;  /* collapsing horizontal space */
	padding: 0.05em 0.35em;
	border-width: 1px;
	border-style: outset;
	font-weight: bold;
	background-color: #C0D8FF;
}
#MapNavigation a:hover {
	background-color: #D8E8FF;
}
#MapNavigation a:active {
	border-style: inset;
}
#MapNavigation div {
	margin: 0.25em 0;
}
#MapNavigation #X {
	font-weight: normal;
}

form.Form input, form.Form textarea, form.Form select, form.Form div.Options {
	width: 90% !important;
}

.sprite-plan-legend-zielen, .sprite-plan-legend-mpk_przystanek_t, .sprite-plan-legend-mpk_przystanek_a,
.sprite-plan-legend-osiedla, .sprite-plan-legend-mpk_linie_a, .sprite-plan-legend-place, .sprite-plan-legend-rower_sciezka,
.sprite-plan-legend-mpk_linie_t, .sprite-plan-legend-nr_pola, .sprite-plan-legend-jezdnie_1,
.sprite-plan-legend-zielen,.sprite-plan-legend-rower_przystanek,
.sprite-plan-legend-cmentarz_sciezka,
.sprite-plan-legend-wody,
.sprite-plan-legend-budynki,
.sprite-plan-legend-jezdnie_2,
.sprite-plan-legend-cmentarz_brama,
.sprite-plan-legend-rower_droga,
.sprite-plan-legend-nr_kwatery,
.sprite-plan-legend-granica,
.sprite-plan-legend-rower_szlak
{
		background: url(../plan/legend/csg-plan-legend.gif) no-repeat scroll  top left;
		display: block;
		float: left;
}

.sprite-plan-legend-clear {
		clear: both;
}

.sprite-plan-legend-mpk_przystanek_t { background-position: 0 -30px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-mpk_przystanek_a { background-position: 0 -84px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-osiedla { background-position: 0 -138px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-mpk_linie_a { background-position: 0 -192px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-place { background-position: 0 -246px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-rower_sciezka { background-position: 0 -300px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-mpk_linie_t { background-position: 0 -354px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-nr_pola { background-position: 0 -408px; width: 28px !important; height: 28px !important;}
.sprite-plan-legend-jezdnie_1 { background-position: 0 -466px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-zielen { background-position: 0 -520px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-rower_przystanek { background-position: 0 -574px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-cmentarz_sciezka { background-position: 0 -628px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-wody { background-position: 0 -682px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-budynki { background-position: 0 -736px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-jezdnie_2 { background-position: 0 -790px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-cmentarz_brama { background-position: 0 -844px; width: 24px !important; height: 24px !important;}
.sprite-plan-legend-rower_droga { background-position: 0 -898px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-nr_kwatery { background-position: 0 -952px; width: 28px !important; height: 28px !important;}
.sprite-plan-legend-granica { background-position: 0 -1010px; width: 32px !important; height: 24px !important;}
.sprite-plan-legend-rower_szlak { background-position: 0 -1064px; width: 32px !important; height: 24px !important;}

a:hover {
    cursor: pointer;
}