
/* Um 1 neues Projekt (obb) anzulegen:
1. Diese Datei unter obb.css speichern
2. Über Suchen/Ersetzen Projektkürzel durch obb austauschen */

#obb1 a, #obb2 a, #obb3 a, #obb4 a, #obb5 a {
position: absolute;
display: block;
width: 80px;
height: 59px;
border:none;
}
#obb1 a {
left:0px;
background: url(../projects/obb_m1.jpg);
}
#obb2 a {
left:80px;
background: url(../projects/obb_m2.jpg);
}
#obb3 a {
left:160px;
background: url(../projects/obb_m3.jpg);
}
#obb4 a {
left:240px;
background: url(../projects/obb_m4.jpg);
}
#obb5 a {
left:320px;
background: url(../projects/obb_m5.jpg);
}
#obb1 a .show_obb, #obb2 a .show_obb, #obb3 a .show_obb, #obb4 a .show_obb, #obb5 a .show_obb {
display: none;
}
#obb1 a:hover .show_obb, #obb2 a:hover .show_obb, #obb3 a:hover .show_obb, #obb4 a:hover .show_obb, #obb5 a:hover .show_obb {
position: absolute;
top: -291px;
display: block;
}
#obb1 a:hover .show_obb {
left: -645px;
z-index: 2;
}
#obb2 a:hover .show_obb {
left: -725px;
z-index: 2;
}
#obb3 a:hover .show_obb {
left: -805px;
z-index: 2;
}
#obb4 a:hover .show_obb {
left: -885px;
z-index: 2;
}
#obb5 a:hover .show_obb {
left: -965px;
z-index: 1;
}