* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

body {
	font: 11px Tahoma, sans-serif;
	color: #fffef6;
	background: url('../img/tlo.gif') top left repeat-x;
	background-color: #fffef6;	
}

.nav li {
    float: left;
}

.nav-right li {
    float: right;
}


/* Naglówek */

#header {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 245px;
	margin-bottom: 10px;
}

#header .pasek-gora {
	position: relative;
	background: url('../img/top_linki_bg.gif') left top no-repeat;
	width: 1000px;
	height: 27px;
	margin-bottom: 6px;
}

#header .pasek-gora .jezyk {
	position: absolute;
	left: 69px;
	top: 14px;
	height: 12px;
	width: 163px;
	text-align: center;
}

#header .pasek-gora .jezyk .b-PL {
	background: url('../img/top_b_PL.gif') 0 0px;
	font-size: 5px;
	width: 54px;
	height: 12px;
	display: block;
}
#header .pasek-gora .jezyk .b-PL:hover {
	background: url('../img/top_b_PL.gif') 0 -12px;
}

#header .pasek-gora .jezyk .b-EN {
	background: url('../img/top_b_EN.gif') 0 0px;
	margin-left: 5px;
	font-size: 5px;
	width: 54px;
	height: 12px;
	display: block;
}
#header .pasek-gora .jezyk .b-EN:hover {
	background: url('../img/top_b_EN.gif') 0 -12px;
}

#header .pasek-gora .jezyk .b-PL-press {
	background: url('../img/top_b_PL.gif') 0 -12px;
	font-size: 5px;
	width: 54px;
	height: 12px;
	display: block;
}

#header .pasek-gora .jezyk .b-EN-press {
	background: url('../img/top_b_EN.gif') 0 -12px;
	margin-left: 5px;
	font-size: 5px;
	width: 54px;
	height: 12px;
	display: block;
}

#header .pasek-gora .linki {
	position: absolute;
	left: 263px;
	top: 11px;
	height: 17px;
	width: 737px;
	text-align: right;
}

#header .pasek-gora .linki .linia {
	height: 17px;
	width: 1px;
	margin: 0px 5px 0px 5px;
	background-color: #e0dfd7;
}

#header .pasek-gora .linki .b-1 {
	background: url('../img/top_linki_b1.gif') 0 0px;
	font-size: 5px;
	width: 64px;
	height: 11px;
	display: block;
}
#header .pasek-gora .linki .b-1:hover {
	background: url('../img/top_linki_b1.gif') 0 -11px;
}

#header .pasek-gora .linki .b-2 {
	background: url('../img/top_linki_b2.gif') 0 0px;
	font-size: 5px;
	width: 60px;
	height: 11px;
	display: block;
}
#header .pasek-gora .linki .b-2:hover {
	background: url('../img/top_linki_b2.gif') 0 -11px;
}

#header .pasek-gora .linki .b-3 {
	background: url('../img/top_linki_b3.gif') 0 0px;
	font-size: 5px;
	width: 56px;
	height: 11px;
	display: block;
}
#header .pasek-gora .linki .b-3:hover {
	background: url('../img/top_linki_b3.gif') 0 -11px;
}

#header .pasek-gora .linki .b-4 {
	background: url('../img/top_linki_b4.gif') 0 0px;
	font-size: 5px;
	width: 91px;
	height: 11px;
	display: block;
}
#header .pasek-gora .linki .b-4:hover {
	background: url('../img/top_linki_b4.gif') 0 -11px;
}

#header .pasek-gora .linki .b-5 {
	background: url('../img/top_linki_b5.gif') 0 0px;
	margin-right: 44px;
	font-size: 5px;
	width: 63px;
	height: 11px;
	display: block;
}
#header .pasek-gora .linki .b-5:hover {
	background: url('../img/top_linki_b5.gif') 0 -11px;
}

#header #logo-huta {
	position: relative;
	width: 273px;
	height: 212px;
	background: url('../img/logo_background.gif') bottom right no-repeat;
	text-align: left;
}

#header #logo-huta img {
	position: relative;
	top: 28px;
	left: 60px;

}

#header #top-banner {
	position: relative;
	width: 727px;
	height: 212px;
}

#header #top-banner .title {
	position: absolute;
	top: 0px;
	left: -2px;
	width: 259px;
	height: 33px;
	background: url('../img/header_kreska_title.gif') top left no-repeat;
}

#header #top-banner .flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 727px;
	height: 212px;
	background-color: #999999;
}














#menu {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 69px;
	margin-bottom: 22px;
	z-index: 0;
}

#menu #search {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 273px;
	height: 40px;
	text-align: left;
}

