div.stromek {
/*  width: ".$this->width."; */ 
  }
div.stromek, div.stromek * {
  font-size: 12px !important;
  line-height: 20px !important;
  }
div.stromek img {
  vertical-align: middle;
  }
div.stromek div.a {
  width: 100%;
/*  background-image: url(".$this->img_dir."level.gif); */
/*  background-repeat: repeat-y; */
/*  background-position: 0 1; */ 
/* border: 1px solid red; */
  }
div.stromek div.b {
  margin-top: -2px;   // korekce pro exploder, ktery tam nechava pixelovej padding
/*  margin-left: 20px; */
/*  text-indent: -20px; */
  height:26px; /* 26px ma img na pozadi */      
  padding-top:3px;
  background-image: url(layout/leftbar-main.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left:10px;
  color: #fff;        
  }
div.stromek div.b a {      
  color: white;
  font-weight: bold;      
  }      
div.stromek div.c a {      
  color: white;
  font-weight: normal !important;      
  }
div.stromek div.c {
/*  padding-left: px; */ 
/*  border: 1px solid black; */ 
/*  background-image: url(".$this->img_dir."level.gif); */ 
/*  background-repeat: repeat-y; */ 
/*  display: none; */ 
  text-align: left;
  }
div.stromek div.c.rozbal {
  display: block;
  }
div.stromek div.c div.a div.b {
  background-image:none;
  padding-left:20px;           
  }
div.stromek div.c.posl {
  background-image: none;
  }
div.stromek div.a.posl {
  background-image: none;
  }
div.stromek a {
  font-weight: normal;
  }
div.stromek a.aktivni {
  font-weight: bold;
  }

