
/* Um 1 neues Projekt (thb) anzulegen:
1. Diese Datei unter thb.css speichern
2. Über Suchen/Ersetzen Projektkürzel durch thb austauschen */

#thb1 a, #thb2 a, #thb3 a, #thb4 a, #thb5 a, #thb6 a, #thb7 a, #thb8 a, #thb9 a, #thb10 a {
position: absolute;
display: block;
width: 80px;
height: 59px;
border:none;
}
#thb1 a {
left:0px;
background: url(../projects/thb_m1.jpg);
}
#thb2 a {
left:80px;
background: url(../projects/thb_m2.jpg);
}
#thb3 a {
left:160px;
background: url(../projects/thb_m3.jpg);
}
#thb4 a {
left:240px;
background: url(../projects/thb_m4.jpg);
}
#thb5 a {
left:320px;
background: url(../projects/thb_m5.jpg);
}
#thb1 a .show_thb, #thb2 a .show_thb, #thb3 a .show_thb, #thb4 a .show_thb, #thb5 a .show_thb {
display: none;
}
#thb1 a:hover .show_thb, #thb2 a:hover .show_thb, #thb3 a:hover .show_thb, #thb4 a:hover .show_thb, #thb5 a:hover .show_thb {
position: absolute;
top: -291px;
display: block;
}
#thb1 a:hover .show_thb {
left: -645px;
z-index: 2;
}
#thb2 a:hover .show_thb {
left: -725px;
z-index: 2;
}
#thb3 a:hover .show_thb {
left: -805px;
z-index: 2;
}
#thb4 a:hover .show_thb {
left: -885px;
z-index: 2;
}
#thb5 a:hover .show_thb {
left: -965px;
z-index: 1;
}