diff --git a/css/style.css b/css/style.css
index 3677d09..dc51bdb 100644
--- a/css/style.css
+++ b/css/style.css
@@ -12,10 +12,6 @@ header, footer{
background: silver;
clear: both; /* stopt das floating */
}
-nav{
- height: 30px;
- background: tomato;
-}
#hauptbereich, #seitenbereich{
min-height: 500px;
background: #acacac;
@@ -27,4 +23,21 @@ nav{
#seitenbereich{
width: 30%;
float: right;
+}
+/*navigation*/
+nav {
+ margin: 20px 0;
+}
+nav ul{
+ margin: 0;
+ padding: 0;
+ list-style-type: none;
+}
+nav li{
+ display: inline;
+}
+nav li a{
+ margin: 0 20px 0 0;
+ text-decoration: none;
+ padding: 10px 8px;
}
\ No newline at end of file
diff --git a/index.html b/index.html
index d295efb..1f4e6f0 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,13 @@
da ist der Hauptbereich