
/*	******************************
	BeZeT - Biuro Zaopatrzenia Technicznego
  default.css - style podstawowe
	autor: Piotr Delawski
	******************************	*/
  
body {
  background-color: #191919;
  color: #111b22;
  font-family: 'Trebuchet MS','Arial','Helvetica',sans-serif; font-size: 0.88em; /* =14px */
  line-height: 1.135em; /* =16px */
}

p, ul {
  position: relative;
  padding: 0 20px 0.57em;
  }
  
#intro li,
#content li {
  background: url(../images/layout/li_arrow.gif) no-repeat 0.14em 0.36em;
  padding-left: 1.07em;
}
#intro li,
#content .sidebox li {
  background-image: url(../images/layout/li_arrow_sidebox.gif);
}

h1 {
  color: #02497e;
  font-size: 3.43em; font-style: italic;
  margin: 0.17em 10px 0.33em;
}
h2 {
  color: #02497e;
  font-size: 2.57em; font-style: italic;
  margin: 0.22em 10px 0.44em;
}
h3 {
  color: #02497e;
  font-size: 1.71em; font-style: italic;
  margin: 0.25em 10px 0.50em;
}
h4 {
  color: #02497e;
  font-size: 1.43em; font-style: italic;
  margin: 0.40em 10px 0.30em;
}
h5 {
  color: #02497e;
  font-size: 1.29em; font-style: italic;
  margin: 0.40em 10px 0.30em;
}
h6 {
  color: #000000;
  font-size: 1.14em; font-style: italic;
  margin: 0.40em 10px 0.30em;
}
.sidebox h5,
.staff h5 {
  color: #ffd940;
}
.sidebox h6 {
  color: #ffffff;
}

strong {
  color: #02497e;
  font-weight: bold;
}
#intro strong,
.sidebox strong {
  color: #ffffff;
}

em {
  font-style: italic;
}

small,
.small,
#footer ul {
  font-size: 0.79em;
}

.caps {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

a:link, a:visited {
  color: #0495d4;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #02497e;
  text-decoration: none;
}

#intro a:link, .sidebox a:link,
#intro a:visited, .sidebox a:visited {
  color: #fff799;
  text-decoration: underline;
}
#intro a:hover, .sidebox a:hover,
#intro a:focus, .sidebox a:focus {
  color: #ffd940;
  text-decoration: none;
}

.icon-pdf,
.Katalogi-PDF {
  background: url(../images/layout/icon_pdf.gif) no-repeat 2px 0;
  padding-left: 22px;
}
.icon-external {
  background: url(../images/layout/icon_external.gif) no-repeat 2px 0;
  padding-left: 22px;
}

/* Clearfix */
.clearfix:after, .sidebox:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix, .sidebox, .schmersal-links li a {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix, .sidebox, .schmersal-links li a {display:block;}
/* End hide from IE Mac */