#menu #search .holder {
	position: absolute;
	background: url('../img/search_bg.gif') top left no-repeat;
	top: 19px;
	left: 0px;
	width: 250px;
	height: 36px;
}

#menu #search .holder input {
	position: relative;
	background: url('../img/search_input_bg.gif') top left repeat-x;
	top: 8px;
	left: 0px;
	width: 150px;
	padding: 2px 3px 0px 3px;
	height: 15px;
	border: #b6b6b6 1px solid;
	color: #666666;
	font-size: 11px;
}

#menu #search .holder a {
	position: relative;
	top: 10px;
	left: 13px;
}

#menu #search .holder .button {
	background: url('../img/search_button.gif') 0 0px;
	font-size: 5px;
	width: 48px;
	height: 18px;
	display: block;
	border: 0px;
}
#menu #search .holder .button:hover {
	background: url('../img/search_button.gif') 0 -18px;
}

#menu #menu-buttons {
	position: absolute;
	top: 0px;
	left: 273px;
	width: 727px;
	height: 300px;
}





/* Kontener z zawartoscia strony :) */

#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	z-index: 10;
	font-size: 11px;
	text-align: left;
}

#container #aktualnosci {
	position: relative;
	width: 273px;
	text-align: left;
}

#container #aktualnosci .linia {
	position: relative;
	background: url('../img/mp_news_linia.gif') top left no-repeat;
	font-size: 1px;
	width: 233px;
	height: 1px;
}

#container #aktualnosci .naglowek {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

#container #aktualnosci .news {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 233px;
}

#container #aktualnosci .news .title {
	position: relative;
	color: #666666;
	font-weight: bold;
	margin-bottom: 13px;
	width: 230px;
	
}

#container #aktualnosci .news .title a {
	color: #000000;
	font-weight: bold;
	margin-bottom: 13px;
}

#container #aktualnosci .news .title .td-1 {
	position: relative;
	width: 78px;
	border-right: 1px #666666 solid;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

#container #aktualnosci .news .title .td-2 {
	position: relative;
	font-size: 11px;
	color: #000000;
	padding-left: 8px;
	font-weight: bold;
}

#container #aktualnosci .news .tresc, #container #aktualnosci .news .tresc a {
	position: relative;
	color: #333333;
	width: 233px;
}

#container #aktualnosci .news .tresc .wiecej {
	position: relative;
	color: #fc0000;
	margin-top: 5px;
	text-align: right;
	text-decoration: none;
}

#container #aktualnosci .news .tresc .wiecej:hover {
	color: #fc0000;
	text-decoration: underline;
}






/* STRONA GLOWNA - PRODUKTY */

#container #nowe-produkty {
	position: relative;
	width: 727px;
	background-color:#CCCCCC;
}






/* STRONA GLOWNA - PRODUKTY */

#container #podstrona {
	position: relative;
	width: 725px;
	background-color: #666664;
	font-size: 11px;
	text-align: left;
}

#container #podstrona a {
	color: #FFFFFF;
}

#container .linia-1 {
	position: relative;
	background: url('../img/window_kropeczki.gif') top left repeat-x;
	font-size: 1px;
	height: 1px;
	margin: 10px 0px 10px 0px;
}

#container .linia-2 {
	position: relative;
	background: url('../img/window_kropeczki2.gif') top left repeat-x;
	font-size: 1px;
	height: 1px;
	margin: 10px 0px 10px 0px;
}

#container #podstrona .tytul-flash {
	position: relative;
	height: 28px;
	width: 650px;
	margin-top: 5px;
	padding-left: 20px;
}

#container #podstrona ul {
	margin: 5px 0px 5px 0px;
}
#container #podstrona li {
	float: none;
	background: url('../img/arrow_1.gif') 0px 5px no-repeat;
	padding-left: 15px;
	margin: 0px 0px 4px 0px;
}


#container #podstrona .top {
	position: relative;
	background: url('../img/window_top.gif') top left no-repeat;
	width: 725px;
	height: 5px;
}

#container #podstrona .bottom {
	position: relative;
	background: url('../img/window_bottom.gif') top left no-repeat;
	width: 725px;
	height: 42px;
}

#container #podstrona .content {
	position: relative;
	display: block;
	padding: 0px 20px 20px 20px;
	font-size: 11px;
	text-align: left;
}

#container #podstrona .content .obrazek {
	position: relative;
	margin: 10px 10px 10px 0px;
}

table {
	font-size: 11px;
}

#container #podstrona h1 {
	position: relative;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;	
}

#container #podstrona p {
	position: relative;
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 4px;
	margin-top: 4px;	
}

