@import url("webfonts/segoe_ui_light/stylesheet.css");
@import url("opensans_light/stylesheet.css");
@charset "utf-8";
body {
	margin:0px;
}
#slajder {
	width:100%;
	height:auto;
	position:relative;
	top:0px;
	left:0px;
}
#tekst {
	width: 1000px;
	height: auto;
	top: auto;
	bottom: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#infor {
	width: 100%;
	height: 350px;
	top: auto;
	background-color: #999;
	background-image: url(images/pasek-logo-przez.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0px;
	right: 0%;
	position: absolute;
}
.image:hover {
-webkit-transform:scale(1.20);
transform:scale(1.20);
}
.image {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tabelasrodek {
	border: 0px;
	text-align: center;
	margin: 0px;
	margin: 0 auto;
	padding: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
	z-index: 5;
}
.nonlink {
	text-decoration: none;
	color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Geneva, sans-serif;
}
h1 {
	font-size: 24px;
	color: #666;
	font-weight: lighter;
	font-family: "segoe ui light";
	margin: 0px;
	padding: 0px;
}
.infor {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	font-family: "segoe ui light";
	margin: 0px;
	padding: 0px;
}
#slajd {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: 100px;
	z-index: 1;
	background-color: #999999;
	margin-right: auto;
	margin-left: auto;
}
#adres {
	position: relative;
	top: 300px;
	width: 100%;
	height: 100px;
	z-index: 1;
	min-width: 1100px;
	background-repeat: no-repeat;
}
#dane {
	position: relative;
	width: 1100px;
	height: 80px;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	top: 10px;
	background-image: url(loga.png);
	background-position: 20px center;
	background-repeat: no-repeat;
}
#menu {
	width: 1100px;
	height: 50px;
	position: relative;
	top: 260px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	background-image: url(cien.png);
	background-position: center 50px;
	background-repeat: no-repeat;
	z-index: 1001;
}
#durr {
	position: relative;
	top: 260px;
	width: 1100px;
	height: auto;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	font-family: "opensans light";
}
#stopka {
	position: relative;
	top: 260px;
	width: 100%;
	height: 300px;
	z-index: 1;
	background-color: #01478e;
	min-width: 1100px;
	font-family: "opensans light";
}
.durr {
	margin:auto;
	align:center;
	width:98%;
	border-spacing: 1px;
	padding-left:19px; 
	padding-right:23px;
}
.poziom {
	position:relative;
	width:1050px;
	height:20px;
	margin:auto;
	top:280px;
}
.tabelasrodek {
	border: 0px;
	text-align: center;
	margin: 0px;
	margin: 0 auto;
	padding: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
	z-index: 5;
}
.tabelaprawa {
	border: 0px;
	text-align: right;
	margin: 0px;
	margin: 0 auto;
	padding: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
	z-index: 5;
}
ol {
	list-style-type: none;
	position:relative;
    background-color:#FFF;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	height: 2em;
      }

      /* wygląd wszystkich elementów - a - znajdujących się w elemencie - ol */
      ol a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 0 5px;
      }

      /* wygląd elementów - li - wszystkich dzieci elementu - ol */
      ol > li {
	float: left;
	width: 150px;
	margin-left: 1px;
	background-color: #69839b;
	height: 50px;
	background-image: url(tlo.png);
      }
	/* wygląd elementu - li - pierwszego dziecka elementu - ol */
      ol > li:first-child {
        margin-left:0;
      }

      /* wygląd elementów - li - wszystkich dzieci elementu - ol - po najechaniu kursorem myszki na element - li */
      ol > li:hover {
	background-color: #446482;
      }

      /* wygląd elementu - a - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
      ol > li:hover > a {
	color: #FFF;
      }

      /* wygląd elementu - ul - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
      ol > li:hover > ul {
	display: block;
	font-size: 13px;
      }

      ol > li > ul {
        display:none;
        list-style-type:none;
        padding:0;
        margin:0;
      }

      /* wygląd elementu - li - w części rozwijanej */
      ol > li > ul > li {
	position: relative;
	background-color: #69839b;
      }

      /* wygląd elementu - a - w części rozwijanej */
      ol > li > ul > li > a {
	border-top: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
      }

      /* wygląd elementu - li - w części rozwijanej, po najechaniu kursorem myszki na dany element - li */
      ol > li > ul > li:hover {
	background-color: #446482;
      }

      /* wygląd elementu - a - w części rozwijanej, po najechaniu kursorem myszki na element - li */
      ol > li > ul > li:hover > a {
	color: #FFF;
      }
.image:hover {
-webkit-transform:scale(1.20);
transform:scale(1.20);
}
.image {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.zoom:hover {
-webkit-transform:scale(2);
transform:scale(2);
z-index:2000;
}
.zoom {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
h1 {
	font-size: 22px;
	font-family: "opensans light";
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	font-family: "opensans light";
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #999;
}

h3 {
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	color: #01478e;
}
h4 {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 16px;
	font-family: "opensans light";
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #69839b;
	text-align: left;
	font-style: italic;
}
.produkt {
	font-size: 11px;
	font-family: "opensans light";
	color:#999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
	transition: width 1s linear 1.5s, background-color 1.5s ease-in 0s;
	transition: width 1s linear 1.0, color 1.0s ease-in 0s;
	text-decoration: none;
	z-index: 1020;
}
.ransburg:hover {
	background-color: #990066;
	color:#990066;
}
.devilbiss:hover {
	background-color: #f89021;
	color: #f89021;
}
.kremlin:hover {
	background-color: #776752;
	color: #f89021;
}
.binks:hover {
	background-color: #0d66ae;
	color: #f89021;
}
.produkt:hover {
	color: #FFF;
	z-index: 1020;
	font-family: "opensans light";
}
.non-link:hover {
	color:#FFF;
	text-decoration: none;
}
.tekst {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
.tekst-tabela {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	margin: 0px;
	padding: 1px;
}
.tabela-kolor {
	background-color: #CCCCCC;
	text-align: center;
	border: thin solid #FFF;
}
.tabela-kolor-durr {
	background-color: #69839b;
	text-align: center;
	border: thin solid #FFF;
	color: #FFF;
}
.sygnaturka-durr {
	margin: 0px;
	padding: 0px;
	background-image: url(logo-sygnaturka.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

.wysrodkowanie {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align:center;
}
.non-link {
	text-decoration: none;
	color: #999999;
	
}
.tekst-srodek {
	text-align: center;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
}
.tekst-lewy {
	text-align: left;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.tekst-kolor {
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	color: #01478e;
}
