
/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* koniec css reset */

/* html */
body {
	background: #000 url(images/bg.jpg) top center repeat-x;
	text-align: center;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

div {
	margin: 0 auto;
	border: 0px;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

/* koniec html*/


div#kontener {
	border: 0px solid red;
	width: 100%;
	float: left;
}

div#wrap {
	width: 996px;
}

div#bg {
	width: 996px;
	float: left;
	background: url(images/kontener_bg.jpg) top center repeat-y;
}


/* blok 01______________________________________ */
div#blok01 {
	float: left;
	width: 996px;
}

div.blok01_glowna {
	height: 374px;
	background: url(images/blok01_glowna_bg.jpg) no-repeat;
}

div.blok01_podstrona {
	height: 171px;
	background: url(images/blok01_podstrona_bg.jpg) no-repeat;
}

div#logo_glowna {
	position: absolute;
	height: 374px;
	width: 385px;
	z-index: 1000;
	margin-left: -89px;
}

div#logo_podstrona {
	float: left;
	height: 171px;
	width: 296px;
	text-align: right;
}

div.blok01_glowna p{
	float: right;
	height: 73px;
	font-size: 11px;
	color: #ff7e00;
	width: 640px;
	line-height: 42px;
	text-align: left;
	padding-left: 60px;
}

div.blok01_podstrona p{
	float: left;
	height: 73px;
	font-size: 11px;
	color: #ff7e00;
	width: 640px;
	line-height: 42px;
	text-align: left;
	padding-left: 60px;
}

/* menu */

ul#menu_top {
	float: right;
	padding-right: 15px;
		border: 0px dotted #ddd;
}

ul#menu_top li{
	display: inline;
	float: left;
	padding: 3px 10px 0 0;
}

ul#menu_top li a{
	display: block;
	height: 28px;
}

div#menu_blok {
float: right;
border: 0px solid #ddd;
padding-bottom: 5px;
}

a#menu_lista01 {
	display: block;
	width: 121px;
	background: url(images/menu/menu_sprite.jpg) 0 0 no-repeat
}

a#menu_lista01:hover {
	background: url(images/menu/menu_sprite.jpg) 0 -28px no-repeat
}

a#menu_lista01_active {
	width: 121px;
	background: url(images/menu/menu_sprite.jpg) 0 -28px no-repeat
}

a#menu_lista02 {
	display: block;
	width: 57px;
	background: url(images/menu/menu_sprite.jpg) -121px 0 no-repeat
}

a#menu_lista02:hover {
	background: url(images/menu/menu_sprite.jpg) -121px -28px no-repeat
}

a#menu_lista02_active {
	width: 57px;
	background: url(images/menu/menu_sprite.jpg) -121px -28px no-repeat
}

a#menu_lista03 {
	display: block;
	width: 72px;
	background: url(images/menu/menu_sprite.jpg) -178px 0 no-repeat
}

a#menu_lista03:hover {
	background: url(images/menu/menu_sprite.jpg) -178px -28px no-repeat
}

a#menu_lista03_active {
	width: 72px;
	background: url(images/menu/menu_sprite.jpg) -178px -28px no-repeat
}

a#menu_lista04 {
	display: block;
	width: 74px;
	background: url(images/menu/menu_sprite.jpg) -250px 0 no-repeat
}

a#menu_lista04:hover {
	background: url(images/menu/menu_sprite.jpg) -250px -28px no-repeat
}

a#menu_lista04_active {
	width: 74px;
	background: url(images/menu/menu_sprite.jpg) -250px -28px no-repeat
}

a#menu_lista05 {
	display: block;
	width: 61px;
	background: url(images/menu/menu_sprite.jpg) -324px 0 no-repeat
}

a#menu_lista05:hover {
	background: url(images/menu/menu_sprite.jpg) -324px -28px no-repeat
}

a#menu_lista05_active {
	width: 61px;
	background: url(images/menu/menu_sprite.jpg) -324px -28px no-repeat
}

a#menu_lista06 {
	display: block;
	width: 70px;
	background: url(images/menu/menu_sprite.jpg) -385px 0 no-repeat
}

a#menu_lista06:hover {
	background: url(images/menu/menu_sprite.jpg) -385px -28px no-repeat
}

a#menu_lista06_active {
	width: 70px;
	background: url(images/menu/menu_sprite.jpg) -385px -28px no-repeat
}

a#menu_lista07 {
	display: block;
	width: 83px;
	background: url(images/menu/menu_sprite.jpg) -455px 0 no-repeat
}

a#menu_lista07:hover {
	background: url(images/menu/menu_sprite.jpg) -455px -28px no-repeat
}

a#menu_lista07_active {
	width: 83px;
	background: url(images/menu/menu_sprite.jpg) -455px -28px no-repeat
}

a#menu_lista08 {
	display: block;
	width: 67px;
	background: url(images/menu/menu_sprite.jpg) -538px 0 no-repeat
}

