
/* Um 1 neues Projekt (xyz) anzulegen:
1. Diese Datei unter xyz.css speichern
2. Über Suchen/Ersetzen Projektkürzel durch xyz austauschen */

#nh21 a, #nh22 a, #nh23 a, #nh24 a, #nh25 a {
position: absolute;
display: block;
width: 80px;
height: 59px;
border:none;
}
#nh21 a {
left:0px;
background: url(../projects/nh2_m1.jpg);
}
#nh22 a {
left:80px;
background: url(../projects/nh2_m2.jpg);
}
#nh23 a {
left:160px;
background: url(../projects/nh2_m3.jpg);
}
#nh24 a {
left:240px;
background: url(../projects/nh2_m4.jpg);
}
#nh25 a {
left:320px;
background: url(../projects/nh2_m5.jpg);
}
#nh21 a .show_nh2, #nh22 a .show_nh2, #nh23 a .show_nh2, #nh24 a .show_nh2, #nh25 a .show_nh2 {
display: none;
}
#nh21 a:hover .show_nh2, #nh22 a:hover .show_nh2, #nh23 a:hover .show_nh2, #nh24 a:hover .show_nh2, #nh25 a:hover .show_nh2 {
position: absolute;
top: -291px;
display: block;
}
#nh21 a:hover .show_nh2 {
left: -645px;
z-index: 2;
}
#nh22 a:hover .show_nh2 {
left: -725px;
z-index: 2;
}
#nh23 a:hover .show_nh2 {
left: -805px;
z-index: 2;
}
#nh24 a:hover .show_nh2 {
left: -885px;
z-index: 2;
}
#nh25 a:hover .show_nh2 {
left: -965px;
z-index: 1;
}