* {
  font-family:arial,helvetica,sans-serif;
  font-size:12px;
  line-height: 16px;
}
body {
  width:100%;
  height:100%;
  margin:0px;
  margin-left:auto;
  margin-right:auto;
  background-color: white;
  background-image: url(/images/intro_background_neu.jpg);
  background-repeat: no-repeat;
}
#login {
  width:675px;
  height:800px;
  margin-left:106px;
  margin-top:246px;
  background-color:#D3D3D2;
  padding:10px;
}
#login2 {
  width:375px;
  height:160px;
  margin-left:266px;
  margin-top:276px;
}
#login3 {
  width:725px;
  margin-left:60px;
  margin-top:146px;
  padding:10px;
}
h1 {
  font-size:14px;
  color:#86123F;
}

#terms {
  width:600px;
  height:520px;
  margin-left:154px;
  margin-top:276px;
}
form {
  margin:0px;
  padding:0px;
}
input {
  line-height:12px;
  font-size:12px;
}
#text {
  width:580px;
  height:160px;
  margin-top:20px;
  font-size:12px;
  color: black;
  font-family:arial,helvetica,sans-serif;
}

a {
  font-size:12px;
  color:#86123F;
  text-decoration: none;
  font-family:arial,helvetica,sans-serif;
  font-weight:bolder;
}
a:hover {
  font-size:12px;
  color:#86123F;
  text-decoration: underline;
  font-family:arial,helvetica,sans-serif;
  font-weight:bolder;
}
