diff --git a/Documentation/Doxygen/DeveloperManual/Application/DevelopmentApplication.dox b/Documentation/Doxygen/DeveloperManual/Application/DevelopmentApplication.dox
new file mode 100644
index 0000000000..c37b61d19d
--- /dev/null
+++ b/Documentation/Doxygen/DeveloperManual/Application/DevelopmentApplication.dox
@@ -0,0 +1,8 @@
+/**
+
+\page DevelopmentApplication Developing with the MITK Application Framework
+
+Todo
+
+
+*/
diff --git a/Documentation/Doxygen/DeveloperManual/DeveloperManual.dox b/Documentation/Doxygen/DeveloperManual/DeveloperManual.dox
index f57eecbbec..d06ef087cc 100644
--- a/Documentation/Doxygen/DeveloperManual/DeveloperManual.dox
+++ b/Documentation/Doxygen/DeveloperManual/DeveloperManual.dox
@@ -1,50 +1,57 @@
/**
\page DeveloperManual Developer Manual
-The following items are concerned with the practical use of the MITK library for software development.
+Development with MITK can happen under several disctinct conditions. Depending on whether you are using the Toolkit or the entire Application, different sections may apply to you. In case you are unsure about what you need, please refer to \link The Architecture of MITK text\endlink. An extensive Introduction to MITK is available under \link StartingDevelopment Starting your MITK Development\endlink.
+
+Depending on whether you are working with the \link DevelopmentToolkit Toolkit\endlink or the \link DevelopmentApplication Application\endlink, you can refer to their respective pages.
+
+
+
+OLD TEXT BELOW
+
Some abstract concepts of MITK are described in \ref Concepts
\section DevelopmentSetup Setting Up MITK
\li \subpage SupportedPlatformsPage
\li \subpage BuildInstructionsPage
\li \subpage thirdpartylibs
\li \ref HowToNewProject
\section DevelopmentGettingToKnow Getting To Know MITK
\li \subpage DirectoryStructurePage
\li \subpage TutorialPage
\section DevelopmentWith Developing With MITK
\li \subpage CMAKE_FAQ
\li \subpage DICOMTesting
\li \subpage NewPluginPage
\li \subpage StatemachineEditor
\li \subpage mitkExtPointsIndex
\li \subpage DeploymentPage
\li \subpage KnownProblemsPage
\section DevelopmentContributing Contributing To MITK
\li \subpage DocumentationGuide
\li \subpage StyleGuideAndNotesPage
\section DevelopmentGettingToKnowBlueberry Getting To Know BlueBerry
\li \subpage BlueBerryExamples
\section DevelopmentFurtherInfo Further Information
This section lists some ressources you might want to look at if you could not find what you need in
the \ref Development or \ref Concepts sections.
We hold regular internal seminars which may or may not have something to do with MITK directly. The slides can be found
here.
If you have some problems with MITK you might want to take a look at the FAQ.
If the above does not prove sufficient you can contact the Mailinglist.
*/
diff --git a/Documentation/Doxygen/DeveloperManual/Starting/Starting.dox b/Documentation/Doxygen/DeveloperManual/Starting/Starting.dox
new file mode 100644
index 0000000000..a9f00d4257
--- /dev/null
+++ b/Documentation/Doxygen/DeveloperManual/Starting/Starting.dox
@@ -0,0 +1,8 @@
+/**
+
+\page StartingDevelopment Starting your MITK Development
+
+This Introduction will aquaint you with the most important workflows to get you started with your MITK Development.
+
+
+*/
diff --git a/Documentation/Doxygen/DeveloperManual/Toolkit/DevelopmentToolkit.dox b/Documentation/Doxygen/DeveloperManual/Toolkit/DevelopmentToolkit.dox
new file mode 100644
index 0000000000..5a142014e0
--- /dev/null
+++ b/Documentation/Doxygen/DeveloperManual/Toolkit/DevelopmentToolkit.dox
@@ -0,0 +1,8 @@
+/**
+
+\page DevelopmentToolkit Developing with the MITK Toolkit
+
+Todo
+
+
+*/