﻿body {
	background: url(../grafika/Ciegielka_tla.jpg) repeat;
}
input {
	background:#FFFFFF;
}
#BOX_SRODKUJACY {
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
}
#TLO {
	margin-top: 10px;
}
#LEFT {
	background-position: left top;
	width: 260px;
	height: 600px;
	float: left;
	background-image: url('../grafika/duzy_ludzik_balerancki.gif');
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
#RIGHT {
	width: 540px;
	height: 600px;
	float:left;
}
#STOPKA {
	width: 800px;
	height: 10px;
	font-family:"Times New Roman", Times, serif;
	text-align: left;
	font-size: 8px;
}
#LEFT_GORA {
	width: 100%;
	height:170px;
}
#LEFT_SRODEK {
	width: 100%;
	height:430px;
}
#LOGO {
	width: 100%;
	height: 150px;
	background: url('../grafika/Logo_tlo_przezroczyste_346.gif') no-repeat center center;
}
#lOGO_NAPIS {
	width: 100%;
	height:20px;
	font: bold 18px "Times New Roman", Times, serif;
	color: #000066;
	text-align: center;
}
#MAIN {
	width: 100%;
	height: 430px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	text-align: justify;
}
#LEFT input {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	background:white;
	color: #CC3300;
	width: 150px;
}
#LEFT p {
	color: #000000;
	background-image: url('../grafika/Ikonka_CLEVER_jasne.jpg');
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	padding-left:20px;
}

#LEFT a:hover {
	font-style: italic;
	border: thin;
	color: #66FF33;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #0000CC;
}
/*Styl literek*/
.style1 {
	color: #0000FF;
}
.style2 {
	color: #008000;
}
.style3 {
	color: #008080;
}
.style4 {
	color: #FF00FF;
}
.style5 {
	color: #66FF33;
}
.style6 {
	color: #FF33CC;
}
.style7 {
	color: #CC6600;
}
.style8 {
	color: #CCCC00;
}
.Tabela_cennik_naglowek {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000066;
}
.Tabela_cennik {
	width: 400px;}

.Tabela_cennik_wiersz_nieparzysty {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
.Tabela_cennik_wiersz_nieparzysty_lewy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
}
.Tabela_cennik_wiersz_parzysty_lewy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #D2FFC4;
	text-align: left;
	text-decoration: underline;
}
.Tabela_cennik_wiersz_parzysty {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #D2FFC4;
	text-align: center;
}
#GALERIA_BUTTON {
	color:red;
}
/*ustawienia jquery lightbox*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 300px; /* def 500px*/
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}