a#menu_lista08:hover {
	background: url(images/menu/menu_sprite.jpg) -538px -28px no-repeat
}

a#menu_lista08_active {
	width: 67px;
	background: url(images/menu/menu_sprite.jpg) -538px -28px no-repeat
}

/* img top */
img#img_top {
	float: right;
}

/* blok 02_______________________________________ */
div#blok02 {
	float: left;
	width: 996px;
	padding-bottom: 20px;
}

div#blok_tresc01 {
	float: right;
	width: 660px;
	text-align: left;
	color: #1c2125;
	line-height: 18px;
	padding-right: 20px;
}

div#blok_tresc01 p{
	text-align: justify;
	padding: 10px 0;
}

div#blok_tresc01 h1{
	font-size: 24px;
}

div#blok_tresc01 h2{
	font-size: 24px;
}

div#blok_tresc02 {
	float: right;
	width: 955px;
	text-align: left;
	color: #1c2125;
	line-height: 18px;
	padding-right: 20px;
}

div#blok_tresc02 p{
	text-align: justify;
	padding: 10px 0;
}

div#blok_tresc02 h1{
	font-size: 18px;
}

div#blok_tresc02 h2{
	font-size: 18px;
}

div#blok_cennik {
	float: right;
	padding: 0 90px 0 0;
	width: 770px;
}

div#blok_cennik h1{
	font-size: 24px;
	padding-bottom: 20px;
}

div.cennik_box {
	float: left;
	height: 89px;
	width: 771px;
	background: url(images/cennik/cennik_bg.gif) no-repeat;
	
	margin: 5px 0;
}

div.cennik_box table{
	width: 100%;
	vertical-align: middle;
	height: 89px;
}

div.cennik_box table strong{
	font-size: 18px;
}

div.cennik_box table td{
	vertical-align: middle;
	line-height: 17px;

}

td.td01 {
	width: 60px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #f07c09;
}

td.td02 {
	width: 100px;
	text-align: left;
	font-size: 19px;
	padding-top: 7px;
}

td.td03 {
	width: 480px;
	text-align: left;
	font-size: 12px;
	padding-top: 7px;
}



/* blok 03_______________________________________ */
div#blok03 {
	float: left;
	width: 996px;
}

div#stopka {
	float: left;
	height: 221px;
	width: 996px;
	background: url(images/stopka/stopka_bg.gif) top center no-repeat;
}

ul#lista_godziny {
	float: left;
	width: 340px;
	padding: 55px 40px 0 100px;
}

ul#lista_godziny li{
	float: left;
	width: 280px;
	color: #171717;
	font-weight: bold;
	height: 34px;
	border: 0px solid red;
	padding-bottom: 11px;
}

p.dzien01 {
	float: left;
	font-size: 18px;
	line-height: 28px;
}

p.dzien02 {
	float: left;
	font-size: 18px;
	line-height: 24px;
}

p.dzien03 {
	float: left;
	font-size: 18px;
	line-height: 18px;
}

p.godzina01 {
	float: right;
	font-size: 22px;
	line-height: 26px;
}

p.godzina02 {
	float: right;
	font-size: 22px;
	line-height: 23px;
}

p.godzina03 {
	float: right;
	font-size: 22px;
	line-height: 16px;
}

div#stopka table{
	float: left;
}

div#stopka table td{
	height: 40px;
	font-size: 18px;
}

div#stopka table td a{
	font-size: 10px;
	color: #ef7b09;
	margin: 0 18px;
}

td.adres {
	width: 200px;
	text-align: left;
}

div#stopka_info {
	float: left;
	width: 926px;
	color: #ff7e00;
	padding: 25px 35px 5px 35px;
	font-size: 11px;
	
	background: #000;
}

div#stopka_info a{
	color: #ff7e00;
}

p.copy {
	float: left;
}

p.ibif {
	float: right;
}

div#partnerzy {
	float: left;
	width: 996px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 30px 0;
	background: #000;
}

div#partnerzy a{
	margin: 0 10px;
}





span.orange {
	color: #ef7c09;
}

/* kontakt */
input.inp {
	width: 200px;
	padding: 3px;
	font-size: 12px;
	border: 1px solid #ffffff;
}

textarea.textarea_kontakt {
	width: 260px;
	padding: 3px;
	height: 80px;
	overflow: auto;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 12px;
	border: 1px solid #ffffff;
}

div.errors {
margin-top: 10px;
padding: 5px 0;
border: 1px solid #000000;
color: #fff;
background: #000000;
font-weight: bold;
width: 200px;
text-align:center;
}
 
input.ok {
border: 0;
background: #000000;
color: #fff;
padding: 5px 8px;
cursor: pointer;
font-weight: bold;
margin-bottom: 15px;
font-size: 11px;
float: right;
margin: 0 25px 0 0;
}

/* galeria -------------------------*/
div.galeria_blok {
	float: left;
	padding: 40px 0;
	width: 100%;
}

div.galeria {
	float: left;
	width: 160px;
	height: 120px;
	text-align: center;
}
