#content-thin-border {
  background-image: url('/static/img/contact/background.jpg');
  background-repeat: no-repeat;
  color: #FFF;
}

#contact-impressum, contact-thanks {
  padding: 18px;
}
#contact-impressum a {
  color: #FFF;
}

#contact-thanks {
  padding: 36px;
}

#contact-form {
  position: absolute;
  left: 0px;
  top: 0px;
}

label, textarea, input {
  position: absolute;
  border: none;
}

#contact-name {
  position: absolute;
  left: 59px;
  top: 41px;
}
#contact-name input {
  left: 14px;
  top: 9px;
  width: 260px;
}
#contact-name label {
  left: 15px;
  top: -12px;
}

#contact-email {
  position: absolute;
  left: 60px;
  top: 112px;
}
#contact-email input {
  left: 16px;
  top: 9px;
  width: 433px;
}
#contact-email label {
  left: 15px;
  top: -12px;
}



#contact-text {
  position: absolute;
  left: 55px;
  top: 184px;
}
#contact-text textarea {
  position: absolute;
  left: 21px;
  top: 18px;
  width: 557px;
  height: 95px;
}
#contact-text label {
  left: 20px;
  top: -8px;
}

#contact-newsletter {
  position: absolute;
  left: 70px;
  top: 326px;
}
#contact-newsletter input {
  left: 5px;
  top: 3px;
}
#contact-newsletter label {
  left: 30px;
  top: 7px;
  width: 350px;
}


#contact-versenden {
	position: absolute;
	left: 542px;
	top: 323px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

