div.contact {
    padding-top:0;
}
div.contact h1 {
    color:#893361;
    line-height:24px;
    font-size:17px;
    padding-bottom:5px;
    font-weight:normal;
}
div.contact h2 {
    color:#1a171b;
    font-size:11px;
    line-height:14px;
    padding-bottom:10px;
    font-weight:normal;
}
div.contact p {
    padding-bottom:15px;
    line-height:18px;
    font-size:11px;
    color:#1a171b;
}
div.contact p span {
    display:block;
    font-weight:normal;
}

div.contact a {
    color:#1a171b;
}
.contact div.middleBanner {
  padding-top:20px;
}
.contact div.textBox p {
  font-weight:normal;
}
div.contact h3 {
    color:#893361;
    line-height:18px;
    font-size:11px;
    font-weight:bold;
}
.column-kontakt-form {
  float: left;
  width: 240px;
  padding-top: 5px;
}
#contactbox form {
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
  display: block;
  width: 481px;
  border-top:1px solid #cccccc;
  background: url(../images/contact-box-bg.png) repeat-y 0 0;
}
#contactbox {
  padding-bottom: 12px;
  float: left;
  background: url(../images/contact-box-bottom-bg.png) no-repeat 0 100%;
}
#contactbox fieldset {
  border:0;
}
#contactbox label {
  display: block;
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
  color:#c0c0c0;
}
#contactbox .long-text-input  input {
  width: 220px;
}
#contactbox h5 {
  color:#993366;
  font-size: 11px;
  line-height: 16px;
  text-transform: none;
}
#contactbox  .middle-text-input {
  width: 130px;
  float: left;
  padding-bottom: 5px;
  height: 45px;
}
#contactbox input {
  color:#c0c0c0;
}
#contactbox  .long-text-input {
  clear: both;
  padding-bottom: 5px;
  height: 45px;
  text-align: left;
}
#contactbox  .middle-text-input input {
  width: 110px;
}
#contactbox  .short-text-input {
  width: 90px;
  float: left;
  padding-bottom: 5px;
  height: 45px;
}
#contactbox  .short-text-input input {
  width: 90px;
}
#contactbox .submit input {
  float: right;

}
#contactbox .submit input {
  background: none;
  border:0;
  color:#993366;
  font-size: 11px;
  padding-right: 10px;
  font-weight: bold;
  cursor:pointer;
  outline: none;
}
.error-box-input input {
  border:2px red solid;
}
.comments-form form h5 {
  line-height: 18px;
  font-size: 11px;
  color:#993366;
  font-family: Verdana;
}
.comments-form form label {
  color:#666;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px;
}