.bodyMargin2, body { background-color: #ffffff;
              margin:0;
              padding:0;
              width:100%;
              }

h1 { font-size:12pt; }

body, td, input, select, textarea, button
{ font-size: 7pt;
  color: #000000;
  font-family:Arial, sans-serif;

}

hr { margin-top:    7px;
     margin-bottom: 7px;
     background-color: transparent;
     height:        0;
     border-top:    1px solid #000000;
     border-left:   0;
     border-right:  0;
     border-bottom: 0; }

sup, sub { font-size:60%; }

.tdn0b { border-bottom:    1px solid #c0c0c0; /* Zeile der Tabelle */
         background-color: #f4f4f4;
         padding-top:      1px;
         padding-bottom:   1px;
         /*white-space:      nowrap;*/
         overflow:         hidden; }
.nbb { border-bottom:0; /* NBB = no border bottom */
       padding-top:      0;
       padding-bottom:   0; }

.tdn0 { background-color:#f4f4f4; }
.tdn1 { border-bottom:    1px solid #c0c0c0; /* Header der Tabelle */
        padding-top:      1px;
        padding-bottom:   1px; }

.tdn_pad2 { padding-left:0; padding-right:0; } /* wird bei PRINT stattdessen über fixe Spaltenbreiten gemacht! */
.tdn_pad2b { padding-left:0; padding-right:4px; } /* wird bei PRINT stattdessen über fixe Spaltenbreiten gemacht! */

.Thumbrahmen { border:1px solid #000000; }

.blassk { color: #000000; font-size: 7px; }
.print_width_100 { width:100%; }
.ST_Tabelle { table-layout:fixed; width:100%; }

.ST_col1 { width:30px; } /* Schichtnummer */
.ST_col2 { width:22px; } /* Typ-Bildchen */
.ST_col3 { } /* Bezeichnung bekommt "Restplatz" */
.ST_col4 { width:30px; } /* d */
.ST_colND { width:60px; }
.ST_col5 { width:32px; } /* Lambda */
.ST_col6 { width:30px; } /* R */
.ST_col7 { width:27px; } /* OI3 */
.ST_colE1 { width:70px; }
.ST_colE2 { width:70px; }

.white_bg_print_only { background-color:#ffffff; }

.only_for_screen   { display:none;   }
.only_for_print    { display:block;  }
.only_for_screen_i { display:none;   }
.only_for_print_i  { display:inline; }
.avoid_break       { break-inside: avoid; }

/* siehe i #1036 */
a, a:visited {
    color: inherit !important;
    text-decoration: none !important;
  }
