
/**/

#PDFform_Layout {
    background: #fff none repeat scroll 0 0;
    border: 1px dashed #666;
    box-shadow: 1px 1px 10px #333;
    display: inline-block;
    right: 30px;
    bottom: 50px;
    padding: 25px;
    position: fixed;
    z-index: 99;
}

#PDF_Layout {
    border: 1px dashed #666;
    display: inline-block;
    margin-bottom: 25px;
    min-height: 29.7cm;
    position: relative;
    vertical-align: top;
    width: 21cm;
}
#PDF_Layout img {
  max-height: 10cm;
  max-width: 10cm;
}
#PDF_Layout img.rot90 {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

#PDF_Layout input {
  padding: 1px;
}




#PDF_Header {
  height: 3cm;
  margin-left: 2.5cm;
  margin-right: 1cm;
  position: relative;
}
#PDF_Header img {
  max-height: 3cm;
  max-width: 17cm;
}


#PDF_Footer {
  height: 1.5cm;
  margin-left: 2.5cm;
  margin-right: 1cm;
  position: relative;
  text-align: center;
  padding: 0 !important;
}

#PDF_Footer dl.tab33 {
  display: table-row;
}
#PDF_Footer dl.tab33 dd {
  display: table-cell;
  position: relative;
  width: 30%;
  vertical-align: top;
}
#PDF_Footer img {
  max-height: 1.5cm;
  max-width: 5.5cm;
}

#PDF_Body {
  bottom: 2cm;
  left: 1cm;
  position: absolute;
  right: 1cm;
  top: 5cm;
}

#PDF_Absender {
    height: 0.5cm;
    left: 2.5cm;
    position: absolute;
    top: 4cm;
    width: 17cm;
}
#PDF_Absender input {
  width: 100%;
}

#PDF_Adresse {
    height: 8cm;
    left: 2.5cm;
    position: absolute;
    top: 5.5cm;
    width: 9.5cm;
}

#PDF_Seite {
    height: 8cm;
    left: 13cm;
    position: absolute;
    top: 5.5cm;
    width: 6.5cm;
}
#PDF_Seite img {
  max-height: 7cm;
  max-width: 6.5cm;
}

#PDF_Betreff {
  margin: 11cm 1cm 0 2.5cm;
  position: relative;
}
#PDF_Betreff input {
  width: 100%;
  font-weight: bold;
}

#PDF_Positionen {
    margin: 0.5cm 1cm 1cm 2.5cm;
    min-height: 11cm;
    overflow: hidden;
    position: relative;
}


#PDF_Positionen .bListe {
  display: block;
  max-height: 245px;
  overflow: hidden;
}

#PDF_Positionen .bListeBody {
  display: table;
  width: 100%;
}
#PDF_Positionen .bListeBody dl {
  display: table-row;
}
#PDF_Positionen .bListeBody dl dd {
  display: table-cell;
  padding: 2px;
}


#PDF_Positionen .bListeFooter {
  display: table;
  width: 100%;
}
#PDF_Positionen .bListeFooter dl {
  display: table-row;
}
#PDF_Positionen .bListeFooter dl dd {
  display: table-cell;
  padding: 2px;
}

#PDF_Positionen .bListeFooter dl dd:first-child {
  width: 50%;
}
#PDF_Positionen .bListeFooter dl dd:last-child {
  width: 13%;
}


#PDF_Images {
    margin: 1cm 1cm 1cm 2.5cm;
    position: relative;
    text-align: center;
}
#PDF_Images div {
  display: inline-block;
  height: 390px;
  text-align: center;
  width: 80%;
}

#PDF_Layout div {
  border: 1px dashed #666;
  padding: 1mm;
}

#PDF_FooterEnd {
  width: 8.5cm;
  margin-left:auto; 
  margin-right:0;
}


#ADDR {
  max-height: 200px;
  overflow-y: scroll;
}

#ADDR table {
  width: 100%;
}
#ADDR table tr {
  cursor: pointer;
  transition: all 0.5s ease-out 0s;
  vertical-align: top;
}
#ADDR table tr {
  background-color: #f5f5f5;
}
#ADDR table tr:nth-child(2n) {
  background-color: #fff;
}
#ADDR table tr:hover {
  background-color: #00ff00;
}
#ADDR table td {
  padding: 3px;
}


#PDF_Stempel {
  bottom: 2.5cm;
  left: 2.5cm;
  position: absolute;
}
#PDF_Stempel img {
  max-width: 6cm;
  max-height: 4cm;
}
