body {
  color:#000000;
}

.pzd-center {
  display:block;
  margin:0 auto;
}

/* NAGŁÓWKI */
h1 {
  text-align:center;
  font-size:1.6em;
  margin:1em 0;
  border:3px solid #ffe509;
  border-radius:10px;
  padding:2%;
  background-color:#000000;
}

h1 a {
  display:block;
}

h1 a:link, h1 a:visited {
  color:#ffffff;
  text-decoration:none;
}

h1 a:hover, h1 a:focus {
  color:#ffffff;
  text-decoration:underline;
}

h2 {
  font-size:1.6em;
  margin-bottom:1em;
  border-bottom:1px dotted #000000;
  padding-bottom:1%;
}

h3 {
  font-size:1.4em;
  margin-top:1.5em;
  text-decoration:underline;
}

/* NAV */
/*
nav {
  margin-top:1em;
  margin-bottom:1em;
}

nav a {
  display:block;
  margin-bottom:3px;
  padding-left:10px;
  line-height:2em;
}
*/

.nav-link {
  margin-bottom:3px;
}

.nav-link:link, .nav-link:visited {
  background-color:#ffe509;
  border:1px solid #000000;
  color:#000000;
}

.nav-link:hover, .nav-link:focus {
  background-color:#000000;
  border:1px solid #ffe509;
  color:#ffe509;
  text-decoration:none;
}

/* TREŚC */

.pdf {
  padding-right:20px;
  background-image:url('img/pdf_ico.gif');
  background-position:center right;
  background-repeat:no-repeat;
}

.zip {
  padding-right:20px;
  background-image:url('img/zip_ico.gif');
  background-position:center right;
  background-repeat:no-repeat;
}

.word, .doc {
  padding-right:20px;
  background-image:url('img/word_ico.gif');
  background-position:center right;
  background-repeat:no-repeat;
}

a:focus {
  background-color:#000000;
  color:#ffffff;
}

li {
  margin-bottom:1em;
}

/* TABELE */
thead tr th {
  text-align:center;
}

#wyciag {
  width:90%;
  margin:auto;
  border:1px solid #000000;
  background-color:#ffe509;
  padding:1%;
}

/* TU JESTEŚ */
ol.breadcrumb {
  background-color:#ffe509;
  border-top:1px dotted #000000;
  border-bottom:1px dotted #000000;
  color:#666666;
}
 
ol.breadcrumb a:link, ol.breadcrumb a:visited {
  text-decoration:underline;
  color:#000000;
}

ol.breadcrumb a:hover {
  text-decoration:none;
  color:#000000;
}

ol.breadcrumb a:focus {
  text-decoration:none;
  color:#ffe509;
  background-color:#000000;
}

/* LISTA ARTYKUŁÓW */

#artykulylista li {
  font-size:130%;
}

#artykulylista .list-group-item:hover {
  background-color:#ffe509;
}

#artykulylista a {
  display:block
}
 
#artykulylista li a:link {
  color:#000000;
}

#artykulylista li a:visited {
  color:#bbbbbb;
}

#artykulylista li a:hover {
  color:#000000;
  text-decoration:underline;
}

#artykulylista li a:focus {
  color:#000000;
  background-color:#ffe509;
  text-decoration:none;
}

#bottomnav {
  border-top:1px solid #000000;
}

#bottomnav .list-group-item:hover {
  background-color:#ffe509;
}

#bottomnav a {
  display:block;
}

#bottomnav a:link {
  color:#000000;
}

#bottomnav a:visited {
  color:#bbbbbb;
}

#bottomnav a:hover {
  color:#000000;
  text-decoration:underline;
}

#bottomnav a:focus {
  color:#000000;
  background-color:#ffe509;
  text-decoration:none;
}

/* HISTORIA */
.historia {
  background-color:#eeeeee;
  padding:1%;
}
 
/* ZAMÓWIENIA PUBLICZNE */
#nazwapost {
  background-color: #ffe509;
  padding:2%;
  border-top:1px dotted #000000;
  border-bottom:1px dotted #000000;
}

#nazwapost span {
  display:block;
  min-width:33%;
  float:left;
  padding:1% 2%;
  background-color:#000000;
  color:#ffe509;
  font-weight:bold;
  margin-right:2%;
  margin-bottom:1%;
}

.infopost dd {
  margin-left:5%;
}



/* STOPKA */
.card {
  border:1px dotted #000000;
  background-color:rgba(0,0,0,.125);
}

/* SZUKAJ */
#szukaj {
  padding:2% 2% 4% 2%; 
  background-color:#000000;
}

#szukaj input {
  border:2px solid #000000;
  background-color:#ffe509;
  width:60%;
  margin:0;
}

#szukaj input.subbutton {
  border:2px solid #ffe509;
  background-color:#000000;
  color:#ffe509;
  width:36%;
  text-align:center;
  margin:0;
}

#szukaj input.subbutton:hover, #szukaj input.subbutton:focus {
  background-color:#ffffff;
  color:#000000;
}

