diff --git a/src/templates/admin/admin_menu.html b/src/templates/admin/admin_menu.html
index 585a83f..e787bf9 100644
--- a/src/templates/admin/admin_menu.html
+++ b/src/templates/admin/admin_menu.html
@@ -27,38 +27,4 @@
CreateLinkFunction( "#button_menu_user", "{BASEPATH}admin/users.php");
CreateLinkFunction( "#button_menu_group", "{BASEPATH}admin/groups.php");
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/src/templates/include_menu.html b/src/templates/include_menu.html
index 1ca4feb..4bdb688 100644
--- a/src/templates/include_menu.html
+++ b/src/templates/include_menu.html
@@ -33,52 +33,4 @@
CreateLinkFunction( "#button_menu_reports", "{BASEPATH}reports.php");
CreateMenuFunction( "#button_menu_help", "#menu_help", true );
CreateLinkFunction( "#button_menu_searchkb", "http://kb.monitorware.com/search.php");
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/themes/dark/main.css b/src/themes/dark/main.css
index 837d027..9ce59a1 100644
--- a/src/themes/dark/main.css
+++ b/src/themes/dark/main.css
@@ -1,5 +1,5 @@
/* Generell Tag Classes */
-BODY
+body
{
color: #F3F3F1;
background-color: #000000;
@@ -13,7 +13,7 @@ BODY
scrollbar-darkshadow-color: #000000;
}
-TD
+td
{
color: #F3F3F1
}