/* Um 1 neues Projekt (xyz) anzulegen:
1. Diese Datei unter xyz.css speichern
2. Über Suchen/Ersetzen Projektkürzel durch xyz austauschen */

#hea1 a, #hea2 a, #hea3 a, #hea4 a, #hea5 a {
position: absolute;
display: block;
width: 80px;
height: 59px;
border:none;
}
#hea1 a {
left:0px;
background: url(../projects/hea_m1.jpg);
}
#hea2 a {
left:80px;
background: url(../projects/hea_m2.jpg);
}
#hea3 a {
left:160px;
background: url(../projects/hea_m3.jpg);
}
#hea4 a {
left:240px;
background: url(../projects/hea_m4.jpg);
}
#hea5 a {
left:320px;
background: url(../projects/hea_m5.jpg);
}
#hea1 a .show_hea, #hea2 a .show_hea, #hea3 a .show_hea, #hea4 a .show_hea, #hea5 a .show_hea {
display: none;
}
#hea1 a:hover .show_hea, #hea2 a:hover .show_hea, #hea3 a:hover .show_hea, #hea4 a:hover .show_hea, #hea5 a:hover .show_hea {
position: absolute;
top: -291px;
display: block;
}
#hea1 a:hover .show_hea {
left: -645px;
z-index: 2;
}
#hea2 a:hover .show_hea {
left: -725px;
z-index: 2;
}
#hea3 a:hover .show_hea {
left: -805px;
z-index: 2;
}
#hea4 a:hover .show_hea {
left: -885px;
z-index: 2;
}
#hea5 a:hover .show_hea {
left: -965px;
z-index: 1;
}