
/* ======================================================================
Karte
====================================================================== */
#mapeurope{
	position:relative;
	background:url(../images/map_europe.png); 
	width:501px; height:432px; 
	border:2px solid #888;
}

#mapeurope li{margin:0; float:left; list-style:none;}
#mapeurope li * span{display:none;}
#mapeurope a:hover span{display:block; color: #aa6; background:#ffc; position: absolute; 
	top: 30px; left:0px; border: 1px solid #aa6;font-size:80%; padding: 3px; width:220px;
	z-index:200;}

#mapeurope a{
  text-align: left;
  position: absolute;
  margin: 0px;
  padding: 0px;
  border:0px solid #66f;
  text-decoration:none;
  width:20px; height:20px;
  background:url(../images/mark_poi.png) no-repeat 5px 5px;
  
}

#mapeurope a#strausberg{top:257px; left:197px;}
#mapeurope a#magdeburg{top:270px; left:178px;}
#mapeurope a#muenchen{top:320px; left:183px;}
#mapeurope a#bern{top:345px; left:141px;}
#mapeurope a#archangelsk{top:90px; left:440px;}

/* Fix IE 6 
#mapeurope a:hover {background:none;}
*/


/* ======================================================================
EOF
====================================================================== */
