@charset "UTF-8";
/**
 * für die form - CSS: Print
 *
 *
 * @author Danny Otto | Pixelbrand.net
 * @date   2008-08
 * 
 */
@import url(contentbase.css);

body {
  background: #fff !important;
  border: 0;
  color: #000 !important;
  font-size: 10pt;
  line-height: 150%;
  margin: 28px 38px;
  padding: 0;
  text-align: left !important;
  width: auto !important;
}
html > body { margin: 28px 58px; }

#nav-first, #nav-meta, #nav-sub1, #nav-main, h1 img, #col1, #col3, #footer { display: none; }

h1 { border-bottom: 2px #000 dotted; padding: 0 0 5pt 0; text-align: center; }
h1 span.print { display: block; margin: 0 0 10pt 0; }

fieldset { border: 0; display: block; margin: 25px 0; padding: 0; }
legend { color: #000; font-size: 14pt; font-weight: bold; margin: 0 0 5pt -10px !important; }
label { display: block; font-size: 10pt; font-weight: bold; padding-top: 15pt; }
input, select, textarea {
  border: 0;
  display: block;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 14pt;
  padding-top: 5pt;
  width: 200pt;
}
input { border-bottom: 1px solid #000; }
select option { display: inline; }
textarea { height: 50pt; border-bottom: 1px solid #000; }
legend, .type-submit { display: none; }