/*************** contact.css ***************/

.csc-mailform {
  border:none;
  /* width:360px; */
  width:400px;
}

#browse {
  border: 1px solid #32414b;
}

.csc-mailform-submit {
  border: 1pt solid #32414b;
  padding:1px;
  width:90px;
  text-align:center;
  font-weight:bold;
  background-color:#f0ece1;
  color: #444a25;
  background-image: url(/template_files/pics/pfeil_rot.gif);
  background-repeat:no-repeat;
  background-position:5px 50%;
}

#mailformformtype_delete {
  border: 1pt solid #32414b;
  padding:1px;
  width:150px;
  text-align:center;
  font-weight:bold;
  background-color:#f0ece1;
  color: #444a25;
  background-image: url(/template_files/pics/pfeil_rot.gif);
  background-repeat:no-repeat;
  background-position:5px 7px;
}

#mailformformtype_mail {
  border: 1pt solid #32414b;
  padding:1px;
  font-weight:bold;
  background-color:#f0ece1;
  text-align:center;
  color: #444a25;
}

#mailformort, #mailformaddress, #mailformemail, #mailformname {
  border: 1px solid #32414b;
  /*width:200px;*/
  width:230px;
  margin-right: 90px;
}

.csc-mailform-field textarea {
  border: 1px solid #32414b;
  clear:both;
  width:100%;
  display:block;
  margin-top: 20px;
  height: 180px;
}
.csc-mailform #mailformnachricht {
  border: 1px solid #32414b;
  clear:both;
  width: 99.5%;
  display:block;
  margin-top: 20px;
  height: 180px;
}

#mailformNachricht {
  border: 1px solid #32414b;
  float:left;
  /* width:360px; */
  width:400px;
  font-size:100%;
  margin-right: 0px;
}

.csc-mailform-angaben {
  line-height:30px;
}

.csc-mailform-field {
  clear: both;
  padding-top: 10px;
}

.csc-mailform-field input {
  float:right;
}

.csc-mailform-field select {
  margin-left: 45px;
}

.csc-mailform-field label {
  float: left;
  font-weight: bold;
}

#content .csc-mailform ol {
  margin: 0;
}

#content .csc-mailform li {
  margin: 0 0 10px 0;
}

#content .csc-mailform li label {
  font-weight: bold;
  float: left;
  width: auto;
}

#content .csc-mailform li input {
  float: right;
}

#content .csc-mailform #mailformaddress {
  clear: both;
  display: block;
  margin-top: 20px;
  height: 180px;
}

#content .csc-mailform #mailformformtype_mail {
  padding-left: 15px;
}

/* migrated forms */
.form-legacy-textarea {
  border: solid 1px black;
  clear: both;
  width: 99%;
  display: block;
  margin-top: 20px;
  height: 180px;
}
.form-legacy-submit {
  border: 1px solid black;
  padding: 1px 5px 1px 20px;
  font-weight: bold;
  background-color: #f0ece1;
  text-align: center;
  color: #444a25;
  background-image: url(/fileadmin/pics/pfeil_rot.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;
}
.form-legacy-input {
  border: solid 1px black;
  width: 225px;
}
.form-legacy-select {
  float: right;
  width: 225px;
  border: solid 1px black;
}
.form-legacy-checkbox {
  margin-top: 1px;
}

/* Default Styling for forms */
.csc-form-element input[type="submit"],
.csc-form-element-button input[type="button"],
.csc-form-element-reset input[type="reset"] {
  border: 1pt solid #32414b;
  padding:1px;
  text-align:center;
  font-weight:bold;
  background-color:#f0ece1;
  color: #444a25;
}
.csc-form-element-submit input[type="submit"] {
  background-image: url(/template_files/pics/pfeil_rot.gif);
  background-repeat:no-repeat;
  background-position:5px 50%;
  padding-left: 15px;
}
.csc-form-element-textline input[type="text"],
.csc-form-element input[type="email"],
.csc-form-element input[type="password"] {
  border: solid 1px black;
  width: 225px;
}
.csc-form-element-textarea textarea {
  border: solid 1px black;
  clear: both;
  width: 99%;
  display: block;
  margin-top: 20px;
  height: 180px;
}
.csc-form-element-select select {
  width: 225px;
  float: right;
}
fieldset.fieldset-horizontal.label-below li {
  width: 100%;
}
fieldset.fieldset-horizontal.label-below label {
  color: black;
}
fieldset.fieldset-horizontal.label-below input {
  float: right;
}
