ok der fehler
! \geometry can be used only in preamble ( on input line 75)lmargin=20mm
tritt nur dann auf wenn in der preamble das paket gmeometric nach geometry geladen wird.

und es funktioniert doch. ich hatte die breite in der table Umgebung gesetzt. Das muss aber auserhalb stattfinden. hätte ich auch gleich drauf kommen können.

auf jedenfall sieht das jetzt so aus.
Code:
... ...
... ...
\usepackage{gmeometric}
\usepackage{geometry}
\geometry{
paperwidth	= 210mm,
paperheight	= 297mm,
portrait,
textwidth	= 134mm,
textheight	= 204mm,
lmargin=46.0mm,
right=30.0mm,
top=42mm, 
bottom=51mm,
headheight=9mm,
headsep=8mm,
footskip=13mm, 
marginparwidth=50mm,
marginparsep=2mm,
}


\begin{document}

\geometry{lmargin=20mm}
\begin{table}
\caption[Pointing nach OPCPA-Strahlengang]{Pointing}
\label{tab:OPCPA-2Juni}
\begin{tabular}{ccccrrrr}\hline\hline
 &  &  &  & \multicolumn{2}{c}{hor} & \multicolumn{2}{c}{ver} \\
 Ort & Uhrzeit & Messnr. & Temp. & Drift & Jitter & Drift & Jitter\\
 & & & $\nicefrac{\text{K}}{\text{h}}$ & $\nicefrac{\mu \text{rad}}{\text{h}}$ & \textpm \unit[2]{$\mu$rad}& $\nicefrac{\mu \text{rad}}{\text{h}}$ & \textpm \unit[2]{$\mu$rad} \\ \hline 
direkt	&	18:33:31 - 19:26:09	&	1 - 1476	&	0	&	\textminus 3,6	&	1,2	&	3,2	&	1,8	\\
direkt	&	19:26:11 - 20:07:27	&	1477 - 2634	&	\textminus 0,02	&	\textminus 2	&	1,1	&	4,3	&	1,8	\\ \hline
BL-Eingang	&	18:33:31 - 20:07:27	&	1 - 2634	&	\textminus 0,03	&	1,6	&	3,8	&	1,6	&	4,2	\\ \hline
	&		&		&		&		&		&		&		\\ \hline
direkt	&	20:53:38 - 22:27:37	&	1 - 2632	&	\textminus 0,02	&	\textminus 1,3	&	1,3	&	\textminus 0,5	&	1,9	\\ \hline
BL-Eingang	&	20:53:38 - 22:27:37	&	1 - 2632	&	\textminus 0,02	&	0,7	&	3,6	&	\textminus 1,6	&	3,7	\\ \hline \hline
\end{tabular}
\end{table}

\end{document}
allerdings wird die gesamte Seite verbreitert und nicht nur die stelle an der die Tabelle steht. Aber für den Anhang in meinem Bericht genau das richtige . Im normalen text werde ich aber

Code:
\centering\makebox[0cm]{
verwenden.

Also vielen DANK!!