.idqform {
    margin: 5px;
}

textarea {
    width: 660px;
    height: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    float: left;
    padding: 4px;
    border: 1px solid #ccc;
}
.idqform textarea:focus {
    border: 1px solid #aaa;
}
legend {
    font-weight: bold;
    border: 0px;
    padding: 6px;
    background: #cbdceb;
    width: 648px;
    border-bottom: 1px solid white;
}

fieldset {
    border: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f7f9fc;
    border-bottom: 1px solid white;
    width: 660px;
    padding: 10px 0 0 0;
}
fieldset .teilnehmer {
  margin: 10px;
}
fieldset table {
    width: 660px;
}

.idqform table input {
    width: 400px;
    padding: 4px;
    float: left;
    border: 1px solid #ccc;
    margin-left: 20px;
    color: #555;
}

.idqform table input[type=checkbox] {
  width: 25px;
  margin-left:0px;
}
.idqform table input:focus {
    border: 1px solid #aaa;
}

.idqform table select {
    float: left;
}

label {
    width: 250px;
    text-align: right;
    font-size: 10px;
    font-weight: normal;
}

.idqform table td {
    padding: 5px;
    text-align: right;
}

.idqform table.price td {
    text-align: left;
}

.idqform input[type = submit], button {
  cursor: pointer;
    float: right;
    margin-right: 20px;
}

.valid {
    border: 0px none black;
}

.invalid {
    border: 2px solid #ae0000 !important;
}

.idqform hr {
  border: 0px;
  height: 1px;
  background-color: #cbdceb;
  margin-bottom: 10px;
  margin-left: 5px;
}

.participants div {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #fff;
  font-size: 11px;
}
.participants div.last {
  border-bottom: 0px !important;
}
.participants div span {
  margin: 0px !important;
  padding: 0px !important;
  display: inline;
  border: 0px;
}
.participants span a {
  color: #aaa;
  text-decoration: underline;
  font-size: 10px;
  margin: 0 10px;
}
.participants span a:hover {
  color: #640000;
  text-decoration: none;
}

.addcontactssparticipant {
  width: 261px;
  height: 26px;
  background: url(../grafik/de/ansprechpartner.png);
  border: none;
  text-indent: -999999px;
  margin-bottom: 20px;
}
.addParticipant {
  width: 145px;
  height: 26px;
  background: url(../grafik/de/teilnehmer.png);
  border: none;
  text-indent: -999999px;
}
.submitbutton {
  width: 128px;
  height: 26px;
  background: url(../grafik/de/weiter.png);
  border: none;
  text-indent: -999999px;
}
.captchaFieldset img {
  padding: 10px;
  background: #fff;
  text-align: center;
  border: 1px solid #ccc;
}

input.captcha {
    padding: 4px;
    border: 1px solid #ccc;
    margin-left: 20px;
    color: #555;
}
.back {
  width: 89px;
  height: 26px;
  background: url(../grafik/de/zurueck.png);
  border: none;
  text-indent: -999999px;
}
.save {
  width: 89px;
  height: 26px;
  background: url(../grafik/de/senden.png);
  border: none;
  text-indent: -999999px;
}

