If you'd like a formula in Microsoft Excel to this for you...
=IF(A1<=6000,0,IF(A1<=25000,(A1-6000)*0.15,IF(A1<=75000,3750+(A1-25000)*0.3,IF(A1<=150000,18750+(A1-75000)*0.4,48750+(A1-150000)*0.45))))
where A1 is the cell which contains the Net salarý.