/* Um 1 neues Projekt (xyz) anzulegen:
1. Diese Datei unter xyz.css speichern
2. Über Suchen/Ersetzen Projektkürzel durch xyz austauschen */

#bf31 a, #bf32 a, #bf33 a, #bf34 a, #bf35 a {
position: absolute;
display: block;
width: 80px;
height: 59px;
border:none;
}
#bf31 a {
left:0px;
background: url(../projects/bf3_m1.jpg);
}
#bf32 a {
left:80px;
background: url(../projects/bf3_m2.jpg);
}
#bf33 a {
left:160px;
background: url(../projects/bf3_m3.jpg);
}
#bf34 a {
left:240px;
background: url(../projects/bf3_m4.jpg);
}
#bf35 a {
left:320px;
background: url(../projects/bf3_m5.jpg);
}
#bf31 a .show_bf3, #bf32 a .show_bf3, #bf33 a .show_bf3, #bf34 a .show_bf3, #bf35 a .show_bf3 {
display: none;
}
#bf31 a:hover .show_bf3, #bf32 a:hover .show_bf3, #bf33 a:hover .show_bf3, #bf34 a:hover .show_bf3, #bf35 a:hover .show_bf3 {
position: absolute;
top: -291px;
display: block;
}
#bf31 a:hover .show_bf3 {
left: -645px;
z-index: 2;
}
#bf32 a:hover .show_bf3 {
left: -725px;
z-index: 2;
}
#bf33 a:hover .show_bf3 {
left: -805px;
z-index: 2;
}
#bf34 a:hover .show_bf3 {
left: -885px;
z-index: 2;
}
#bf35 a:hover .show_bf3 {
left: -965px;
z-index: 1;
}