@import url('reset.css');
@import url('stickyfooter.css');
@import url('dodatkowy.css');
@import url('formularze.css');

* {
  font-family: 'Trebuchet MS', Helvetica, Jamrul, sans-serif;
}

#header {
  background-color: #0071b9;
}

#head-inner {
  background-color: #0071b9;
  width: 700px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

a.logo {
  position: absolute;
  display: block;
  background-image: url('/.grafika/loga/skarbnik_4.gif');
  background-repeat: no-repeat;
  width: 237px;
  height: 59px;
  margin-top: 10px;
}

ul.top-menu {
  position: relative;
  z-index: 2;
  float: right;
  margin-top: 50px;
  background-color: #f9b000;
  list-style: none;
}

ul.top-menu li {
  float: left;
}
ul.top-menu li a {
  background-color: #f9b000;
  height: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  display: inline;
  line-height: 30px;
  padding: 6px 10px;
}
ul.top-menu li a:hover, ul.top-menu li a.selected {
  background-color: #d88e00;
}
#menu-extension {
  height: 80px;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
#menu-extension-sub {
  background-color: #f9b000;
  height: 30px;
  bottom: 0;
  margin-top: 50px;
}
div#sub-menu {
  margin: 0 auto;
  width: 700px;
  background-color: #fff;
}
div#sub-menu ul{
  list-style: none;
  float: right;
}
div#sub-menu li {
  float: left;
  color: #0071b9;
}
div#sub-menu li a {
  padding-left: 3px;
  padding-right: 3px;
  color: #0071b9;
  text-decoration: none;
  font-size: 12px;
  line-height: 26px;
}
div#sub-menu li a:hover, #pager a:hover {
  text-decoration: underline;
}
.clearfix {
  clear: both;
}
div.content {
  width: 700px;
  margin: 0 auto;
  font-size: 12px;
}
div#content-handler div.content {
  margin-top: 30px;
}
.left {
  width: 480px;
  float: left;
}
.sidebar {
  width: 200px;
  margin-left: 20px;
  float: left;
  padding-top: 40px;
}
div#contents {
  padding-bottom: 10px;
}
div#contents h1 {
  font-size: 22px;
  color: #0071b9;
  margin-top: 10px;
  margin-bottom: 10px;
}
#footer {
  background-color: #0071b9;
}
#pager a, #pager {
  color: #0071b9;
  text-decoration: none;
  font-size: 12px;
}
#footer p.copyright {
  font-weight: bold;
  margin: 0px auto;
  color: #fff;
  font-size: 12px;
  width: 700px;
  text-align: right;
  clear: both;
  padding-top: 5px;
}
#footer p.copyright a {
  text-decoration: none;
  color: #fff;
}
#footer p.copyright a:hover {
  text-decoration: underline;
}
#pager {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 18px;
}
#pager .left span {
  float: right;
}
