body {
  background: #008D9A url("/pferd-vet/jakarta.faces.resource/img/vit/background.jpg.xhtml")
    repeat-x;
  margin: 0;
  padding: 0;
  font: bold 12px verdana, sans-serif;
  color: #000;
}

form#anmeldung {
  display: block;
  width: 862px;
  height: 620px;
  margin: 0 auto;
}

.content-area {
  float: left;
  width: 749px;
  min-height: 640px;
  background: #FFF;
  padding-left: 6px;
}

.startblock {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  background: #008C99 no-repeat;
  width: 242px;
  height: 241.9px;
}

.rand {
  float: left;
  height: 640px;
  width: 56px;
  background: transparent;
}

#fuss {
  color: #FFF;
  width: 700px;
  margin: 10px auto 0 auto;
  font-size: 8pt;
  font-weight: normal;
  text-align: right;
}

/* Computer-Desktop: 1024px+ */
@media only screen and (min-width: 1024px) {
  #servit-logo-m, #bl-1-m, #bl-2-m {
    display: none;
  }
}

/* Tablets: 768px bis 1024px */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #grafik-vet, #bl-2-gr, #bl-2, #bl-5, #servit-logo-m, #bl-1-m, #bl-2-m {
    display: none;
  }
  form#anmeldung {
    width: 614px;
  }
  .content-area {
    width: 496px;
  }
  #fuss {
    width: 496px;
  }
}

/* Smartphones: 0px bis 480px */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  form#anmeldung {
    width: 248px;
    height: 496px;
  }
  #vit-logo, #bl-1-gr, #bl-2-gr, #grafik-vet, #servit-logo, .rand, #fuss,
    #bl-1, #bl-2, #bl-3, #bl-4, #bl-5, #bl-6, #bl-7, #bl-8 {
    display: none;
  }
  .content-area {
    width: 248px;
    height: 496px;
    border-left: 6px solid #FFF;
  }
  #support-info {
    background: #008C99;
  }
}

.loginError input[type=text], .loginError input[type=password] {
  border: red solid 1px !important;
}

.loginError input[type=text]:focus, .loginError input[type=password]:focus
  {
  border-color: red !important;
  box-shadow: 0 0 4px 1px maroon !important;
  outline: medium none !important;
}

.kl {
  width: 118px;
  height: 118px;
}

.kl2 {
  width: 242px;
  height: 118px;
}

.hell {
  background: #67AB16;
}

.transparent {
  background: transparent;
}

#vit-logo {
  background: url("/pferd-vet/jakarta.faces.resource/img/vit/vit_logo.jpg.xhtml") no-repeat;
}

#servit-logo, #servit-logo-m {
  background: url("/pferd-vet/jakarta.faces.resource/img/vit/servitVET_logo.png.xhtml") no-repeat;
  background-size: 100% auto;
  width: 242px;
  height: 118px;
}

#grafik-vet {
  background: url("/pferd-vet/jakarta.faces.resource/img/vit/140px-Vetlogo.svg-1.png.xhtml")
    no-repeat;
  background-size: 100% auto;
}

#grafik-pferd {
  background: url("/pferd-vet/jakarta.faces.resource/img/vit/pferdepraxis-heyers.de.jpg.xhtml")
    no-repeat;
  background-size: 100% auto;
}

#name, #passwort {
  background: #FFF;
}

.links {
  //border-right: 6px solid #FFF;
}

.deko {
  width: 56px;
  height: 56px;
  background: #008C99;
}

.links .deko {
  background: #00A0AC;
  margin-top: 110px;
}

.h3anmeldung {
  font-size: 12px;
  margin: 3px;
  margin-top: 20px;
  padding: 0;
  height: 50px;
}

.h3fehlermeldung {
  color: red;
  font-size: 12px;
  margin: 3px;
  margin-top: 20px;
  padding: 0;
  height: 50px;
}

label, input {
  display: block;
  border: 1px inset #67AB16;
}

label {
  width: 114px;
  border: none;
  margin: 10px auto 0 auto;
}

label.reset {
  width: auto;
  border: none;
  margin: 10px 0 0 3px;
}

input.hidden {
  visibility: hidden;
}

input {
  background: #d1e6b9;
  color: #000;
}

input[type=text], input[type=password] {
  width: 116px;
  border: 1px solid #68AC16;
  padding: 1px 0 1px 0 !important;
  margin: 3px auto 0 auto !important;
}

input.reset[type=text] {
  margin: 3px 0 0 0 !important;
}

input:focus {
  border-color: #007F8A !important;
  box-shadow: 0 0 4px 1px #004046 !important;
  outline: medium none !important;
}

input.submit {
  border: none;
  margin: 0;
  height: 118px;
  width: 100%;
  background: #67AB16;
  vertical-align: middle;
  font-weight: bold;
  color: #FFF;
}

#support {
  text-align: center;
  margin-top: 50px;
}

/* Color wird nur gezogen, wenn das Element direkt adressiert wird. */
#support a {
  color: #FFF;
}

/* Keine vorformatierte Liste fuer die Fehlermeldung 'Falsche Anmeldung' */
.h3fehlermeldung ul {
  list-style-type: none;
  padding-left: 0;
}
