body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}
a {
  display:inline-block; /*Achtung, Browser-kompatibität checken, zur not display:block */
  background:#bdbdbd;
  color:#024563;
  text-decoration:none;
  padding:10px 10px 6px;
  border-radius:4px;
}

a:hover {
  background:#666;
}

.textShadowed {
  text-shadow: 0 -1px 0 rgba(0,0,0,.7), 0 1px 0 rgba(255,255,255,.8); /* achtung, nicht jeder browser kann rgba() */
}

.textShadowed:hover {
  text-shadow:0 1px 0 rgba(255,255,255,.2);
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
