\documentclass[12pt,fleqn,a4paper]{article}

\usepackage{latexsym}
\usepackage{url}
\usepackage{xspace}
\usepackage{epsfig}
\usepackage{psfrag}
\usepackage{a4wide}
\usepackage{marvosym}
\usepackage{amsmath,amsfonts,amssymb,amsthm,latexsym}
\usepackage{graphics,graphicx,color,subfigure}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}

\textheight 680pt
\textwidth 460pt
\topmargin -40pt
\oddsidemargin 5pt
\evensidemargin 5pt
\parindent 0pt

\pagestyle{fancyplain} \setlength{\headheight}{16pt}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\lhead[\fancyplain{}{\thepage}]
    {\fancyplain{}{\rightmark}}
\rhead[\fancyplain{}{\leftmark}]
    {\fancyplain{}{\thepage}}
\cfoot{}
\renewcommand{\thesection}{\arabic{section}}
\renewcommand{\thesubsection}{\arabic{section}.\arabic{subsection}}


\begin{document}
\begin{titlepage}%Institution
\vspace{2cm}
\centerline{
\large{Department of Computer Sciences}}
\vspace{0.2cm}
\centerline{\large{University of Salzburg}}%Title with one or two Lines(More if wanted)
%\hline
\vspace{2cm}

\centerline{\large{PS Robotik}}
\centerline{WS 06/07}
\vspace{1cm}

\centerline{\Large{\bf{Title}} }%Type of the Document
\vspace{1cm}

\vspace{0.4cm}%Date
\centerline{\today}
\vspace{5cm}%Authors

%\hline
\vspace{0.2cm}
Project Members:\\
\centerline{Name, ID, Email}\\
\centerline{Name, ID, Email}\\
\centerline{\ldots}
\vspace {1cm}\\

Academic Supervisor: \\
\centerline{Helmut MAYER}
\centerline{helmut@cosy.sbg.ac.at}
\vspace{1.5cm}\\
Correspondence to: \\
\centerline{Universit\"{a}t Salzburg} \\
\centerline{Fachbereich Computerwissenschaften} \\
\centerline{Jakob--Haringer--Stra\ss e 2} \\
\centerline{A--5020 Salzburg} \\
\centerline{Austria}
\clearpage
\end{titlepage}

%Table of Content
% \setcounter{page}{1}
% \pagenumbering{Roman} %I,II,III... in the TOC
% \tableofcontents

\clearpage
\pagestyle{headings}
\pagenumbering{arabic}  %Better if TOC is variable (more than one page)
\setcounter{page}{1}
\pagenumbering{arabic}  %Better if TOC is variable (more than one page)
\setcounter{page}{1}

\abstract{Here comes the abstract.}

\section{Introduction}

\newpage

\section{Milestones}
\begin{itemize}
\item{Due date:}
\end{itemize}

\newpage

\section{Progress of Work}

\subsection{Week 1, Tuesday, 18.10.2005}

\subsection{Week 2, Tuesday, 25.10.2005}

\subsection{Week 3, Tuesday, 08.11.2004}

\subsection{Week 4, Tuesday, 22.11.2005}

\subsection{Week 5, Tuesday, 29.11.2005}

\subsection{Week 6, Tuesday, 06.12.2005}

\subsection{Week 7, Tuesday, 13.12.2005}

\subsection{Week 8, Tuesday, 20.12.2005}

\subsection{Week 9, Tuesday, 10.01.2006}

\subsection{Week 10, Tuesday, 17.01.2006}

\subsection{Week 11, Tuesday, 24.01.2006}

\newpage

\section{Subproject Responsibilities}
\newpage

\section{Links}
\begin{itemize}
\item Project Page: \url{http://student.cosy.sbg.ac.at/???}
\item PS Page:
\url{http://www.cosy.sbg.ac.at/~helmut/Teaching/PSRobotik/}
\end{itemize}

\bibliography{}		% .bib files here

\end{document}

