/* set the size of the definition list <dl> and add the background image */
#imap {
margin: 0 auto;
display: block;
width: 480px;
height: 451px;
background: url(../grafika/mapka.jpg) no-repeat;
position: relative;
}

/* set up the definition list <dt><a> to hold the background image for the hover state */
#imap a#title {
display: block;
width: 480px;
height: 0;
padding-top: 451px;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
}

/* the hack for IE pre IE6 */
* html #imap a#title {height:451px; he\ight:0;}

/* the <dt><a> hover style to move the background image to position 0 0*/
#imap a#title:hover {background-position: 0 0; z-index:10;}

/* place the <dd>s in the correct absolute position */
#imap dd {position:absolute; padding:0; margin:0;}
#imap #picszczecin {left:15px; top:115px; z-index:20;}
#imap #picgorzow {left:25px; top:145px; z-index:20;}
#imap #picpoznan {left:110px; top:175px; z-index:20;}
#imap #piczielonagora {left:30px; top:205px; z-index:20;}
#imap #picwroclaw {left:105px; top:265px; z-index:20;}
#imap #picopole {left:155px; top:300px; z-index:20;}
#imap #pickatowice {left:205px; top:325px; z-index:20;}
#imap #pickrakow {left:240px; top:355px; z-index:20;}
#imap #pickielce {left:280px; top:290px; z-index:20;}
#imap #picrzeszow {left:335px; top:340px; z-index:20;}
#imap #piclublin {left:370px; top:260px; z-index:20;}
#imap #piclodz {left:230px; top:220px; z-index:20;}
#imap #picwarszawa {left:290px; top:190px; z-index:20;}
#imap #picbialystok {left:380px; top:110px; z-index:20;}
#imap #picbydgoszcz {left:150px; top:110px; z-index:20;}
#imap #picolsztyn {left:270px; top:70px; z-index:20;}
#imap #picgdansk {left:190px; top:40px; z-index:20;}


#imap a span {
display:block;
font-family:arial;
font-size:12px;
background:#fff;
color:#000;
border:1px solid #000;
padding:5px;
text-decoration:none;
cursor:pointer;
}

#imap a:hover span {
display:block;
font-family:arial;
font-size:12px;
background:#fff;
color:#f11a1a;
border:1px solid #000;
text-decoration:none;
padding:5px;
}

/* the hack for IE pre IE6 */
/* html #imap a:hover span {width:480px; w\idth:468px;}*/

