body  {
font-family : Arial;
font-size : 12px;
background-color : #fff;
background-image: url('../images/tlo.jpg');
background-position: top left;
background-repeat: no-repeat;
margin: 0;
padding-right: 50px;
width: 1150px;
text-align: center;
}

a {
color : #138;
text-decoration : none;
}

a:hover{
color : #fff;
}

a.astopka {
color: #999;
}

a#astopka:hover {
color: #47b;
}

.galeria {
width: 100%;

}

.galeria td {
text-align: center;
padding: 10px;
}

.mini {
border: 2px solid #244e89;
}

img {
border: none;
}

#cale  {
width : 800px;
margin-left: 210px;
}

#menu {
margin-top: 220px;
margin-bottom: 5px;
padding-left: 5px;
width : 800px;
float : left;
text-align: left;
}

.amenu {
margin: 0px 14px;
font-size: 16px;
font-weight: bold;
color: #000;
}

.amenu:hover {
color: #47b;
}

.amenuactive {
margin: 0px 14px;
font-size: 16px;
font-weight: bold;
color: #fff;
}

.amenuactive:hover {
color: #47b;
}

#lewo {
clear : left;
float : left;
margin-left: 30px;
margin-bottom: 180px;
padding: 10px;
width : 450px;
height: 520px;
text-align : justify;
overflow: auto;
}

#prawo {
float : left;
margin-left: 10px;
width : 200px;
text-align : left;
padding: 10px;
height: 470px;
line-height: 18px;
text-align: justify;
overflow: auto;
/*border: 1px solid #F00;*/
}

#program1 {
position: absolute;
top: 40px;
left: 825px;
width: 140px;
height: 140px;
}

#program2 {
position: absolute;
top: 210px;
left: 968px;
width: 140px;
height: 140px;
}

#program3 {
position: absolute;
top: 425px;
left: 1015px;
width: 140px;
height: 140px;
}

#program4 {
position: absolute;
top: 635px;
left: 968px;
width: 140px;
height: 140px;
}

#program5 {
position: absolute;
top: 810px;
left: 825px;
width: 140px;
height: 140px;
}


.blok {
height: 140px;
width: 140px;
display: block;
}

.bok {
margin: 5px 0px;
}

.bok li {
margin-bottom: 3px;
}

.bokimg {
margin-left: 15px;
margin-top: 5px;
border: 2px solid #244e89;
}

.header {
font-size:16px;
color: #138;
font-weight: bold;
vertical-align: bottom;
}

.image {
margin-right: 5px;
vertical-align: middle;
}

.divka {
margin-bottom: 15px;
}

.data {
font-size: 10px;
color: #000;
}

.databig {
font-size: 14px;
color: #fff;
font-weight: bold;
}

#stopka {
clear : both;
width : 800px;
color : #999;
font-size: 10px;
vertical-align: middle;
}

ul#programy {
list-style-type:none;
margin:0;
padding:0;
}

ul#programy li {
background:#dbe9f4;
margin:5px 0;
padding:5px 15px;
vertical-align:middle;
border:1px solid #244e89;
}

ul#programy li:hover {
background:#e9f0ff;
}

ul#programy li h4 {
display:block;
width:100%;
color:#248;
cursor:pointer;
margin:0;
padding:0;
}

.active {
display:block;
}

.inactive {
display:none;
}

#cennik {
border: 2px solid #dbe9f4;
font-weight:bold;
font-size:14px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 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;	
}

