.capt { display: none; }
.contact input.text {
  height: 25px;
  border: 1px solid #EAEAEB;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 1px 5px;
  background-color: #EAEAEB;
  color: #999999;
  font: 11px/12px Arial, sans-serif;
  margin: 0 0 16px 0;
  float: left;
  text-transform: uppercase;
}
input.full {
   width: 430px;
}
input.half {
  width: 201px;
}
input.quarter {
  width: 98px;
}
input.quarter3 {
  width: 305px;
}
input.text+input.text {
  margin-left: 16px;
}
.contact input.active,
.contact textarea.active {
  background-color: #FFF;
  border: 2px solid #0066B0;
  padding: 0px 4px;
}
.contact select.active {
  background: #FFF;
  border: 2px solid #0066B0;
}
.contact textarea.active {
  padding: 4px; 4px;
}
.contact textarea {
  border: 1px solid #EAEAEB;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 5px 5px;
  background-color: #EAEAEB;
  color: #999999;
  font: 11px/12px Arial, sans-serif;
  text-transform: uppercase;
  width: 430px;
  height: 166px;
  margin-bottom: 20px;
  resize: none;
}
.topic {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  margin: 0 0 16px;
}
.topic a {
  font: 13px/17px Arial, sans-serif;
  color: #666;
  text-transform: uppercase;
  margin: 8px 0;
  padding: 0 0 0 20px;
  background: url("/images/arrow.png") no-repeat scroll 0 1px transparent;
  display: block;
}
.topic.opened a {
  background-position: 0 -34px;
}
.opener {
  display: none;
  padding: 0 0 0 20px;
}
.opener input {
  float: left;
  margin-left: 0;
  margin-bottom: 5px;
}
.opener label {
  width: 190px;
  display: block;
  float: left;
  font: 12px/20px Arial, sans-serif;
  margin-bottom: 5px;
}
.contact input.datenschutz {
  float: right;
}
.contact label.datenschutz {
  float: right;
  font-family: Arial;
}
.contact input[type="submit"] {
  background: url("/images/btn_send.jpg") no-repeat scroll 0 0 transparent;
  border: medium none;
  color: transparent;
  height: 40px;
  width: 156px;
  float: right;
  cursor: pointer;
  margin: 20px 0 0;
}
.contact select {
  background: url("/images/bg_select.jpg") repeat-x scroll 0 0 #D9D9DA;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 6px 0 6px 5px;
  color: #999999;
  font: 11px/20px Arial, sans-serif;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}
.contact h2 {
  margin-bottom: 15px;
}
.contact .msg {
  margin: 20px 0;
}
.contact .msg.error {
  color: red;
}