/* Um 1 neues Projekt (xyz) anzulegen:
1. Diese Datei unter xyz.css speichern
2. Über Suchen/Ersetzen Projektkürzel durch xyz austauschen */

#bf21 a, #bf22 a, #bf23 a, #bf24 a, #bf25 a {
position: absolute;
display: block;
width: 80px;
height: 59px;
border:none;
}
#bf21 a {
left:0px;
background: url(../projects/bf2_m1.jpg);
}
#bf22 a {
left:80px;
background: url(../projects/bf2_m2.jpg);
}
#bf23 a {
left:160px;
background: url(../projects/bf2_m3.jpg);
}
#bf24 a {
left:240px;
background: url(../projects/bf2_m4.jpg);
}
#bf25 a {
left:320px;
background: url(../projects/bf2_m5.jpg);
}
#bf21 a .show_bf2, #bf22 a .show_bf2, #bf23 a .show_bf2, #bf24 a .show_bf2, #bf25 a .show_bf2 {
display: none;
}
#bf21 a:hover .show_bf2, #bf22 a:hover .show_bf2, #bf23 a:hover .show_bf2, #bf24 a:hover .show_bf2, #bf25 a:hover .show_bf2 {
position: absolute;
top: -291px;
display: block;
}
#bf21 a:hover .show_bf2 {
left: -645px;
z-index: 2;
}
#bf22 a:hover .show_bf2 {
left: -725px;
z-index: 2;
}
#bf23 a:hover .show_bf2 {
left: -805px;
z-index: 2;
}
#bf24 a:hover .show_bf2 {
left: -885px;
z-index: 2;
}
#bf25 a:hover .show_bf2 {
left: -965px;
z-index: 1;
}