html {
  height:100%;
  min-height:100%;
  padding:0px;
  margin:0px;
  border: none;
}

BODY {
  height:100%;
  background: #ffffff;
  min-height:100%; /* samo min-height nie zadziała */
  position:absolute; top:0; left:0; /* ale zadziała dla elementów pozycjonowanych */
  margin:0; padding:0; width:100%; /* elementy pozycjonowane mają domyślnie minimalną szerokość */
  min-height:100%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

TABLE.ONE {
  position: absolute;
  top: 0px;
  left:50px;
  right: 50px;
  bottom: 50px;
  border: 10px;
  border-style: solid;
  border-color: #f7ddfd;
  background-color: #f2cafc;  
  width: 90%;
/*  height: 400px; */
}

TABLE.TWO {
  border: 0px;
  border-style: solid;
  background-color: #f9ebfd;  
  width: 100%;
  height: 300px;
}

TABLE.oswiadczenie {
  border: 1px;
  background-color: #fdf9fd;  
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #d337fa;
  width: 95%;
  border-style: dashed;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #d337fa;
  text-decoration: none;
} 

TD.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;  
}

.tytul {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;  
  font-weight: bold;
  color: #b874ed;  
  text-shadow: 1px 1px 9px #f9c100;
}

TD.pagerank {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align: right;  
  width: 170px;
}

TR.menu {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  background: #fbf3fd; 
  color: #000000;
  text-align: center;  
  font-weight: bold;
}

.uwaga {
  border: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: italic;
  color: #FF0000;
  width: 100%;
  text-align: center;
}

HR {
  border-style: dotted;
  color: #f2cafc;
  background: #f2cafc;
  height: 3px;
}