/* Main */
body {
  font-family: Arial !important;
}

.formular-title {
  font-size: 20px;
  color: #a10216;
  line-height: 100px;
}

/* Container */
.container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Header */
#header_top {
  background: transparent url(../img/logo.jpg) 33px 0 no-repeat;
  width: 1024px;
  height: 93px;
  font-size: 14pt;
}

#header_top #title_menu {
  margin-left: 338px;
  padding-top: 34px;
}

#header_top #title_menu p {
  color: #a10216;
  display: inline;
  border-left: 1px solid #406d8e;
  padding: 28px 50px 28px 15px;
}

#header_bottom {
  background: transparent url(../img/titelbild_artus.jpg);
  width : 1024px;
  height: 160px;
}

/* Content */
#kc-form {
  background: transparent url(../img/bar.jpg) 33px 0 repeat-y;
  width: 1024px;
}

#kc-form-wrapper {
  margin: 0 auto;
  margin-left: 300px;
}

#kc-back,
#kc-login {
  border: 1px inset #9EB5C5;
  border-radius: 6px;
  background-color: #337ab7;
  color: #ffffff;
  margin-left: 15px;
}

.pw-link {
  color: #337ab7;
}

/* Footer */
#footer {
  background: transparent url(../img/bar_bottom.jpg) 33px 0 no-repeat;
  margin-bottom: 10px;
  margin-top: -16px;
}

hr {
  margin: 0 auto;
  margin-left: 33px;
  width: 990px;
}

#footer p {
  text-align: center;
  font-size: 8pt;
  letter-spacing: 0.6px;
  width: 100%;
  margin: 0 auto;
  margin-top: 5px;
}

#footer p .artus {
  font-weight: bold;
  color: #a10216;
}
