@charset "utf-8";
/* 
    Document   : print.css
    Created on : 28.09.2008 18:00:00
    Author     : helmut
    Description:
        CSS Ausgabe auf Drucker.
*/
html, body, table, br, hr, pre, tt, h1, h2, h3, p, form, input, textarea, select, img {
   font-weight: normal;
   margin: 0;
   padding: 0;
}

body, td, th, input, textarea, select {
   font-family: 'Times New Roman',Times,serif;
   font-size: 100.01%;
}

/* fieldset.csc-mailform input, fieldset.csc-mailform textarea, fieldset.csc-mailform select {
  border-color: #90b5d7;
  border-width: 0.1em;
  border-style: solid;
} */
fieldset.csc-mailform, .csc-mailform-field fieldset {
  margin:0;
  padding:0;
  border-style:none;
  border-width:0;
}
.csc-mailform-field fieldset {
  line-height: 1.5em;
}
.csc-mailform-field fieldset legend {
  display: none;
  width: 0;
  height: 0;
  margin:0;
  padding:0;
}
.csc-mailform-field {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.csc-mailform-field label {
  width:10em;
  display:block;
  float:left;
}
.csc-mailform-field fieldset label {
  width: auto;
  display: inline;
  float: none;
  margin-left: 0.5em;
}

#kopf h1 img {
   border-width: 0;
   border-style: none;
   width: 201px;
   height: 77px;
}

#kr, #menue {
   display: none;
   visibility: hidden;
   width: 0pt;
   height: 0pt;
}


.tx-submission-pi1-listrow p {
  margin: 0;
}
