body { 
  background-color: #058;
  color: #ccc;
  font-size: 1em;
font-family: "Liberation Sans", "Nimbus Sans L", "FreeSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.opis {
  width: 90%;
  margin: 1em auto 3em auto;
  background-color: #005080;
  color: #ddd;
}

.opis table {
  margin: 1em auto 1em auto;
  border-collapse: collapse;
}

.opis td {
 border: 1px solid #aaa;  
 padding: 0.5em;
 border-collapse:collapse;
 min-width: 2em;
}

.opis li {
 padding: 0.5em;
}

.spis { 
  width: 90%; 
  margin: 1em auto 3em auto;
  background-color: #036;
}

.spis:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

.spis ul
{
  display: block;
  padding: 0; /* bez wciecia*/
  margin: 0;
  list-style-type: none;
  font-size: 1em;
}

.spis li:after
{
content: ".";
display: block;
line-height: 0px;
font-size: 0px;
clear: both;
}

.spis a
{
display: block;
clear:both;
float:left;
padding: 4px 1% 4px 1%;
width: 98%;
background-color: #036;
/*border-bottom: 1px solid #eee;
border-right: 1px solid #eee;*/
}

.spis span.data
{
display: block;
float:right;
right:0pt;
height:1.2em;
padding: 1px 10px 1px 10px;
color: #aaa;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
}

.spis span.data_head
{ 
display: block;
border:0pt;
 float:right;
padding: 4px 10px 4px 10px;
background-color: #036;
color: #aaa;
font-size: smaller; 
}

span.tyt2 /*tymczasowe*/
{
display:block;
min-height:1.3em;
padding: 1px 10px 1px 10px;
color: #fff;
background-color: #036;
font-weight: bold;
border-bottom: none;
width: 90%;
margin: auto;
}


.spis  span.tyt
{
display:block;
float:left;
min-height:1.3em;
padding: 1px 10px 1px 10px;
color: #fff;
font-weight: bold;
border-bottom: 1px solid #aaa;
/*width: 300px;*/
}

a:hover /*tymczasowe*/
{
background-color: #369;
color: #fff;
}


a:link, a:visited /*tymczasowe*/
{
color: #fff;
text-decoration: underline;
}

a:visited /*tymczasowe*/
{
color: #eee;
text-decoration: underline;
}




.spis  span.nr
{
display:block;
float:left;
height:1.3em;
width: 5.5em;
text-align: center;
padding: 1px 10px 1px 10px;
margin-right:2px;
color: #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
/*width: 300px;*/
}

.spis a:link, .spis a:visited
{
color: #EEE;
text-decoration: none;
}

.spis a:hover
{
background-color: #369;
color: #fff;
}

p.uwaga {
 font-size: 1.3em; 
 font-weight: bold;
 color: #fa9;
 margin: 1em auto ;
 padding: 1.5em;
 background-color: #106090;
}

p.uwaga:before {
 color: #ff5f61;
 content: "Uwaga!"
 }

p.wyroznienie {
 font-size: 1.3em;
 font-weight: bold;
 margin: 1em auto ;
 padding: 2em 1.5em ;
}