.obrazek-L {
	position: relative;
	float: left;
	margin: 10px 15px 10px 0px;	
	border: 5px #999999	 solid;
	background-color: #777777;
}

.obrazek-P {
	position: relative;
	float: right;
	margin: 10px 0px 10px 15px;	
	border: 5px #999999	 solid;
	background-color: #777777;
}



/* ogloszenie */ 

#container #podstrona .content .ogloszenie {
	margin: 0px 0px 20px 0px;
	width: 685px;
}
#container #podstrona .content .ogloszenie .lab-1 {
	display:  block;
	width: 336px;
	float: left;
	margin: 0px 10px 7px 0px;
	border-top: 1px dotted #999999;
	padding: 6px 0px 0px 0px;
	font: bold 11px Tahoma, sans-serif;
}
#container #podstrona .content .ogloszenie .lab-2 {
	display:  block;
	width: 336px;
	float: left;
	margin: 0px 0px 7px 0px;
	border-top: 1px dotted #999999;
	padding: 6px 0px 0px 0px;
}
#container #podstrona .content .ogloszenie .lab-2 a {
	font: bold 11px Tahoma, sans-serif;
	text-decoration: none;
	color: #fffec3;
}
#container #podstrona .content .ogloszenie .lab-2 a:hover {
	text-decoration: underline;
}
#container #podstrona .content .ogloszenie a {
	text-decoration: underline;
	color: #fffec3;
}
#container #podstrona .content .ogloszenie a:hover {
	text-decoration: none;
}
#container #podstrona .content .ogloszenie ul {
	margin: 0px 0px 0px 0px;
}
#container #podstrona .content .ogloszenie li {
	float: none;
	margin: 0px 0px 0px 0px;
	width: 250px;
}






/*  - - - */

#container #podstrona-2 {
	position: relative;
	width: 725px;
}

#container #podstrona-2 a {
	color: #FFFFFF;
}

#container #podstrona-2 .tytul-flash {
	position: relative;
	height: 27px;
	width: 650px;
	padding-top: 11px;
	padding-bottom: 0px;
}










/* PRODUKT */

#container .produkt {
	position: relative;
	width: 222px;
	margin: 10px 9px 0px 9px;
}

#container .produkt .okno-top {
	position: relative;
	font-size: 2px;
	background: url('../img/oknoprodukt_T.gif') top left no-repeat;
	width: 222px;
	height: 5px;
}

#container .produkt .okno-bottom {
	position: relative;
	font-size: 2px;	
	background: url('../img/oknoprodukt_B.gif') top left no-repeat;
	width: 222px;
	height: 18px;
}

#container .produkt .content {
	position: relative;
	height: 275px;
	padding: 0px 15px 0px 15px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
}

#container .produkt .content .title {
	position: absolute;
	text-align: left;
	top: 10px;
	left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 192px;
	height: 50px;
}

#container .produkt .content .picture {
	position: absolute;
	top: 60px;
	left: 15px;
	height: 260px;
	width: 192px;
	text-align: right;
	padding-bottom: 8px;
}

#container .produkt .nowosc {
	position: absolute;
	background: url('../img/produkt_nowosc.gif') top left no-repeat;
	font-size: 5px;
	top: -1px;
	left: 149px;
	width: 59px;
	height: 20px;
}

#container .produkt .content .b-powieksz {
	position: absolute;
	background: url('../img/b_powieksz.gif') 0 0px;
	font-size: 5px;
	top: 255px;
	left: 153px;
	width: 51px;
	height: 10px;
	display: block;
}
#container .produkt .content .b-powieksz:hover {
	background: url('../img/b_powieksz.gif') 0 -10px;
}


/* ======================================================== */

.tabela-aktualnosci td {
	padding: 0px 15px 5px 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}











/* ============================= formularz ============================= */
.formularz {
	text-align: left;
}

.formularz p {
	margin: 0px 0px 5px 0px;
}
.formularz label {
	position: relative;
	top: 4px;
	display: block;
	width: 220px;
	float: left;
	text-align: right;
	margin-right: 10px;
	font: bold 9px Tahoma, sans-serif;
}
.formularz select, option {
	color: #000000;
	background: #f5f5f5;
	font: bold 9px Tahoma, sans-serif;
}
.formularz input, textarea {
	border: 1px solid #333333;
	padding: 0px 5px 0px 5px;
	background: #888888;
	color: #FFFFFF;
	font: 11px Tahoma, sans-serif;
}
.formularz .nobord {
	border: none;
	background: transparent;
}
.formularz button {
	border: 1px solid #cfcfcf;
	background: #cfcfcf;
	margin-left: 5px;
	font: 11px Tahoma, sans-serif;
}
.formularz .submit {
	border: 1px solid #990000;
	background: #FF0000;
	margin-top: 15px;
	font: bold 9px Tahoma, sans-serif;
	text-transform: uppercase;
	color: #fff;
	width: 120px;
}














