/* zerowanie ustawien przegladarki */

html {
    color: #000;
    background: #fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}

/* style ogolne strony */


html {
    background: #dfdfdf url('grafiki/tlo.gif') repeat-x fixed;
}

body {
    width: 770px;
    margin: 0 auto;
    background: transparent;
    font: 12px Verdana, Arial, helvetica, sans-serif;
    color: #404040;
}

/* kontenery */

div {
    position: relative;
}

#pozycjoner {
    text-align: left;
}

#calosc {
    width: 100%;
    background: transparent;
    position: relative;
}

#naglowek {
    position: absolute;
    top: -210px;
    width: 100%;
    height: 150px;
    background: #e0e0e0 url('grafiki/naglowek.jpg') no-repeat;
    z-index: 900;
}

#link {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 350px;
    height: 140px;
}

#link a {
    display: block;
    width: 100%;
    height: 100%;
}

#link span {
    display: none;
}

#menu {
    position: absolute;
    top: -50px;
    width: 100%;
    height: 42px;
    font-size: 11px;
    font-weight: bold;
    background: #cfcfcf url(grafiki/redslate_background.gif) repeat-x top left;
    font-family: Verdana,Arial,Helvitica,sans-serif;
    text-transform: uppercase;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index: 1000;
}

.skiplink {
    display: none;
}

#srodek {
    width: 100%;
    margin: 220px 0 7px 0;
    overflow: hidden;
    background: #e0e0e0;
    position: relative;
}

#tresc {
    width: 490px;
    float: left;
    margin: 20px 0;
    background: #e0e0e0;
    border-right: 1px solid #c0c0c0;
}

#srodek_tresc {
    width: 100%;
    margin: 220px 0 7px 0;
    overflow: auto;
    background: #e0e0e0;
}

#kontener_prawy {
    position: fixed;
    top: 238px;
    right: auto;
    margin-left: 510px;
    width: 240px;
    background: #d9d9d9;
    z-index: 1000;
}

#kontener_st {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 240px;
    background: #d9d9d9;
	 padding-top: 10px;
    padding-bottom: 10px;
}

#kontener_prawy:hover, #kontener_st:hover {
    background: #cfcfcf;
}

#stopka {
    clear: both;
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0;
    background: #e0e0e0 url('grafiki/stopka.jpg') no-repeat;
}

#naglowek, #srodek, #srodek_tresc, #kontener_prawy, #kontener_st, #stopka {
    border: 1px solid #fff;
}


div.kat_l {
	display: inline;
	float: left;
	width: 590px;
	text-align: right;
	padding: 30px 0;
	font-size: 1.3em;
}
div.kat_l p {
	margin-right: 0;
	padding-right: 0;
	}
div.kat_p {
	display: inline;
	float: right;
	margin: 0 60px 10px 0px;
	overflow: hidden;
	padding: 0;
}


/* nawigacja gĹĂłwna */

#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
}

#menu ul li {
    display: block;
    float: left;
    margin: 0 1px 0 0;
}

#menu ul li a {
    display: block;
    float: left;
    color: #e1e1e1;
    text-decoration: none;
    padding: 14px 22px 0 22px;
    height: 28px;
}

#menu ul li a:hover {
    color: #d4000d;
    background: transparent url(grafiki/redslate_backgroundOVER.gif) no-repeat top center;
}

#menu ul li.current {
    padding: 14px 22px 0 22px;
    height: 28px;
    color: #fff;
    background: transparent url(grafiki/redslate_backgroundOVER.gif) no-repeat top center;
}

#produkty {
    display: block;
    width: 650px;
    margin: 0 auto;
    list-style-type: none;
}

#produkty li {
    display: block;
    position: relative;
    float: left;
    width: 170px;
    height: 220px;
    margin: 15px;
    border: 2px solid #c0c0c0;
    text-align: center;
    padding: 0;
}

#produkty li:hover {
    border: 2px solid #fff;
    background: #cd0000;
}

