/*
 * Strona główna
 */

/* LOGO */
#logo h1 a 
{
  background:url(/gfx/site/logo.png) 0 0 no-repeat;
}
/* MAIN */
#site
{
  background: url(/gfx/site/bg_site.jpg) repeat-y 0 0;
}
  
#top
{
  background: url(/themes/prawo/gfx/bg_top.jpg) no-repeat 0 0;
}

#mid
{
  background: url(/themes/prawo/gfx/bg_mid.jpg) no-repeat 0 0;
}

#foot
{
  background: url(/gfx/site/bg_foot.jpg) no-repeat 0 0;
}

/* MOD-MENU */
div.mod-menu
{
  background: url(/themes/prawo/gfx/bg_mod-menu_bottom.gif) bottom left no-repeat;
}

div.mod-menu h5
{
  background: url(/themes/prawo/gfx/bg_mod-menu_top.gif) 0 0 no-repeat;
}

div.mod-menu ul
{
  background: #347B57;
  /*
 url(/gfx/themes/58/bg_mod-menu_mid.gif) 0 0 repeat-y
  */
}

div.mod-menu ul li
{
  border-top: 1px dotted #86cca9;
  border-bottom: 1px solid #347B57;
}
html>body div.mod-menu ul li { border-bottom: 0; }

div.mod-menu ul li a.mod-link:hover
{
  background: #46a475;
}