#middle  {
  margin-top: 1px;
  clear: both;
  float: left;
  width: 100%;
  }
/********************* STYLE OGOLNE DO TRESCI *********************/
#middle b {
  color: #B12923;
  }
#middle ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  }
#middle li {
  background: transparent url('/img/content/small_red_right_arrow.gif') 0px 13px no-repeat;
  margin: 0px;
  padding: 6px 20px;
  border-bottom: 1px solid #ececec;
  }
#middle li li {
  background: none;
  border: none;
  list-style: square;
  padding: 3px 5px;
  margin: 0px;
  margin-left: 10px;
  }
/********************* STYLE DO STRONY GLOWNEJ *********************/
#middle .small_content_box {
  width: 300px;
  margin: 0px 14px;
  float: left;
  display: inline;
  padding-bottom: 20px;
  text-align: justify;
  }
/********************* STYLE DO STRON REGULARNYCH *********************/
#left_content {
  width: 269px;
  float: left;
  }
#right_content {
  width: 680px;
  float: right;
  padding: 0px 20px;
  border-left: 1px solid #ececec;
  padding-bottom: 20px;
  }
#content {
  
  }
/* sciezka na stronie */
#bread_crumbs {
  clear: both;
  overflow: hidden;
  line-height: 12px;
  padding-bottom: 20px;
  }
#bread_crumbs #you_are_here {
  float: left;
  }
#bread_crumbs a {
  display: inline;
  float: left;
  color: #7e8d97;
  padding-left: 12px;
  margin-right: 12px;
  background: transparent url('/img/content/tiny_red_right_arrow.gif') left center no-repeat;
  }
#bread_crumbs a:hover {
  color: #b12923;
  padding-left: 12px;
  margin-right: 12px;
  background: transparent url('/img/content/tiny_red_right_arrow.gif') left center no-repeat;
  text-decoration: underline;
  }
#bread_crumbs a.first {
  background: none;
  }
#bread_crumbs a.first:hover {
  background: none;
  }
/* menu po lewej */
#submenu {
  list-style: none;
  background: #e4e4e4;
  }
#submenu ul {
  list-style: none;
  margin-left: 20px;
  }
#submenu li {
  display: inline;
  padding: 0px;
  margin: 0px;
  border: 0px;
  }
#submenu li li {
  padding: 0px;
  margin: 0px;
  border: 0px;
  }
#submenu li a {
  cursor: pointer;
  padding-left: 25px;
  color: #3f3f3f;
  font-weight: bold;
  line-height: 32px;
  display: block;
  background: #d3d3d3 url('/img/content/small_black_right_arrow.gif') 10px 13px no-repeat;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  }
#submenu li a:hover {
  color: #b12923;
  background: #e4e4e4 url('/img/content/small_black_right_arrow.gif') 10px 13px no-repeat;
  }
#submenu ul li a {
  border: none;
  color: #3f3f3f;
  padding-left: 20px;
  font-weight: normal;
  background: #e4e4e4 url('/img/content/tiny_black_right_arrow.gif') 10px 15px no-repeat;
  }
#submenu ul li a:hover {
  color: #b12923;
  background: #e4e4e4 url('/img/content/tiny_black_right_arrow.gif') 10px 15px no-repeat;
  }
