@CHARSET "UTF-8";

#content .reg {
  display: block;
  height: 420px;
}

#content .reg .rahmen {
  border: 1px solid #c00;
  padding: 2px;
}
#content .reg .rahmen.ausgefuellt {
  border: 1px solid #999;
  padding: 2px;
}
#content .reg .rahmen p,
#content .reg .rahmen label {
  color: #999;
  font-size: 13px;
  line-height: 21px;
  font-style: italic;
  margin: 0px;
}
#content .reg .rahmen p {
  padding-left: 5px;
}


#content .grey h1 {
  font-size: 13px;
  line-height: 27px;
  font-weight: normal;
  color: #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 0px;
}
#content .grey, 
#content .grey p {
  font-size: 13px;
  line-height: 21px;
  color: #999;
}
#content p.grey {
  margin-top: 5px;
  margin-left: 10px;
}
#content .grey h1 + p {
  margin-top: 5px;
}
