Hier ein Beispiel
\documentclass[11pt,a4paper]{moderncv}
\usepackage{lmodern}
\firstname{Max}
\familyname{Mustermann}
\title{Meine Bisherigen Heldentaten}
\address{Straße. 19}{13245 FFAM}
\mobile{0123 456 789}
\phone{0213 456 789}
\email{asda@aol.com}
\photo[84pt]{picture}
\begin{document}
\maketitle
\section{Daten}
\cventry{Geburtstag}{}{}{}{}{}
\cventry{Geburtsort}{Frankfurt}{}{}{}{}
\cventry{Staatsangehörigkeit}{chinesich}{}{}{}{} % Hier ist ein Problem!
\section{Schulausbildung}
\cventry{08/1987 - 09/1989}{Grundschule}{Vasco da Gama, Schifferstadt}{}{}{} % und hier ist das gleiche Problem nochmal
\cventry{1992 - 1999}{Gymnasium}{AhoiGymnasium, Schifferstadt}{}{}{}
\cventry{07/1999}{Abitur}{Note 2,0}{}{}{}
\end{document}


