/*
 * SPIS TREŚCI
 */

#spis {
  width: 205px; 
  float: right;
} 


#spis ul {
  width: 173px;
  height: auto;
  overflow: auto;
  margin-bottom: 25px;
  padding-top: 8px; 
  background-image: url(obrazki/rogi-tlo-789_w173px.gif); 
  background-repeat: no-repeat; 
  background-position: top;
  background-color: rgb(6,28,2);
}

#spis ul li { 
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  float: left; /* IE WHTESPACE BUG */
	clear: left; /* IE WHTESPACE BUG */
	width: 151px; /* IE WHTESPACE BUG */ }
 
#spis ul li a,
#spis ul li.alfa {
  display: block;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
 
  font-weight: bold; 
  color: rgb(159,182,191);
  background-color: rgb(6,28,2);

  width: 151px;  
  padding: 6px 11px 7px 11px;
  
  border-bottom: rgb(33,79,70) 1px solid;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#spis ul li.alfa {
  border-top: rgb(33,79,70) 1px solid; }
#spis ul li a span {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: rgb(159,182,191);
  font-weight: normal;
}

#spis ul { 
 }
#spis ul li.omega { 
  padding-bottom: 7px; 
  background-image: url(obrazki/rogi-tlo-123_w173px.gif); 
  background-repeat: no-repeat; 
  background-position: bottom; }


#spis ul li a:hover {
  background-color: rgb(43,62,40);
}

#spis ul li a.aktywne, #spis ul li a.aktywne:hover {
  background-color: rgb(43,62,40);
  color: #fff;
}



#spis ul li.wkrotce,
#spis ul li.wkrotce-omega {
  display: block;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
 
  font-weight: bold; 
  color: rgb(159,182,191);

  width: 147px;  
  padding: 6px 11px 7px 11px;
  border: rgb(195,212,218) 2px solid;
  border-top: none;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  background: rgb(248,249,243);
}

#spis ul li.wkrotce span,
#spis ul li.wkrotce-omega span {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: rgb(101,122,130);
  font-weight: normal;
}

#spis ul li.wkrotce-alfa {
  display: block;
  text-decoration: none;
  line-height: 12px;
  color: rgb(185,196,128);
  width: 169px;  
  padding: 6px 2px 7px 2px;
  border-bottom: rgb(195,212,218) 1px solid;
  border-top: none;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal; 
  background-color: rgb(75,99,1);
  text-align: center;
}



