diff --git a/registration-system/other/update.sql b/registration-system/other/update.sql
new file mode 100644
index 0000000000000000000000000000000000000000..59f3ef1dc32001b18f4e35f44676a1398c0b476b
--- /dev/null
+++ b/registration-system/other/update.sql
@@ -0,0 +1,3 @@
+ALTER TABLE `fahrten` ADD `isSummer` TINYINT(1) NOT NULL DEFAULT '0' ;
+
+ALTER TABLE `bachelor` ADD `mGame` TINYINT(1) NOT NULL DEFAULT '1' , ADD `isOrga` TINYINT(1) NOT NULL DEFAULT '0' ;
\ No newline at end of file
diff --git a/registration-system/view/admin_style.css b/registration-system/view/admin_style.css
index 686a691697e5ee628d81d06d54480f9fbed403f4..7028a09d977c473e090db23f910722bb4d7b2e69 100644
--- a/registration-system/view/admin_style.css
+++ b/registration-system/view/admin_style.css
@@ -11,12 +11,12 @@ body{
 
 a:link, a:visited {
     background-color:inherit;
-    color:#ff8400;;
+    color:#117733;
     text-decoration:none;
 }
 a:active, a:hover {
     background-color:inherit;
-    color:#ff6000;
+    color:#44AA99;
     text-decoration:none;
 }
 a[href ^= "http"]:after {