/* pokaz.css 2022010212
   (C) 2005,2007 Tomasz Kundera 31 I */

BODY {
  background-color: #EAEAEA;
  margin: 0.5cm;
}

A.link {
  color: #888888;
  padding-bottom: 3;
  padding-left: 5;
  padding-right: 5;
  text-decoration: none;
 }
A.link:hover {
  background-color: #F2F2F2;
  color: blue;
  padding-bottom: 3;
  padding-left: 5;
  padding-right: 5;
  text-decoration: underline;
 }


.link1 {
  padding-bottom: 3;
  padding-left: 5;
  padding-right: 5;
	}
A.link1 {
  color: black;
  text-decoration: none;
 }
A.link1:hover {
  background-color: #F2F2F2;
  color: blue;
  text-decoration: underline;
 }


DIV.menu {
  color: #CCCCCC;
  text-align: center;
 }
A.menu {
  color: #888888;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  line-height: 20pt;
  padding-bottom: 3;
  padding-left: 5;
  padding-right: 5;
  text-decoration: none;
 }
A.menu:hover {
  background-color: #F2F2F2;
  color: blue;
  padding-bottom: 3;
  padding-left: 5;
  padding-right: 5;
  text-decoration: underline;
 }

.menu_dl {
  border-top: 1px gray solid;
  color: gray;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: center;
 }

IMG.menu_dl {
	border:		none;
	vertical-align: text-bottom;
 	}

DIV.naglowek {
  line-height: 0.8;
  text-align: center;
 }
H1.naglowek {
  color: #CC3366;
  font-family: Comic Sans MS, Arial, sans-serif;
  font-size: 16pt;
  font-weight: bold;
 }

SMALL.naglowek {
  font-size: 8pt;
 }

.num {
  color: #888888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
 }
A.num:hover {
  color: blue;
  text-decoration: underline;
 }

TD.podtytul {
  background-color: lightgrey;
  color: #CC3366;
  font-weight: bold;
  margin-left: 0.3cm;
  text-align: center;
 }

@media all and (min-width:801px) and (max-width:1300px) {
 #listaroczna {
   margin-left: 3cm;
 }
}

@media all and (min-width:1301px) {
 #listaroczna {
   margin-left: 10cm;
 }
}
