#komunikat{ /* wygląd boxu z komunikatem systemowym */
	position: absolute;
	top: 150px;
	font-family: Tahoma,Arial,Verdana,Helvetica,Geneva,sans-serif;
	width: 715px;
	height: 67px;
	color: #fff;
	z-index:40001;
	display:none;
}
#komunikat_tekst {
	padding: 5px;
	margin-left: 80px;
	font-family: Tahoma,Arial,Verdana,Helvetica,Geneva,sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #3d3d3d;
}
.kom_error{
	background-image: url(../gfx/alert.png);
	background-repeat: no-repeat;
	font-size:22px;
}
.kom_info{
	background-image: url(../gfx/alert_info.png);
	background-repeat: no-repeat;
	font-size:22px;
}
div.maplink{
	background-image: url(../gfx/maplink.png);
	background-repeat: no-repeat;
	font-size:14px;
}

a:link.maplink, a:visited.maplink{
	color: #c9c9c9;
	text-decoration: underline;
}
a:hover.maplink{
	color: #da984a;
	text-decoration: none;
}