\documentclass{article}
\makeatletter
\AtBeginDocument{\special{!userdict begin
/split {(pt) search { 3 1 roll pop pop } if cvr} def
%%%%%%%%%%% Definitions %%%%%%%%%%%%%%
/font /Palatino-Roman findfont 110 scalefont def
/grayvalue .8 def           % 1 is white
/angle 50 def               % rotation for the text
/bgtext (vertraulich) def   % background text
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
gsave font setfont 1000 1000 moveto
bgtext true charpath pathbbox grestore
3 -1 roll sub 3 1 roll sub neg
/breite exch def /hoehe exch def
/mx (\the\textwidth) split 2 div 72 add def
/my (\the\textheight) split 2 div 72 add def
/bop-hook { gsave grayvalue setgray font setfont
mx my translate angle rotate
breite -2 div hoehe -2 div moveto
bgtext show grestore
} def end
}}\makeatother
\begin{document}

\begin{abstract}
Lorem Ipsum is simply dummy text of the printing and typesetting industry. 
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, 
when an unknown printer took a galley of type and scrambled it to make a type 
specimen book. It has survived not only five centuries, but also the leap into 
electronic typesetting, remaining essentially unchanged. It was popularised in 
the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, 
and more recently with desktop publishing software like Aldus PageMaker including 
versions of Lorem Ipsum. 	
\end{abstract}

\section{Why do we use it?}
It is a long established fact that a reader will be distracted by the readable 
content of a page when looking at its layout. The point of using Lorem Ipsum 
is that it has a more-or-less normal distribution of letters, as opposed to 
using 'Content here, content here', making it look like readable English. 
Many desktop publishing packages and web page editors now use Lorem Ipsum as 
their default model text, and a search for 'lorem ipsum' will uncover many web 
sites still in their infancy. Various versions have evolved over the years, 
sometimes by accident, sometimes on purpose (injected humour and the like).

\section{Why do we use it?}
It is a long established fact that a reader will be distracted by the readable 
content of a page when looking at its layout. The point of using Lorem Ipsum 
is that it has a more-or-less normal distribution of letters, as opposed to 
using 'Content here, content here', making it look like readable English. 
Many desktop publishing packages and web page editors now use Lorem Ipsum as 
their default model text, and a search for 'lorem ipsum' will uncover many web 
sites still in their infancy. Various versions have evolved over the years, 
sometimes by accident, sometimes on purpose (injected humour and the like).

\section{Why do we use it?}
It is a long established fact that a reader will be distracted by the readable 
content of a page when looking at its layout. The point of using Lorem Ipsum 
is that it has a more-or-less normal distribution of letters, as opposed to 
using 'Content here, content here', making it look like readable English. 
Many desktop publishing packages and web page editors now use Lorem Ipsum as 
their default model text, and a search for 'lorem ipsum' will uncover many web 
sites still in their infancy. Various versions have evolved over the years, 
sometimes by accident, sometimes on purpose (injected humour and the like).

\end{document}
