/* usercss */

a:link.menu,a:visited.menu,a:active.menu,a:visited.menu,a:link.active,a:visited.active,a:hover.active,a:active.active{
  text-align: right;
  margin-right: 4px;
  font-weight: bold;
  text-decoration: none;
  color: #2F325F;
  float: right;
  width: 172px;
  height: 24px;
}

a:hover.menu,a:link.active,a:visited.active,a:hover.active,a:active.active{
  color: #D43A3A;
  background: url(../img/strzalka.gif) no-repeat;
}

#alher table{
  margin-left: 20px;
  border: 2px solid black;
}

#alher td{
  padding: 3px;
  border: 1px solid black;
  text-align: center;
  width: 150px;
}

#alher h2{
  color: #2F325F;
  font-size: 15pt;
}
 
#alher h3{
  color: #2F325F;
  font-size: 14pt;
}

#alher h4{
  font-size: 13pt;
}

#alher h5{
  font-size: 11pt;
}

#alher h6{
  padding-left: 20px;
  font-size: 10pt;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #800000;  
}

#alher p{
  margin-left: 20px;
}

#alher ul, #alher li{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#alher ul.list li{
  list-style: circle;
}

#alher li{
  margin-left: 40px;
}

#alher li h6{
  margin-left: -40px;
}

#alher li table{
  margin-left: -20px;
}

