﻿/* copyright el Sur - real reisen */

/*---------- La Palma -------------*/

#lapalma_map {
 width: 300px;
 height: 323px;
 background: url(images/maps/lapalma-map.gif);
 list-style: none;
 margin: 5px 0px 0px 90px; 
 padding: 0;
 position: relative;
}
#lapalma_map li {
 margin: 0; 
 padding: 0; 
 list-style: none; 
 display: block; 
 position: absolute; 
}
/* Position relative für die Positionierung der Links, falls notwendig */
#lapalma_map a {
 display: block; 
 position: relative; 
 outline: none;
}
#map_pl {left: 163px; top: 69px; width: 126px; height: 48px;}
#map_ss {left: 155px; top: 40px; width: 117px; height: 51px;}
#map_b  {left: 144px; top: 8px; width: 112px; height: 77px;}
#map_vg {left: 38px; top: 3px; width: 115px; height: 83px;}
#map_pg {left: 0px; top: 50px; width: 132px; height: 47px;}
#map_t  {left: 28px; top: 84px; width: 96px; height: 70px;}
#map_ll {left: 96px; top: 132px; width: 36px; height: 95px;}
#map_p  {left: 104px; top: 73px; width: 69px; height: 154px;}
#map_f  {left: 122px; top: 220px; width: 115px; height: 89px;}
#map_vm {left: 156px; top: 174px; width: 92px; height: 83px;}
#map_bb {left: 160px; top: 132px; width: 110px; height: 61px;}
#map_sc {left: 157px; top: 93px; width: 135px; height: 51px;}

/* Link ohne Hover-Effekt */
#extra1 {left: 132px; top: 132px; width: 34px; height: 13px;}

#map_pl a {height: 48px;}
#map_ss a {height: 51px;}
#map_b a {height: 77px;}
#map_vg a {height: 83px;}
#map_pg a {height: 47px;}
#map_t a {height: 70px;}
#map_ll a {height: 95px;}
#map_p a {height: 154px;}
#map_f a {height: 89px;}
#map_vm a {height: 83px;}
#map_bb a {height: 61px;}
#map_sc a {height: 51px;}
#extra1 a {height: 13px;}

#map_pl a:hover {background: url(images/maps/lapalma-map.gif) -163px -1068px no-repeat;}
#map_ss a:hover {background: url(images/maps/lapalma-map.gif) -155px -373px no-repeat;}
#map_b a:hover {background: url(images/maps/lapalma-map.gif) -144px -674px no-repeat;}
#map_vg a:hover {background: url(images/maps/lapalma-map.gif) -38px -336px no-repeat;}
#map_pg a:hover {background: url(images/maps/lapalma-map.gif) -0px -716px no-repeat;}
#map_t a:hover {background: url(images/maps/lapalma-map.gif) -28px -1083px no-repeat;}
#map_ll a:hover {background: url(images/maps/lapalma-map.gif) -96px -465px no-repeat;}
#map_p a:hover {background: url(images/maps/lapalma-map.gif) -104px -1405px no-repeat;}
#map_f a:hover {background: url(images/maps/lapalma-map.gif) -122px -886px no-repeat;}
#map_vm a:hover {background: url(images/maps/lapalma-map.gif) -156px -507px no-repeat;}
#map_bb a:hover {background: url(images/maps/lapalma-map.gif) -160px -798px no-repeat;}
#map_sc a:hover {background: url(images/maps/lapalma-map.gif) -157px -426px no-repeat;}

/*---------- Teneriffa -------------*/

#teneriffa_map {
width: 480px;
height: 320px;
background: url(images/maps/teneriffa-map.gif);
list-style: none;
margin: 0px 0px 0px 10px; 
padding: 0;
position: relative;
}

#teneriffa_map li { margin: 0; padding: 0; list-style: none; display: block; position: absolute; }

/* Position relative für die Positionierung der Links */
#teneriffa_map a {display: block; position: relative; outline: none;}
   
#map_tfoes {left: 1px; top: 146px; width: 189px; height: 173px;}
#map_tfsur {left: 163px; top: 93px; width: 207px; height: 224px;}
#map_tfnor {left: 49px; top: 20px; width: 252px; height: 188px;}
#map_tfest {left: 276px; top: 0px; width: 202px; height: 108px;}

#map_tfoes a {height: 173px;}
#map_tfsur a {height: 224px;}
#map_tfnor a {height: 188px;}
#map_tfest a {height: 108px;}

#map_tfoes a:hover {background: url(images/maps/teneriffa-map.gif) -1px -1136px no-repeat;}
#map_tfsur a:hover {background: url(images/maps/teneriffa-map.gif) -163px -753px no-repeat;}
#map_tfnor a:hover {background: url(images/maps/teneriffa-map.gif) -49px -350px no-repeat;}
#map_tfest a:hover {background: url(images/maps/teneriffa-map.gif) -276px -990px no-repeat;}

