Does your client/boss insist on BJTs? I know some audiophiles have strange ideas about what should and shouldn't be in an amplifier.
Anyway, here's a quick and dirty design process:
Do you care about phase shift? It wasn't in the specs, so I'll assume not. If you do, you need to study the many different filter types. They mostly give similar frequency performance, but there are subtleties I don't fully understand having to do with phase shifts and the like. If these characteristics are important to you or you just want to explore the math, there are lots of filter types. For example if you want a flat frequency response in the pass band, look at the Sallen-Key topology (which isn't the one I found, BTW).
Op amps usually contain several transconductance amplifiers usually in a push-pull configuration which give very linear response except very close to the rail voltages. These are followed by a low impedance output stage, usually some sort of current mirror. Because of all the stages, they tend to have a fair amount of parasitic capacitance which limits their frequency response to the Gain-Bandwidth product. This is specified by the datasheet. The gain times the top bandwidth needs to be less than the gain-bandwith product (GBP). Of course this could be a problem if you want your roll off to be exactly 40dB/decade rather than simply greater than 40dB/decade. But that seems unlikely.
A 40dB filter is usually 2 poles. But I was taught good design practice is to limit gain to 10dB/stage and you want 26dB across midband. So typically you want three stages, two filters and a gain stage to round it out.
I'm not sure where you stand on economics. If this is a mass produced unit, keeping to a lower number of cheap parts may be very important, in which case I would stretch the 10dB requirement and build two 13dB stages. I'll go with this assumption. (Higher quality products require more parts and more work.)
So we need an op-amp with; 20 (13dB) times 10,000 = 200,000 GBP. We want two circuits on the chip for low chip count. Digi-Key has a nice database display, so we go there and find a part. I'll choose GPB of 1,000,000 to be conservative. (This isn't an unreasonable number and shouldn't add much cost/complexity.) There are hundreds of possible op-amps. Pick one with your design in mind (voltage levels, price, etc.) Perhaps an AD8542ARUZ-REELCT-ND? (BTW, I would find another chip supplier for mass produced stuff. Digi-Key is great on customer service, but often weak on price.)
Google "op-amp filters" to find a basic circuit layout. I got:
http://www.electronics-tutorials.ws/filter/filter_7.html
Next, get the data sheets on your parts. Read them. Read them again. When you realize they don't work, rinse and repeat this procedure until you find what you need. Select your caps and resistors (remembering your input and output impedances).
Next enter all your parts in the BOM (bill of materials) and your cad software. Draw your schematic and lay out your board. Generate your gerber files and send them to the board fab. Wait for the mail to bring your boards. Populate them. Test them. Rework until it works.
Congratulations, you now have a working pre-prototype. Your client/boss will no doubt send it to some third world hell hole where illiterate peasants will change all your parts selections to something cheaper that may or may not work, but that's business, not engineering.