/* listwa boczna*/
html, body {
  scrollbar-base-color: #6699FF;
  scrollbar-3dlight-color: black;
  scrollbar-darkshadow-color: white;
  }

 /* ciało dokumentu	*/
body {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #525252;
  background-color: #5E86FF;
  text-align: justify;
  }

  /* tabela	*/
td {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #525252;
  }

  /*ciało tabeli	*/
.td_body {
  background-color: #ffffff;
}

/*kolor tabeli pod menu*/
.td_menu {
  background-color: #5E86FF;
}

/*kolor lewej kolumny tabeli*/
.td_left {
  background-color: #0065CA;
}

/* nagłówek duży*/
h2 {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16pt;
  color: navy;
  }

  /* nagłówek mniejszy*/	
h3 {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: 800;
  color: navy;
  }

/* nagłówek najmniejszy*/	
h4 {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: 800;
  color: blue;
  }

  /* napis METANOIA*/	
.met {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color:  #438743;
  font-weight: bold;
  }
	
 /* szerokość i wcięcie tekstu głównego */	
.blok {
  text-align: justify;
  text-indent: 0.7cm; 
  }

  /*odnośniki */	
a:link {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: blue;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  }
  /* odnośnik odwiedzony*/
a:visited {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  }
  /* najechanie kursorem na odnośnik*/
a:hover {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  
  font-size: 10pt;
  font-weight: bold;
  text-decoration: blink;
  }

  /* odnośniki w menu pobocznym*/	
.sub:link {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: orange;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  }
.sub:visited {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: orange;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  }
.sub:hover {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: white;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  }
.sub1 {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color:white;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  }
  /* wyszczególnienie główne*/
.gl1 {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color:white;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  }
  /* wyszczególnienie*/
.szczeg {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-style: oblique;
  font-weight: bold;
  }
  /* cytat*/
.cyt {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-style: italic;
  }
  /* podpis*/
.podp {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 7pt;
  }
/* napisy i odnośniki w stopce*/
.stopka {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: xx-small;
  font-weight: bold;
  color: white;
  }
.stopka:link {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #525252;
  font-size: x-small;
  font-weight: bold;
  text-decoration: none;
  }
.stopka:visited {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #525252;
  font-size: x-small;
  font-weight: bold;
  text-decoration: none;
  }
.stopka:hover {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #525252;
  font-size: x-small;
  font-weight: bold;
  text-decoration: underline;
  }
 /* wyszczególnienie pośrednie>*/ 
.odn {
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: black;
  font-weight: bold;
  }