li.produkty img {
    border: 1px solid #c0c0c0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
}

li.produkty h2 {
    padding: 1em 0;
    text-transform: uppercase;
}

li.produkty h2 {
    background: transparent;
    margin: 0;
    padding-top: 0.75em;
}

li.produkty h2.pojedynczy {
    padding-top: 1.3em;
}
#up {
	 position: absolute;
    display: block;
    top: 20px;
    right: 5px !important;
	 right: 0;
    display: inline;
    list-style-type: none;
    font-size: 0.9em;
    padding: 0;
	}
#up li {
	list-style-type: none;
	}
#menu_dol {
    position: absolute;
    display: block;
    top: 35px;
    left: 10px;
    display: inline;
    list-style-type: none;
    font-size: 0.9em;
    padding: 0;
}

#menu_dol li {
    display: inline;
    white-space: nowrap;
}

/* nawigacja boczna */

#kontener_prawy ul, #kontener_st ul {
    margin: 1em;
    padding: 0;
}

#kontener_prawy li, #kontener_st li {
    list-style-type: none;
    margin: 0;
    padding: 0.2em 0;
}
div.lista_prod {
	min-height: 160px; 
	height: 170px;
	position: relative;
	margin: 10px 20px;
	padding: 10px;
	background: #d9d9d9;
	border: 1px solid #fff;
	}
div.lista_prod2 {
	min-height: 160px; 
	height: 340px;
	position: relative;
	margin: 10px 20px;
	padding: 10px;
	background: #d9d9d9;
	border: 1px solid #fff;
	}
div.lista_prod3 {
	min-height: 140px; 
	height: 140px;
	position: relative;
	margin: 10px 20px;
	padding: 10px;
	background: #d9d9d9;
	border: 1px solid #fff;
	}
div.lista_prod:hover {
	background: #cfcfcf;
	border: 1px solid #fff;
	}
div.lista_prod2:hover {
	background: #cfcfcf;
	border: 1px solid #fff;
	}	
div.lista_prod3:hover {
	background: #cfcfcf;
	border: 1px solid #fff;
	}	

div.lista_prod img {
	position: absolute;
	top: 15px;
	right: 35px;
	}
div.lista_prod2 img {
	position: absolute;
	top: 15px;
	right: 35px;
	}
div.lista_prod3 img {
	position: absolute;
	top: 15px;
	right: 35px;
	}
div.lista_prod li {
	font-size: 1.2em;
	}
div.lista_prod2 li {
	font-size: 1.2em;
	}
div.lista_prod3 li {
	font-size: 1.2em;
	}
/* naglĂłwki */

h1 {
    font: bold 2em/1.1em "Trebuchet MS", Verdana, Arial;
    letter-spacing: 0.1em;
    padding: 0.3em 1em 0.3em 0.5em;
    margin: 0.7em 5em 0.7em 0.5em;
    color: #cd0000;
    border: 0;
    border-left: 4px solid #cd0000;
    border-bottom: 1px solid #cd0000;
}
h1#silesia {
	background: transparent url('grafiki/silesia-logo.gif') no-repeat;
	border: 0;
	padding: 0;
	margin-bottom: 0;
	height: 32px;
	}

h1#avia {
	background: transparent url('grafiki/avia-logo.gif') no-repeat;
	border: 0;
	padding: 0;
	margin-bottom: 0;
	height: 32px;
	}
h1 span {
	display: none;
	}
h1#silesia a, h1#avia a {
	display: block;
	width: 300px;
	height: 32px;
	}
#kontener_prawy h1, #kontener_st h1 {
    font-size: 1.4em;
    padding: 0.1em;
    margin: 0.5em;
    border: 0;
    border-right: 4px solid #404040;
    border-bottom: 1px solid #404040;
    color: #404040;
}

