%% start of file `template_en.tex'.
%% Copyright 2006-1008 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.


\documentclass[11pt,a4paper]{moderncv}

% moderncv themes
%\moderncvtheme[blue]{casual}                 % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)

\moderncvtheme[blue]{classic}                % idem

% character encoding
\usepackage[applemac]{inputenc}
\usepackage[ngerman]{babel}

% adjust the page margins
\usepackage[scale=0.8,]{geometry}
%\setlength{\hintscolumnwidth}{3cm}						
% if you want to change the width of the column with the dates
%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}} 
% only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details
\AtBeginDocument{\recomputelengths}                     % required when changes are made to page layout lengths

% personal data
\firstname{Klaus}
\familyname{Nachname}
%\title
\address{Muster Str. 1}{00000 Stadt}    % optional, remove the line if not wanted
%\mobile{}                    % optional, remove the line if not wanted
\phone{0000000}                      % optional, remove the line if not wanted
%\fax{fax (optional)}                          % optional, remove the line if not wanted
\email{meine-email@meineemail.com}                      % optional, remove the line if not wanted
%\extrainfo{additional information (optional)} % optional, remove the line if not wanted
%\photo{}                         % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted
%\quote{Some quote (optional)}                 % optional, remove the line if not wanted

%\nopagenumbers{}                             % uncomment to suppress automatic page numbering for CVs longer than one page


%----------------------------------------------------------------------------------
%            content
%----------------------------------------------------------------------------------
\begin{document}
\pagestyle{empty}
\maketitle

\section{Persšnliche Daten}
\cventry{}{Geboren am  in }{}{}{}{}

\section{Ausbildung}
\cventry{11/2008}{Abschluss}{}{}{\textit{Schriftl. Note: , MŸndl. Note: }}{}
\cventry{9/2001--4/2008}{Studium}{Uni}{}{}{} 
\cventry{11/2005--3/2006}{SonderaktivitŠt}{}{}{}{} 

\section{Arbeitserfahrung}

\subsection{Hier}
\cventry{}{Praxisjahr}{}{}{}{}         
\cventry{3/2008--7/2008}{AAA}{}{}{}{} 
\cventry{12/2007--3/2008}{AAA}{}{}{}{}  
\cventry{8/2007--11/2007}{AAA}{}{}{}{} 
\cventry{}{Praktika}{}{}{}{}            
\cventry{3-4/2007}{AAA}{}{}{}{} 
\cventry{9-10/2006}{AAA}{}{}{}{} 
\cventry{8-9/2006}{AAA}{}{}{}{} 
\cventry{3-4/2006}{AAA}{}{}{}{} 

\subsection{Dort}
\cventry{2002-2009}{AAA}{}{}{}{} 
\cventry{2003-2005}{AAA}{}{}{}{} 
\cventry{2002-2003}{AAA}{}{}{}{} 
\cventry{2002-2004}{AAA}{}{}{}{} 

\section{Besondere FŠhigkeiten, Interessen}
\subsection{Dieses}
\cvline{}{hierdrin}
\subsection{Jenes}
\cvline{}{hierdrin}
\subsection{Computer}


%\section{Interests}
%\cvline{hobby 1}{\small Description}
%\cvline{hobby 2}{\small Description}
%\cvline{hobby 3}{\small Description}

\renewcommand{\listitemsymbol}{-} % change the symbol for lists

%\section{Extra 1}
%\cvlistitem{Item 1}
%\cvlistitem{Item 2}
%\cvlistitem[+]{Item 3}            % optional other symbol

%\section{Extra 2}
%\cvlistdoubleitem[\Neutral]{Item 1}{Item 4}
%\cvlistdoubleitem[\Neutral]{Item 2}{Item 5}
%\cvlistdoubleitem[\Neutral]{Item 3}{}

%Publications from a BibTeX file

%\nocite{*}
%\cite{Varon:2006rw}
%\bibliographystyle{plain}
%\bibliography{weikertpub}       % 'publications' is the name of a BibTeX file


\end{document}


%% end of file `template_en.tex'.
