/*Css do druku*/
/*
ustawienia globalne
*/
body {
  margin: 12pt;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
  color: #000;
  margin-top: 12pt;
}
a {color: #000; font-weight: bold;}
a:hover, #footer div a:hover {color: #000;text-decoration: underline;}

.abs {position: absolute;}
.rel {position: relative;}
.h30 {height: 30px}
.rgt {text-align: right}

.thead td {padding: 3px; border-bottom: 1px solid #aaa; border-right: 1px solid #aaa; font-weight: bold; text-align: center}
.gr1 td {padding: 3px; border-bottom: 1px solid #666; border-right: 1px solid #666;}
.gr2 td {padding: 3px; border-bottom: 1px solid #666; border-right: 1px solid #666;}
.ct {text-align: center}

td {font-family: Verdana, Arial, Helvetica, sans-serif; vertical-align: top; color: #333;}

#content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
}

#newsletter {display: none}