/* stopka */ 

#stopka {
	top: 25px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 110px;	
	text-align: left;
}

#stopka .linia-dzielaca {
	position: relative;
	width: 1000px;
	height: 5px;
	font-size:4px;
	background-color: #dfdfdf;
}

#stopka .sekcja {
	position: relative;
	top: 20px;
	left: 40px;
	width: 920px; 
}

#stopka .b-inco {
	background: url('../img/logo_inco.gif') 0 0px;
	font-size: 5px;
	width: 81px;
	height: 37px;
	display: block;
}

#stopka .linia-tekst {
	background-color: #dfdfdf;
	width: 1px;
	height: 35px;
	margin: 0px 19px 0px 19px;
}

#stopka .sekcja .b-1 {
	position: relative;
	background: url('../img/stopka_b_politykapr.gif') 0 0px;
	margin-top: 1px;
	margin-left: 6px;
	font-size: 5px;
	width: 97px;
	height: 10px;
	display: block;
}
#stopka .sekcja .b-1:hover {
	background: url('../img/stopka_b_politykapr.gif') 0 -10px;
}

#stopka .sekcja .b-2 {
	position: relative;
	background: url('../img/stopka_b_prawaaut.gif') 0 0px;
	margin-top: 1px;
	font-size: 5px;
	width: 75px;
	height: 10px;
	display: block;
}
#stopka .sekcja .b-2:hover {
	background: url('../img/stopka_b_prawaaut.gif') 0 -10px;
}


#stopka .sekcja .b2-1 {
	position: relative;
	background: url('../img/stopka_b2_1.gif') 0 0px;
	margin-top: 1px;
	font-size: 5px;
	width: 64px;
	height: 10px;
	display: block;
}
#stopka .sekcja .b2-1:hover {
	background: url('../img/stopka_b2_1.gif') 0 -10px;
}

#stopka .sekcja .b2-2 {
	position: relative;
	background: url('../img/stopka_b2_2.gif') 0 0px;
	margin-top: 1px;
	font-size: 5px;
	width: 60px;
	height: 10px;
	display: block;
}
#stopka .sekcja .b2-2:hover {
	background: url('../img/stopka_b2_2.gif') 0 -10px;
}

#stopka .sekcja .b2-3 {
	position: relative;
	background: url('../img/stopka_b2_3.gif') 0 0px;
	margin-top: 1px;
	font-size: 5px;
	width: 56px;
	height: 10px;
	display: block;
}
#stopka .sekcja .b2-3:hover {
	background: url('../img/stopka_b2_3.gif') 0 -10px;
}

#stopka .sekcja .b2-4 {
	position: relative;
	background: url('../img/stopka_b2_4.gif') 0 0px;
	margin-top: 1px;
	font-size: 5px;
	width: 91px;
	height: 10px;
	display: block;
}
#stopka .sekcja .b2-4:hover {
	background: url('../img/stopka_b2_4.gif') 0 -10px;
}

#stopka .sekcja .b2-5 {
	position: relative;
	background: url('../img/stopka_b2_5.gif') 0 0px;
	margin-top: 1px;
	font-size: 5px;
	width: 63px;
	height: 10px;
	display: block;
}
#stopka .sekcja .b2-5:hover {
	background: url('../img/stopka_b2_5.gif') 0 -10px;
}


#stopka .sekcja .b3 {
	position: relative;
	background: url('../img/stopka_b_danespolki.gif') 0 0px;
	margin-top: 1px;
	font-size: 5px;
	width: 54px;
	height: 10px;
	display: block;
}
#stopka .sekcja .b3:hover {
	background: url('../img/stopka_b_danespolki.gif') 0 -10px;
}

#stopka .sekcja .b-enp {
	position: relative;
	background: url('../img/logo_enp.gif') 0 0px;
	position: relative;
	left: 184px;
	font-size: 5px;
	width: 87px;
	height: 15px;
	display: block;
}
#stopka .sekcja .b-enp:hover {
	background: url('../img/logo_enp.gif') 0 -15px;
}
	.info_2{
	font-size:9px;
	color:#707070;
	border-top:1px solid #DFDFDF;
	padding:5px 20px 5px 20px;
	text-align: center;
	position:relative;
	height:auto;
	margin-top:20px;
	}
	.info_2 a{
	color:#707070;
	}