BODY {

height: 100%; 
width: 100%; 
margin: 0; 

margin: 0cm 0cm 0cm 0cm;
padding: 0 0 0 0;


background: #0E0E0E;

background-image: url('tlo.jpg');
background-repeat: no-repeat;
background-position: center top;
margin: 0cm 0cm 0cm 0cm;
padding: 0 0 0 0;

	font-family : Verdana, arial ce, tahoma,sans-serif;
	SCROLLBAR-FACE-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: #65A3A3; 
	SCROLLBAR-SHADOW-COLOR: #65A3A3; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #65A3A3; 
	SCROLLBAR-TRACK-COLOR: #f6f6f6; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}


.text_swieta {
	font-family : arial;
	font-size : 13px;
	color : #dddddd;
	font-weight : none;
	text-align:center;
	line-height: 20px;

}


.text2 {
	font-family : tahoma;
	font-size : 11px;
	color : #999999;
	font-weight : none;
	text-align:center;
}


a.text2:link {font-family :  tahoma;  text-decoration: none;  		color : #999999}
a.text2:visited {font-family :  tahoma;  text-decoration: none;  		color : #999999}
a.text2:active {font-family :tahoma; text-decoration: underline;  		color : #999999}
a.text2:hover {font-family : tahoma;  text-decoration: underline;  		color : #999999}

	
	
.text_tytul {
	font-family : arial;
	font-size : 17px;
	color : #bbbbbb;
	font-weight : none;
	text-align:center;
	line-height: 20px;

}


a.text2:link {font-family :  arial;  text-decoration: none;  		color : #999999}
a.text2:visited {font-family :  arial;  text-decoration: none;  		color : #999999}
a.text2:active {font-family : arial; text-decoration: underline;  		color : #999999}
a.text2:hover {font-family :  arial;  text-decoration: underline;  		color : #999999}

	
	


.text {
	font-family : tahoma;
	font-size : 12px;
	color : #A1A1A1;
	font-weight : none;
	text-align:center;
		line-height: 19px;

}


a.text:link {font-family : tahoma;  text-decoration: none;  		color : #A1A1A1}
a.text:visited {font-family : tahoma;  text-decoration: none;  		color : #A1A1A1}
a.text:active {font-family : tahoma; text-decoration: underline;  		color : #A1A1A1}
a.text:hover {font-family : tahoma;  text-decoration: underline;  		color : #A1A1A1}


		
.akt_tytul {
	font-family : sans-serif;
	font-size : 14px;
	color : #A6D600;
	font-weight : none;
	text-align:center;
		line-height: 18px;

}


a.akt_tytul:link {font-family : arial ce;  text-decoration: none;  		color : #B6EB00}
a.akt_tytul:visited {font-family : arial ce;  text-decoration: none;  		color : #B6EB00}
a.akt_tytul:active {font-family : arial ce; text-decoration: underline;  		color : #B6EB00}
a.akt_tytul:hover {font-family : arial ce;  text-decoration: underline;  		color : #B6EB00}


		
.akt_data {
	font-family : sans-serif;
	font-size : 11px;
	color : #999999;
	font-weight : none;
	text-align:center;


}


		
	
.form_x {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	background : #FFE8A4;
	border-color: #EAB000;

		font-weight : normal;
		border: thin #FFCF28 inset
}



.form {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #999999;
	background : #333333;
		font-weight : normal;
		border: solid #666666;
		border-width: 1px;
}





/**
 * 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 CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/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: 300px;
}
#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: 10%;
	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: 39%;
	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;	
}
	
	
/* ------------------------------------------------------------------------------------*/

.td1{
	font-family : tahoma;
	font-size : 11px;
	color : #444444;
	font-weight : none;
	text-align:center;
	line-height: 17px;
	background-color:#aaaaaa;
	text-align:center;
}
.td2{
	font-family : tahoma;
	font-size : 11px;
	color : #444444;
	font-weight : none;
	text-align:center;
	line-height: 17px;
	background-color:#cccccc;
	text-align:center;
}


#slidebox{position:relative; border:0px solid #ccc; margin:0px auto;}
#slidebox, #slidebox .content{width:1027px;}
#slidebox, #slidebox .container, #slidebox .content{height:348px;}
#slidebox{overflow:hidden;}
#slidebox .container{position:relative; left:0; top:0px;}
#slidebox .content{background:#eee; float:left;}
#slidebox .content div{padding:0px 0px; height:100%; font-family:Verdana, Geneva, sans-serif; font-size:13px;}
#slidebox .next, #slidebox .previous{position:absolute; z-index:2; display:block; width:21px; height:21px;}
#slidebox .next{right:0; margin-right:10px; background:url(slidebox_next.png) no-repeat left top;}
#slidebox .next:hover{background:url(slidebox_next_hover.png) no-repeat left top;}
#slidebox .previous{margin-left:10px; background:url(slidebox_previous.png) no-repeat left top;}
#slidebox .previous:hover{background:url(slidebox_previous_hover.png) no-repeat left top;}
#slidebox .thumbs{position:absolute; z-index:2; bottom:0px; right:10px;}
#slidebox .thumbs .thumb{display:block; margin-left:5px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:9px; text-decoration:none; padding:2px 4px; top:100px; background:url(slidebox_thumb.png); color:#fff;}
#slidebox .thumbs .thumb:hover{background:#fff; color:#000;}
#slidebox .selected_thumb{background:#fff; color:#000; display:block; margin-left:5px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:9px; text-decoration:none; padding:2px 4px;};
