Is there any themes for emacs which looks like this one? http://www.lnbogen.com/VisualStudioNet2005Colors.aspx
Might be worth having a look at package color-theme, although I can't see anything that matches precisely what you want on the sample page.
color-theme
See here for screenshots (links at the bottom of the page), and here for the code.
It easy to make your own color theme, for instance you can see in my init.el file (search for global-font-lock-mode to get to the interresting part) how easily it can be done.
global-font-lock-mode
Looks like a variation of the zenburn theme, which is also available for emacs.