@media print {
  /* Element beim Drucken unterdrücken */
  .keindruck {display:none; }
}


@media all {
/* alle medienunabhängigen Formatierungen */

   h1 { color:#600000; font-size:30pt; font-family:Times New Roman; margin-top:12px; margin-bottom:40px; }
   h2 { color:#600000; font-size:24pt; font-family:Times New Roman; }
   h3 { color:#600000; font-size:18pt; font-family:Times New Roman; }
   h4 { color:#600000; font-size:14pt; font-family:Times New Roman; }
   h5 { color:#600000; font-size:10pt; font-family:Verdana; }
   p, li, td, textarea { color:#600000; font-size:9pt; font-family:Verdana; }


   body { background-color:#FFD0D0; }

   table { border-collapse:collapse; border-spacing: 0px; }

   td { padding-left:5px; padding-top:5px; padding-bottom:5px; padding-right:5px; vertical-align:top; text-align:left; }

   a:link { color:#A00000; font-size:9pt; font-family:Verdana; }
   a:link.slinkdunkel { color:#2d1900; font-weight:bold; font-size:10pt; }
   a:link.slinkhell { color:#e6ff99; font-weight:bold; font-size:10pt; }
   a:link.slinkklein { color:#e6ff99; font-weight:bold; font-size:8pt; }
   a:visited { color:#800000; font-size:9pt; font-family:Verdana; }
   a:visited.slinkdunkel { color:#3d2800; font-weight:bold; font-size:10pt; }
   a:visited.slinkhell { color:#d6ef89; font-weight:bold; font-size:10pt; }
   a:visited.slinkklein { color:#d6ef89; font-weight:bold; font-size:8pt; }

   .rahmen { border-collapse:separate; border-style:double; border-color:#600000; border-spacing:1px; empty-cells:show; }
   .hgrundohne { background-color:#FFD0D0; }
   .hgrundmit { background-color:#FFD0D0; }
     /* Folgendes auskommentiert; Seite wird sonst auf Handys nicht angezeigt */
     /* { background-image:url(wappenwasserzeichen.jpg); */
     /* background-attachment:fixed; background-repeat:no-repeat; background-color:#FFD0D0; */
     /* background-position:center; } */
   .baustelle { background-image:url(baustelle.jpg);
     background-attachment:fixed; background-repeat:no-repeat; background-color:#FFD0D0;
     background-position:center; }

   .hell  { background-color:#d82020; }
   .dunkel { background-color:#600000; }
   .versteckt { color:#FFD0D0; }
   .feldhell { background-color:#d82020; background-position:center;
     background-repeat:no-repeat; width:75px; height:75px;
     padding-left:3pt; padding-top:3pt; vertical-align:middle; text-align:center; }
   .felddunkel { background-color:#600000; background-position:center;
     background-repeat:no-repeat; width:75px; height:75px;
     padding-left:3pt; padding-top:3pt; vertical-align:middle; text-align:center; }
   .feldhellklein { background-color:#d82020; background-position:center;
     background-repeat:no-repeat; width:70px; height:70px;
     padding:3pt; vertical-align:middle; text-align:center; }
   .felddunkelklein { background-color:#600000; background-position:center;
     background-repeat:no-repeat; width:70px; height:70px;
     padding:3pt; vertical-align:middle; text-align:center; }
   .rechtsb { text-align:right;  }
   .bild { font-size:9pt; font-style:italic; text-align:center; }
   .klein { font-size:8pt; }

}