



/* Start Map CSS
=====================================================================*/
#map {
	/*width: 530px; 
	height: 307px; 
	background-image: url(img/mapa/mapa-cz.gif); */
	position: relative; 
}
#map a.bullet {
	display: none;
	position: absolute;
	display: block;
	width: 12px;
	height: 17px;
	background-image: url(../img/mapa/bullets.png);
	background-repeat: no-repeat;
	z-index: 2;
}
#map a.bulletrep {
	display: none;
	position: absolute;
	display: block;
	width: 35px;
	height: 56px;
	background-image: url(../img/mapa/vetrnik.png);
	background-repeat: no-repeat;
	z-index: 2;
}

#map a.yellow {  background-position: 0px -15px; }
#map a.green   {  background-position: 0px -30px; }
#map a.blue     {  background-position: 0px -45px; }
#map a.purple {  background-position: 0px -60px; }

#map a.bullet:hover { text-decoration: none; }

#map div.popup{
	display: none;
	position: absolute;
	top: 67px;
	left: 176px;
	width: 225px;
	height: 310px;
	background: url(../img/mapa/popup.png) no-repeat;
	z-index: 10;
}

#map div.yellow { background-position: -225px 0px } 
#map div.green   { background-position: -450px 0px } 
#map div.blue     { background-position: -675px 0px } 
#map div.purple { background-position: -900px 0px } 

#map div.popup h3 {
	display: block;
	padding: 8px 13px 13px 13px;
	color: white;
	font-size: 17px;
}
#map div.yellow h3 { color: black; }

#map div.popup div.popupcontent{
	position: absolute;
	top: 54px;
	height: 256px;
	padding: 0 15px;
	overflow: auto;
	overflow: visible; /* Thanks Kevin Mario! */
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #e5e5e5;
}
#map div.popup div.popupcontent p{
	margin: 10px 0;
	width: 195px;
}
#map div.popup div.popupcontent a {
	color: blue;
	border-bottom: 1px dotted blue;
}
#map div.popup div.popupcontent a:hover {
	text-decoration: none;
	}
#map div.popup a.close{
	display: block;
	position: absolute;
	top: 286px;
	left: 15px;
}
#map div.popup a.close img{
	border: none;
	z-index: 100;
}
