@import "default.css";
@import "layout.css";


body { background: #4d4d4d url('./truposz/lay-bdy-background.png') repeat-y center 275px; }
#wrap { background: url('./truposz/lay-cnt-background.png') repeat-x; }
#container { background: transparent url('./truposz/lay-hdr-background.png') no-repeat center top; }
#footer {
  color: #d6d6d6;
  background: #559f61 url('./truposz/lay-ftr-background.png') repeat-x;
}
#footer a { color: #d6d6d6; }

#menu { background: url('./truposz/lay-mnu-background.png') repeat-x; }
#menu li a { padding-left: 35px; background: transparent url('./truposz/lay-main-mnu-ico.png') no-repeat 5px center; }

#sidebar-left h3,
#sidebar-right h3 { background: #26b3b8 url('./truposz/lay-h3-ico.png') no-repeat 90% center; }
#sidebar-left a,

#sidebar-right ul li a { background: transparent url('./truposz/lay-ul-plus.png') no-repeat left -90px; }
#sidebar-right ul a:hover { color: #149094 !important; }

#sidebar-left ul li a { background: transparent url('./truposz/lay-ul-ico.png') no-repeat left center !important; }
#sidebar-left ul a:hover { color: #149094 !important; }
#sidebar-left ul li ul li a { background: transparent url('./truposz/lay-ul-plus.png') no-repeat 25px -90px !important; } 

.article h1 a,
.article h1 a:hover { color: #d40e15; }
.article .info { border-top: 3px solid #ad0107; } 
.article .info span { background: #ad0107; }



#frm-search input.button {
  color: #fff; 
  background: #26b3b8; 
}