body { background: #DEE7F7; color: #000; margin: 0; }

fieldset, legend, label, input {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color #000;
  font-weight: bold;
}

small {
  color: #555;
  position: absolute;
  bottom: 3px;
  font-family: Tahoma, sans-serif;
  font-size: 10px;
}

#frame {
  position: absolute;
  width: 400px;
  height: 600px;
  margin-top: 25px;
  margin-left: -200px;
  left: 50%;
  text-align: center;
  background: url(kopf.gif) top no-repeat;
  border: 5px solid #FFF;
}

#inframe {
  width: 100%;
  height: 100%;
  background: url(fuss.jpg) bottom no-repeat;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
}

fieldset {
  width: 375px;
  min-height: 110px;
  border: 2px solid #5584A0;
  margin: auto;
}

fieldset.allgemein { min-height: 85px; }

fieldset legend {
  background: #FFF;
  border: 0;
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  color: #375668;
  height: 17px;
  width: 150px;
  text-align: center;
  padding: 0px;
}

fieldset.allgemein label {
  display: block;
  float: left;
  width: 110px;
  margin: 7px 10px 0 5px;
  text-align: right;
}

.optional_text {
  display: block;
  float: left;
  width: 110px;
  margin: 7px 10px 0 5px;
  text-align: right;
}

.checkbox {
  display: block;
  background: #DEE7F7;
  border: 0;
  float: left;
  width: 30px;
  margin-left: 3px;
}
.checkbox_label {
  margin: 8px 0 0 5px;
  float: left;
}

.checkbox_label2 {
  margin: 8px 0 0 5px;
  float: left;
}

input {
  background: #FFF;
  border: 1px solid #555;
  margin-top: 5px;
}

.button {
  width: 100px;
  height: 30px;
  font-weight: bold;
}

.text {
  width: 50px;
  text-align: center;
  float: left;
}

.label {
  float: left;
  width: 150px;
  text-align: right;
}

.value {
  float: left;
  margin-left: 15px;
  text-align: left;
}

.label, .value {
  margin-top: 5px;
}

input:active, input:focus, input:hover { background: #E8EBDF;}
