\documentclass{article}
\usepackage{floatflt}

\newcommand{\x}{text mehr text und so weiter}

\begin{document}
\begin{floatingtable}[r]{%
  \centering
  \begin{tabular}{cc|c}
	a & b & 1\\\hline
	c & d & 2
  \end{tabular} }
  \caption{A wonderful caption for the nonfloating table}
\end{floatingtable}
\x\x\x\x\x\x\x\x\x\x\x\x\x\x\x
\x\x\x\x\x\x\x\x\x\x\x\x\x\x\x
\end{document}
