/* Um 1 neues Projekt (xyz) anzulegen:
1. Diese Datei unter xyz.css speichern
2. Über Suchen/Ersetzen Projektkürzel durch xyz austauschen */

#ish1 a, #ish2 a, #ish3 a, #ish4 a, #ish5 a {
position: absolute;
display: block;
width: 80px;
height: 59px;
border:none;
}
#ish1 a {
left:0px;
background: url(../projects/ish_m1.jpg);
}
#ish2 a {
left:80px;
background: url(../projects/ish_m2.jpg);
}
#ish3 a {
left:160px;
background: url(../projects/ish_m3.jpg);
}
#ish4 a {
left:240px;
background: url(../projects/ish_m4.jpg);
}
#ish5 a {
left:320px;
background: url(../projects/ish_m5.jpg);
}
#ish1 a .show_ish, #ish2 a .show_ish, #ish3 a .show_ish, #ish4 a .show_ish, #ish5 a .show_ish {
display: none;
}
#ish1 a:hover .show_ish, #ish2 a:hover .show_ish, #ish3 a:hover .show_ish, #ish4 a:hover .show_ish, #ish5 a:hover .show_ish {
position: absolute;
top: -291px;
display: block;
}
#ish1 a:hover .show_ish {
left: -645px;
z-index: 2;
}
#ish2 a:hover .show_ish {
left: -725px;
z-index: 2;
}
#ish3 a:hover .show_ish {
left: -805px;
z-index: 2;
}
#ish4 a:hover .show_ish {
left: -885px;
z-index: 2;
}
#ish5 a:hover .show_ish {
left: -965px;
z-index: 1;
}