@font-face {
  font-family: lato;
  src: url(../fonts/Lato/Lato-Regular.ttf);
}

@font-face {
  font-family: latoBold;
  src: url(../fonts/Lato/Lato-Bold.ttf);
}

body {
  width: 100%;
  font-size: 13px;
  color: #000000;
  background-color: #fafafa;
  font-family: lato;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #505050;
}

h1 {
  padding: 2px;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

h2 {
  padding: 2px;
  display: block;
  margin-bottom: 10px;
}

h4 {
  font-size: 9px;
  text-align: center;
  width: 100%;
}

.contentall {
  width: 1002px;
  margin-left: auto;
  margin-right: auto;
  border-left: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8;
  border-top: 4px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  background-color: #ffffff;
}

.header,
.content,
.footer {
  padding: 10px;
}

.logo img {
  max-width: 300px;
  max-height: 100px;
}

.mainmenu {
  width: 1002px;
  margin-left: 3px;
  padding: 10px;
  background-image: url(../images/orange_shadow.png);
  background-repeat: repeat-x;
  background-position: right top;
}

.mainmenu ul,
.mainmenu li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}

.panel {
  position: relative;
  display: none;
  margin-left: 28px;
  width: 980px;
  padding: 10px;
  overflow: auto;
}

.description p {
  padding: 5px;
  margin-left: 30px;
  text-align: justify;
  text-indent: 30px;
}

.active {
  color: #505050;
}

.pomoc-dzial ul,
.pomoc-dzial li,
.pomoc-poddzial ul,
.pomoc-poddzial li {
  list-style: none;
}

.pomoc-dzial .tytul {
  font-size: 16px;
  color: #004a99;
  font-weight: bold;
  padding: 10px;
}

.pomoc-poddzial {
  margin-left: 30px;
}

.pomoc-poddzial .tytul {
  font-size: 14px;
  color: #236ba9;
  cursor: pointer;
  padding: 2px;
}

.pomoc-poddzial .opis {
  display: none;
  padding-left: 15px;
  width: 860px;
  text-align: justify;
}

.help-foot {
  margin-bottom: 50px;
}

.title {
  display: inline-block;
  font-size: 50px;
  margin-left: 100px;
}

.podtytul {
  font-size: 14px;
  color: #236ba9;
  padding: 2px;
  text-indent: 0px;
}