@charset "utf-8";

 body {
    margin: 0;
    padding: 0;
	background:url(images/naglowek_tlo.png) repeat-x #dee4e6;
	color:black;
	cursor:default;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif
	}
p
{margin:7px 0;}
.podkreslenie{border-bottom-color: #e2453f;
border-bottom-width: 3px;
border-bottom-style: solid;}
/* wyglad listy wlasciwosc */
ul ul{
	margin: 7px 0;
	padding: 0;
	list-style-type: none;
	font-size:14px;
	font-weight:normal;
}
ul.wlasciwosc_lista {font-size:14px;
font-weight:bold;}

.naglowek_tresc,  ol > li > ul > li{color: white;}

#kontener1 {
	width:960px;
	margin: 0 auto;
	position:relative;
	
}
.naglowek {
	position:relative;
	background:url(images/naglowek.png);
	height: 230px;
	width: 960px;
	text-align:center;
	z-index:999;
	color: #cfcfce;
	
}
/* wyglad nagłówków tytułu strony */

.naglowek h1 {
	font-size:38px;
	margin: 10px 0;
	padding:0;
	}
.naglowek h2 {
	font-size:19px;
	margin: 5px 0;}
#tytul{
	padding: 55px 40px 30px 40px;
}
	
.menu_gorne{
width: 960px;
height: 80px;
margin: -30px auto 0 auto;
background: url(images/tlo_menu.jpg) no-repeat bottom;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #003;
z-index:997;

	}
/*MENU GORNE*/
/* wygląd głównego elementu - ol */
      ol {
list-style-type: none;
padding: 0 0 0 0;
font-size: 15px;
height: 40px;
z-index: 900;
margin:0 auto;
width: 960px;	
}
/* wygląd wszystkich elementów - a - znajdujących się w elemencie - ol */
ol a {
display: block;
text-decoration: none;
color: #000;
padding: 0 5px;
line-height:20px;		
}

/* wygląd elementów - li - wszystkich dzieci elementu - ol */
      ol > li {
float: left;
width: 192px;
text-align: center;  
margin-top:40px;
cursor:pointer;
      }
.jedna_linia{
padding-top:20px;
}

/* wygląd elementu - li - pierwszego dziecka elementu - ol */
 ol > li:first-child {
 margin-left:0;
}

ol > li:hover {
border-bottom-color: #e2453f;
border-bottom-width: 3px;
border-bottom-style: solid;
}

ol > li:hover > a {
 color:#09C;
}

ol > li:hover > ul {
display: block;
}

/* -CZĘŚĆ-ROZWIJANA-MENU- */

