Procrastination team, represent!
This is just too easy with TikZ ;-)
Now with correct colors, correct font and the code matches the picture. You will need to use xelatex or lualatex to typeset.
\documentclass{article}
\pagestyle{empty}
\usepackage{fontspec}
\setmainfont{Calibri}
\usepackage{tikz,xcolor,mwe}
\definecolor{cvgreen}{HTML}{92D14F}
\definecolor{cvgray}{HTML}{D8E4BE}
\definecolor{cvtext}{HTML}{92909B}
\usetikzlibrary{shadows}
\begin{document}
\begin{tikzpicture}[remember picture,overlay]
% green bar
\fill[cvgreen] (current page.north west) rectangle ([xshift=5cm]current page.south west);
% gray bar
\fill[cvgray] ([yshift=-5cm]current page.north west) rectangle ([yshift=-10cm]current page.north east);
% title and date
\node[cvtext,right] at ([yshift=-7cm]current page.north west) {\addfontfeature{Scale = 5}\bfseries Bewerbung als Bankkauffrau};
\node[cvtext,above left] at ([xshift=-1cm,yshift=-9.5cm]current page.north east) {\huge\bfseries zum 01.09.2013};
% cover photo
\node[inner sep=0pt,below right] (image) at ([xshift=5cm,yshift=-10cm]current page.north west) {\includegraphics[width=7cm,height=9cm]{example-image-a}};
% name and address
\node[fill=white,drop shadow,align=center,text width=6.4cm,inner sep=0.3cm,below] (name) at (image.south) {\LARGE Martina Mustermann};
\node[text width=15cm,inner sep=0.3cm,below right] at (name.south west) {\Large\obeylines%
Musterweg 8
81929 München
Tel.: 01 74 / 98 98 61
E-Mail: Martina.M@web.de
};
% attachments
\node[white,text width=5cm,inner sep=0.3cm,above right] at ([yshift=1cm]current page.south west) {\large\obeylines%
\textbf{Anlagen:}
Lebenslauf
Bewerbungsschreiben
Letzte 2 Schulzeugnisse
Praktikumsbestätigungen
};
\end{tikzpicture}
\end{document}

flowfram, too. Note that questions which just post an image and ask for a solution are not really reasonable for this site, though you may be lucky if somebody is sufficiently intrigued. To increase the chances of receiving useful advice, please post a Minimal (non-)Working Example which at least shows what you have tried or gives the basics of the content you want included. That makes it a lot easier for people to help and demonstrates that you have made some effort to solve the problem yourself. Also, please read the question back and edit accordingly (different what?). – cfr Mar 16 '14 at 17:07\usepackage{inDesign};) – Nasser Mar 16 '14 at 17:27\documentclass{}...\begin{document}etc. As it is, most of our users will be very reluctant to touch your question, and you are left to the mercy of our procrastination team who are very few in number and very picky about selecting questions. You can improve your question by adding a minimal working example (MWE) that more users can copy/paste onto their systems to work on. If no hero takes the challenge we might have to close your question. – Speravir Mar 16 '14 at 17:53