diff --git a/config/config.inc.php.dist b/config/config.inc.php.dist
index 099d03ba760623cdd867b6498cb9451a98e7ed81..1e3a4b672b92ed916df23f94ba93f9b009c3181d 100644
--- a/config/config.inc.php.dist
+++ b/config/config.inc.php.dist
@@ -111,12 +111,12 @@ $SEM_TREE_TYPES[0] = array("name" => "", "editable" => true); //default type, mu
 $UPLOAD_TYPES=array(    "default" =>
                 array(  "type"=>"allow",
                         "file_types" => array ("exe"),
-                        "file_sizes" => array ( "root" => 7 * 1048576,
-                                    "admin" => 7 * 1048576,
-                                    "dozent" => 7 * 1048576,
-                                    "tutor" => 7 * 1048576,
-                                    "autor" => 7 * 1048576,
-                                    "nobody" => 1.38 * 1048576
+                        "file_sizes" => array ( "root" => 250 * 1048576,
+                                    "admin" => 250 * 1048576,
+                                    "dozent" => 100 * 1048576,
+                                    "tutor" => 50 * 1048576,
+                                    "autor" => 50 * 1048576,
+                                    "nobody" => 1 * 1048576
                                     )
                 ),
 // rules for futher course-types can be added below (please adhere exactly to the structure given above)
@@ -153,11 +153,11 @@ $UPLOAD_TYPES["attachments"] =
 $UPLOAD_TYPES["personalfiles"] =
                 array(  "type" => "allow",
                         "file_types" => array ("exe"),
-                        "file_sizes" => array ( "root" => 7 * 1048576,
-                                    "admin" => 7 * 1048576,
-                                    "tutor" => 7 * 1048576,
-                                    "dozent" => 7 * 1048576,
-                                    "autor" => 7 * 1048576,
+                        "file_sizes" => array ( "root" => 250 * 1048576,
+                                    "admin" => 250 * 1048576,
+                                    "dozent" => 100 * 1048576,
+                                    "tutor" => 50 * 1048576,
+                                    "autor" => 50 * 1048576,
                                     "nobody" => 0
                                     )
                 );