diff --git a/app/Http/routes.php b/app/Http/routes.php
index 66b11b70135bb24888f4d009c2e9f29c7f5a66bd..5ba4259e47892f878cb1e78b118447438de7a88b 100644
--- a/app/Http/routes.php
+++ b/app/Http/routes.php
@@ -36,7 +36,8 @@
         Route::get('team', function()
         {
             return view('team.team')
-                ->with('title', 'Team');
+                ->with('title', 'Team')
+                ->with('css', 'team.css');
         });
         Route::get('team/pubkey-wsb', function()
         {
diff --git a/public/css/team.css b/public/css/team.css
new file mode 100644
index 0000000000000000000000000000000000000000..7264944f357e5a631a83fabbd55e3ab0aff162c1
--- /dev/null
+++ b/public/css/team.css
@@ -0,0 +1,4 @@
+#teamList {
+    list-style-type: disc;
+    text-align: left;
+}
\ No newline at end of file
diff --git a/resources/views/team/team.blade.php b/resources/views/team/team.blade.php
index 786d95a42852a2adc50276502e619b408acd417c..704438654dbe9c644b1436bcc8f374d842308bab 100644
--- a/resources/views/team/team.blade.php
+++ b/resources/views/team/team.blade.php
@@ -5,7 +5,7 @@
 @section('content')
 <h1>Team
 </h1>
-<ul>
+<ul id="teamList">
   <li>
     <a href="https://de.wikipedia.org/wiki/Wolfgang_Sander-Beuermann" target="_blank">Sander-Beuermann, Wolfgang
     </a>, Dr.-Ing. - Geschäftsführer, Vorstand -