/* Um 1 neues Projekt (xyz) anzulegen:
1. Diese Datei unter xyz.css speichern
2. Über Suchen/Ersetzen Projektkürzel durch xyz austauschen */

#tkh1 a, #tkh2 a, #tkh3 a, #tkh4 a, #tkh5 a {
position: absolute;
display: block;
width: 80px;
height: 59px;
border:none;
}
#tkh1 a {
left:0px;
background: url(../projects/tkh_m1.jpg);
}
#tkh2 a {
left:80px;
background: url(../projects/tkh_m2.jpg);
}
#tkh3 a {
left:160px;
background: url(../projects/tkh_m3.jpg);
}
#tkh4 a {
left:240px;
background: url(../projects/tkh_m4.jpg);
}
#tkh5 a {
left:320px;
background: url(../projects/tkh_m5.jpg);
}
#tkh1 a .show_tkh, #tkh2 a .show_tkh, #tkh3 a .show_tkh, #tkh4 a .show_tkh, #tkh5 a .show_tkh {
display: none;
}
#tkh1 a:hover .show_tkh, #tkh2 a:hover .show_tkh, #tkh3 a:hover .show_tkh, #tkh4 a:hover .show_tkh, #tkh5 a:hover .show_tkh {
position: absolute;
top: -291px;
display: block;
}
#tkh1 a:hover .show_tkh {
left: -645px;
z-index: 2;
}
#tkh2 a:hover .show_tkh {
left: -725px;
z-index: 2;
}
#tkh3 a:hover .show_tkh {
left: -805px;
z-index: 2;
}
#tkh4 a:hover .show_tkh {
left: -885px;
z-index: 2;
}
#tkh5 a:hover .show_tkh {
left: -965px;
z-index: 1;
}