h2 {
    font: bold 1.4em/1em "Trebuchet MS", Verdana, Arial;
    margin: 0.5em 1em 0.5em 1em;
    padding: 0 0 0 18px;
    background: transparent url('grafiki/strzalka.gif') no-repeat left center;
}

#kontener_st h2 {
    font-size: 1.2em;
    margin: 0;
    padding: 0 1em;
    background: transparent;
}

h3 {
    font: normal 1.2em Verdana, Arial;
    margin: 0.5em 1em 0 2.5em;
}

h4 {
    font: bold 1.1em Verdana, Arial;
    margin: 1em 1em 0 0;
}

/* wĹaĹciwoĹci tekstu */

p {
    padding: 1em 3em;
    line-height: 1.4em;
    text-align: justify;
    font-size: 1em;
}

p.tab {
    padding: 1em 3em 1em 5em;
}

p#adres {
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 0.9em;
    color: #c0c0c0;
    text-align: right;
}

p#podpis {
    padding: 0;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 11px;
    color: #c0c0c0;
    text-align: right;
}

p#aktualizacja {
    padding: 0;
    position: absolute;
    top: 65px;
    left: 10px;
    text-align: left;
    font-size: 0.9em;
}

#promo {
	 width: 312px;
    padding: 0;
    margin: 0 auto;
    border: 0;  
}


#kontener_st img {
    float: left;
    margin: 4px 4px 4px 0;
}
a img {
    border: 1px solid #fff;
}
a img:hover {
    border: 1px solid #eb0000;
}

img.oplyw {
    float: left;
    margin: 2px 10px 5px 0;
}
#kontener_st p {
    font-size: 0.9em;
    padding: 1em 1em 0 1em;
}

#kontener_st p.data {
    margin: -0.5em 0 0 1em;
    font-size: 0.8em;
    font-style: italic;
    text-align: right;
    color: #808080;
}

#kontener_st p.wiecej {
    margin: 0 0 0 1em;
    font-size: 0.8em;
    text-align: right;
}
#kontener_st p.archiwum {
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
}
p.prawy {
    text-align: right;
}

p.srodek {
    text-align: center;
}
p.duzy {
	font-size: 1.2em;
}
#kontener_prawy p, #kontener_st p {
    text-align: left;
}

strong {
    font-weight: bold;
}

.kapitaliki {
    text-transform: uppercase;
    font-weight: bold;
}

/* linki */

a {
    color: #0000bd;
    text-decoration: none;
}

a:visited {
    color: #00007d;
    text-decoration: none;
}

a:hover {
    color: #eb0000;
    text-decoration: underline;
}

a:active {
    color: #eb0000;
    text-decoration: underline;
}

/* listy */

ul {
    padding: 1em 4em;
    line-height: 1.4em;
    font-size: 1em;
}

ul.telefony {
	margin-left: 10px;
	}
ul.telefony li {
	line-height: 2em;
	}

li {
    list-style-type: square;
}
ul.bez_ozdobnikow li {
	list-style-type: none;
	}
li p {
    padding: 0;
    margin: 0 3em;
}


/* grafiki */

img {
    border: 0;
}

.wysrodkowany {
    width: 352px;
    margin: 20px auto 0 auto;
    padding: 0;
}

img.ramka {
    border: 1px solid #c0c0c0;
}
a.zewnetrzny {
    background: url('grafiki/external.gif') center right no-repeat;
    padding-right: 15px;
	 margin-right: 10px;
	 
}

/* ozdobniki */

hr {
    margin: 0.5em 3em;
    height: 0;
    border: 0;
    border-bottom: 1px solid #c0c0c0;
}

#kontener_prawy hr, #kontener_st hr {
    margin: 1em;
}

/* ramki */

iframe {
    border: 1px solid #c0c0c0;
    width: 470px;
    height: 470px;
    margin: 10px;
}

.tool-tip {
    color: #d0d0d0;
    width: 250px;
    z-index: 1000;
    border: 1px solid #c0c0c0;
}