/* wygląd głównych rozwijanych elementów - ul */
ol > li > ul {
display:none;
list-style-type:none;
padding:0;
margin: 0;
padding-top:15px;
padding-bottom:15px;
width:inherit;
position:absolute;
z-index:800;
	
background: #b5332d;
background: -moz-linear-gradient(top, #b5332d 0%, #e2453f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5332d), color-stop(100%,#e2453f));
background: -webkit-linear-gradient(top, #b5332d 0%,#e2453f 100%);
background: -o-linear-gradient(top, #b5332d 0%,#e2453f 100%);
background: -ms-linear-gradient(top, #b5332d 0%,#e2453f 100%);
background: linear-gradient(to bottom, #b5332d 0%,#e2453f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5332d', endColorstr='#e2453f',GradientType=0 );
}
/* wygląd elementu - li - w części rozwijanej */
ol > li > ul > li {       
font-size: 16px;
margin:0;
padding:7px 0;
}

ol > li > ul > li > a {
}

ol > li > ul > li:hover {
background-color:#DDD;
color:black;
}

ol > li > ul > li:hover > a {
color:#09C;
}
/* KONIEC MENU */
/* BANER */
.baner_s{
background-image:url(images/sandomierz.png);
height:330px;
width:960px;
z-index:11;
position:absolute;
}
#kontener_baner{
height:330px;
width:960px;
position:relative;}
.tlo_baner{
float:left; 
width:480px;
height:330px;
z-index:10;}
.blewy{
background: -moz-linear-gradient(top,  #b5332d 0%, #c63a34 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5332d), color-stop(100%,#c63a34));
background: -webkit-linear-gradient(top,  #b5332d 0%,#c63a34 100%);
background: -o-linear-gradient(top,  #b5332d 0%,#c63a34 100%);
background: -ms-linear-gradient(top,  #b5332d 0%,#c63a34 100%);
background: linear-gradient(to bottom,  #b5332d 0%,#c63a34 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5332d', endColorstr='#c63a34',GradientType=0 )}
.bprawy{
background: #e7b324;
background: -moz-linear-gradient(top,  #e7b324 0%, #f0c02f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7b324), color-stop(100%,#f0c02f));
background: -webkit-linear-gradient(top,  #e7b324 0%,#f0c02f 100%);
background: -o-linear-gradient(top,  #e7b324 0%,#f0c02f 100%);
background: -ms-linear-gradient(top,  #e7b324 0%,#f0c02f 100%);
background: linear-gradient(to bottom,  #e7b324 0%,#f0c02f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7b324', endColorstr='#f0c02f',GradientType=0 );
}
/* KONIEC BANER */
/* NAGLOWKI STRONY GLOWNEJ */
.naglowek_tresc{
position:relative;
z-index:13;
padding:0 45px;
font-size:22px;
height:50px;
line-height:50px;
}
/* nagłówek na całą szerokość strony */
.nagl_szeroki{
background: #c63a34;
background: -moz-linear-gradient(top,  #c63a34 0%, #e2453f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c63a34), color-stop(100%,#e2453f));
background: -webkit-linear-gradient(top,  #c63a34 0%,#e2453f 100%);
background: -o-linear-gradient(top,  #c63a34 0%,#e2453f 100%);
background: -ms-linear-gradient(top,  #c63a34 0%,#e2453f 100%);
background: linear-gradient(to bottom,  #c63a34 0%,#e2453f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c63a34', endColorstr='#e2453f',GradientType=0 )
}
/* naglówki na stronie głównej */
.lewy{
float:left;
width:390px;background: #c63a34;
background: -moz-linear-gradient(top,  #c63a34 0%, #e2453f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c63a34), color-stop(100%,#e2453f));
background: -webkit-linear-gradient(top,  #c63a34 0%,#e2453f 100%);
background: -o-linear-gradient(top,  #c63a34 0%,#e2453f 100%);
background: -ms-linear-gradient(top,  #c63a34 0%,#e2453f 100%);
background: linear-gradient(to bottom,  #c63a34 0%,#e2453f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c63a34', endColorstr='#e2453f',GradientType=0 );

}
.prawy{
width:390px;
float:left;
color:black;
text-align:right;
background: #f0c02f;
background: -moz-linear-gradient(top,  #f0c02f 0%, #ffd43e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0c02f), color-stop(100%,#ffd43e));
background: -webkit-linear-gradient(top,  #f0c02f 0%,#ffd43e 100%);
background: -o-linear-gradient(top,  #f0c02f 0%,#ffd43e 100%);
background: -ms-linear-gradient(top,  #f0c02f 0%,#ffd43e 100%);
background: linear-gradient(to bottom,  #f0c02f 0%,#ffd43e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c02f', endColorstr='#ffd43e',GradientType=0 );
}
.naglowek_strzalka1, .naglowek_strzalka2{
width:190px;
height:22px;
position:relative;
}
.naglowek_strzalka1{
background:url(images/strzalka_cz.png) no-repeat; 
left:-44px;}
.naglowek_strzalka2{
background:url(images/strzalka_z.png) no-repeat;
right:-244px;}
/* prawy róg nagłówka na cała szerokość strony */
span.kat_cz_p{
	display:block;
	position: absolute;
	height:10px;
	width:20px;
	background:url(images/kat_cz_p.png) no-repeat right;
	right:-769px;
	}
/* KONIEC NAGLOWKI STRONY GLOWNEJ */
.tresc_strony{
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
	min-height:50px;
	margin: 0 auto;
	width: 926px;
	padding: 30px 0;
	top: -22px;
	clear: both;
	z-index: 4;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 25px 3px #404040;
	box-shadow: 0px 3px 25px 3px #404040;
	line-height: 22px;
	text-align: justify;
}
/* wygląd - nagłówki w treści strony */
.tresc_strony h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	padding: 0;
	margin: 10px 0;
	text-transform: uppercase;
	}
/* linia pionowa na stronie glownej */
.pasek{background:url(images/linia.jpg) white repeat-y center;
}
.box_pojedynczy{
margin:0 30px;
}
.box_glowna{
	float:left;
	width:403px;
	min-height:10px;
	overflow:hidden;
	margin:0 30px;
	position:relative;
}
/* ikony listy telefon i email */
li.telefon{
	list-style-image: url(images/tel.png);
	line-height:30px;}
li.mail{list-style-image: url(images/mail.png);
}
/* wygląd listy telefon i email */
.box_glowna ul{
list-style-position:inside;
margin:0;
padding:0
}

#temida{
background:url(images/temida.png) no-repeat;
position:absolute;
right:0;
bottom:35px;
height:284px;
width:162px;
}
.stopka{
padding:5px 25px;
background:#1d2027;
position:relative;
width:auto;
clear:both;
color:white;
font-size:12px;
text-align:right;}
/* boki stopki*/
.kat_l, .kat_p{
	position:absolute;
	height:11px;
	width:17px;
	top:-11px;
	}
.kat_l{
	background:url(images/kat_l.png);
	left:0}	
.kat_p{
	background:url(images/kat_p.png);
	right:0;}
.kat_d{
	background:url(images/stopka_s.png) center;
	height:29px;
	width:701px;
	margin:0 auto;
	}

.guzik{
	background:url(images/guzik.png) no-repeat;
	display:block;
	
	line-height:39px;
	height:54px;
	position:relative;
	margin-left:240px;
	margin-top: 40px;
	padding-left:40px;
	}
.guzik:hover{background:url(images/guzik_akt.png) no-repeat;
color:black;}
.guzik a{
	text-decoration:none;
	color:white;}
.guzik a:hover{
	text-decoration:none;
	color:black;}

.orzel{

 background:url(images/orzel.png) no-repeat ;

 background-size: auto 170px;

 width:181px;

 height:189px;

 position:absolute;

 top:65px;

 }
 
 .licytacjeimg{
	/*float:left;*/
	width:140px;
	margin: 10px 5px 10px 5px}
