diff --git a/app/views/themes/darkblue/layouts/menu.html.erb b/app/views/themes/darkblue/layouts/menu.html.erb
new file mode 100644
index 0000000..f85e309
--- /dev/null
+++ b/app/views/themes/darkblue/layouts/menu.html.erb
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+ - <%= link_to I18n.t(:home,:scope=>'home' ), home_index_path %>
+
+ - <%= link_to I18n.t(:news,:scope=>'home' ),rubriken_path %>
+
+ - <%= link_to I18n.t(:info,:scope=>'home' ),themengruppen_path %>
+ - <%= link_to I18n.t('mitarbeiter',:scope=>'home' ),fetprofiles_path %>
+ - <%= link_to I18n.t('fotos',:scope=>'home' ),galleries_path %>
+ - <%= link_to I18n.t(:studien,:scope=>'home' ), studien_path %>
+ -
+ <%= link_to 'Admin' , config_path%>
+
+
+
<%if I18n.locale == :en %>
+ <%= link_to image_tag("/flaggen/png/at.png") + " Deutsch" ,switch_locale_url(:de)%>
+ <% elsif I18n.locale == :de %>
+ <%= link_to image_tag("/flaggen/png/gb.png") + " English" ,switch_locale_url(:en)%>
+ <%end %>
+
+
+
+
+
+