.tool-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #cd0000;
    padding: 8px 8px 4px;
    background: #000;
}

.tool-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: #000;
}

/* formularze */

fieldset {
    margin: 20px;
    background: #e5e5e5;
    border: 1px solid #c0c0c0;
    text-align: left;
    width: 450px;
}

fieldset:hover {
    background: #c9c9c9;
    border: 1px solid #fff;
}

legend {
    padding: 10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: url(legend_bg.gif) center no-repeat;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

fieldset fieldset legend {
    font-size: 12px;
}

label {
    padding-left: 15px;
    display: block;
}

input, textarea {
    display: block;
    margin: 5px 0 15px 30px;
    width: 300px;
    border: 1px solid #808080;
}

input.wazne, textarea.wazne {
    border: 1px solid #cd0000;
}

input:hover, textarea:hover, input:focus, textarea:focus {
    background: #a0c5ff;
}

input.token {
    display: inline;
    width: 90px;
    vertical-align: middle;
    margin-right: 150px;
}

input.przycisk {
    display: inline;
    width: 120px;
    height: 27px;
    margin: 10px 0 0 212px;
    letter-spacing: 2px;
    font-size: 1.1em;
    font-weight: bold;
}

input.przycisk_zgloszenie {
    width: 300px;
    height: 35px;
    letter-spacing: 0.1em;
    margin-left: 100px;
    font-weight: bold;
}

input.przycisk_zgloszenie:hover {
    background-color: #ed0000;
}

input.ukryty {
	display: none; 
	}


fieldset img {
    display: inline;
    vertical-align: middle;
    margin: -8px -15px 0 30px;
    padding: 0;
    border: none !important;
}

/* tabele */

table {
    width: 750px;
    color: #404040;
    font-size: .75em;
    background: #fff;
    border: 2px solid #fff;
	 margin: 20px auto;
	 line-height: 1.5em;
}

th {
    text-align: center;
}

th,td {
    padding: 9px 5px;
	 border: 1px solid #fff;
}
td.prod_opis {
	text-align: justify;
	 line-height: 1.2em;
	}
.odd {
    background-color: #dadada;
}
td.nazwa {
	font-size: 1.1em;
	}
td a:hover {
	color: #fff !important;
	color: #eb0000;
	}
th.produkt {
	width: 120px;
	}
th.temp_pracy {
	width: 50px;
	}
/* CAPTION */

caption {
    font-size: 1.4em;
    color: #404040;
}

/* ROW: toute premire range */

thead {
    color: #fff;
}

thead th {
    background: #404040;
}

/* ROWS: de la seconde  l'avant dernire range */

tbody {
    background-color: #cfcfcf;
}

/* ROLOVERS ****************************************************************/

table:hover {
    border-color: #fff;
}

/* Toutes sans exceptions */

tbody tr:hover {
    background-color: #606060;
    color: #fff;
}

/* Cellules */

tbody tr td:hover {
    background-color: #c41d16;
    color: #fff;
    cursor: crosshair;
}

#load {
    width: 20%; /*/ SzerokoĹÄ 20% powinna wystarczyÄ /*/
    display: none;    /*/ Ukrycie okna/*/
    position:fixed;    /*/ Pozycja dla innych przeglÄdarek niĹź badzIEwie /*/
    _position:absolute;    /*/ Pozycja dla badzIEwia /*/
    left: 40%; /*/ wyĹrotkowanie preloadera /*/
    top: 100px; /*/ OdsuniÄcie od gĂłry dla innych przeglÄdarek niĹź badzIEwie /*/
    _top:expression(eval(document.documentElement.scrollTop) + 100);    /*/ OdsuniÄcie od gĂłry dla badzIEwia /*/
    background: #ddd; /*/ delikatne tĹo /*/
    text-align: center; /*/ WyĹrotkowanie tekstu /*/
    border: 1px dotted #888; /*/ delikatne obramowanie /*/
}

