Try replacing:
DateDiff("d", "01.01.2011", Target))
with:
DateDiff("d", dateserial(2011, 1, 1), Target))