diff --git a/templates/base.html b/templates/base.html
index 04335af5f63164a74650c92ddb6d66f62b58a017..cee87dd7ec8acb31bc47283d3e7dcbff658a93fe 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -34,6 +34,7 @@
 </head>
 
 <body>
+    <header>
     <!-- Navigation -->
     <nav class="navbar navbar-default">
         <div class="container-fluid">
@@ -88,15 +89,17 @@
 
     <!-- Template Content head -->
     {% block template_content_head %}{% endblock %}
+    </header>
 
+    <main role="main"?
     <!-- Main Content -->
-    {% block content %}{% endblock %}
-
-    <!-- Template Content footer -->
-    {% block template_content_footer %}{% endblock %}
+	{% block content %}{% endblock %}
+    </main>
 
     <!-- Sponsoren-Footer -->
     <footer class="page-footer" id="sponsoren-footer">
+        <!-- Template Content footer -->
+        {% block template_content_footer %}{% endblock %}
         <div class="container">
             <div class="row">
                 <div class="col s12">