diff --git a/jm2l/static/css/index.html b/jm2l/static/css/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/jm2l/static/css/jm2l.css b/jm2l/static/css/jm2l.css
index 27d9de8..d2fecb4 100644
--- a/jm2l/static/css/jm2l.css
+++ b/jm2l/static/css/jm2l.css
@@ -253,4 +253,34 @@ a {
.center
{
text-align: center;
-}
\ No newline at end of file
+}
+
+.form-signin {
+ max-width: 300px;
+ padding: 19px 29px 29px;
+ margin: 0 auto 20px;
+ background-color: #f5f5f5;
+ border: 1px solid #e5e5e5;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+ -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
+ -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
+ box-shadow: 0 1px 2px rgba(0,0,0,.05);
+}
+.form-signin,
+.form-signin .checkbox {
+ margin-bottom: 10px;
+}
+.form-signin-heading {
+ margin: -15px;
+ text-align:center;
+}
+.form-signin input[type="text"],
+.form-signin input[type="password"] {
+ font-size: 16px;
+ height: auto;
+ width:100%;
+ margin-bottom: 15px;
+ padding: 7px 9px;
+}
diff --git a/jm2l/static/fonts/index.html b/jm2l/static/fonts/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/jm2l/static/img/2006/index.html b/jm2l/static/img/2006/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/jm2l/static/img/2007/index.html b/jm2l/static/img/2007/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/jm2l/static/img/2008/index.html b/jm2l/static/img/2008/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/jm2l/static/img/2009/index.html b/jm2l/static/img/2009/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/jm2l/static/img/2010/index.html b/jm2l/static/img/2010/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/jm2l/static/img/2011/index.html b/jm2l/static/img/2011/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/jm2l/static/img/2012/index.html b/jm2l/static/img/2012/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/jm2l/static/img/2013/index.html b/jm2l/static/img/2013/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/jm2l/static/img/2015/index.html b/jm2l/static/img/2015/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/jm2l/static/img/index.html b/jm2l/static/img/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/jm2l/static/vendor/index.html b/jm2l/static/vendor/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/jm2l/templates/Participer.mako b/jm2l/templates/Participer.mako
index 7b1bf7c..a41a63d 100644
--- a/jm2l/templates/Participer.mako
+++ b/jm2l/templates/Participer.mako
@@ -62,7 +62,7 @@ DicForm ={
+ style="height:75px;" />
diff --git a/jm2l/templates/login.mako b/jm2l/templates/login.mako
index c989092..20bf17b 100644
--- a/jm2l/templates/login.mako
+++ b/jm2l/templates/login.mako
@@ -1,39 +1,4 @@
<%inherit file="jm2l:templates/layout.mako"/>
-