/* DATEI: print.css */
/* Standard-CSS fuer Druck (print) */

/* ========================================= */
/* Grundsaetzliche Schrift- und Farbangaben: */
/* ========================================= */

body
 { font-family:arial,helvetica,sans-serif; font-size:100%;
   color:#000000;  background-color:#FFFFFF;
   text-align:left;
   margin:0; border:0 none; padding:0;
 }

a:link, a:visited
  { color:#000000; background-color:#ffffff; text-decoration:none;  }
a:focus, a:hover
  { color:#000099; background-color:#ffffff; text-decoration:underline; }
a:active
  { color:#000000; background-color:#ffffff; text-decoration:none; }

a img { border:0 none; }

.logo { display:none; }

.logo { color:#000000; background-color:#ffffff;
        margin:0; padding:0;
        font-family:"palatino linotype",palatino,georgia,"times new roman",times,serif; font-style:italic;
        }

.logo h1 { margin:0; padding:0;
           font-size:40pt; font-weight:normal;
           }
.logo p { margin:0; padding:0;
          font-size:18pt; font-weight:normal; }

.printlogo img { width:475px; height:119px; }

div.container { overflow:visible;
                margin:0; padding:0;
               }

div.navi { display:none; }

div.inhalt { float:left; width:100%; margin:0; }

div.inhalt h1 { font-size:160%; font-weight:normal; }
div.inhalt h1 span { font-size:62.5%; font-weight:bold; }
h2 { font-size:120%; font-weight:bold; }

h1,h2,.putzer { clear:both; }


table.av1, table.av2
{ border:1px solid #666666; border-spacing:0; border-collapse:collapse;
  margin:0 2em 2em 0; float:left; width:18em;
}
table.av1 { clear:both; }


table.av1 td, table.av1 th, table.av2 td, table.av2 th
  { border:1px solid #666666; text-align:center; }
table.av1 td, table.av2 td { width:14%; }
th.month { color:#000000; background-color:#eeffdd; }

td.ok { color:#006633; background-color:#ffffff; font-weight:bold; }
td.gone { color:#990033; background-color:#ffffff; text-decoration:line-through; }
td.ch1 { color:#000000; background:#FFFF99 url("img/ch1.gif") 50% 0%; font-style:italic; }
td.ch2 { color:#000000; background:#FFFF99 url("img/ch2.gif") 50% 0%; font-style:italic; }




div.fusszeile { clear:both; padding:5px 0 0 0; border-top:1px dashed #666666; }


.noprint, .noshow    { display:none; }