/*==================================================================================*/

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #848484;
	background-color: #ffffff;
	margin:0;
}

p  { margin: 10px 0; }
h1 { font-size: 24px; margin: 10px 0; }
h2 { font-size: 18px; margin: 10px 0; }
h3 { font-size: 14px; margin: 10px 0; }
ul, ol { margin-left: 10px; }
object { outline: none; }

a  { color: #555555; text-decoration: none; }
a:visited  { color: #555555; text-decoration: none; }
a:hover { color: #aaaaaa; text-decoration: underline; }


#photo {
	width: 550px;
	margin: 10px auto;
}

#photo td {
	text-align: center;
}

#photo img {
	border: 1px solid black;
}

#option {
	float: right;
	margin: 5px 15px;
}

p.komunikat {
	color: red;
	font-weight: bold;
}

#all	{
	width: 897px;
	margin:0 auto;
}

#body_outer	{
	background: url('../img2/1jpg_04.jpg') no-repeat;
	padding-bottom: 140px;
}

#body_inner	{
	background: url('../img2/1jpg_06.jpg') no-repeat right top;
	min-height: 475px;
	padding: 20px 38px;
}

#left	{
	width:250px;
}

.left_box	{
	border: solid 1px #DADADA;
	padding: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.left	h3	{
	border-bottom: solid 1px #EAEAEA;
	color: #1F39A7;
	margin:0;
	font-size:16px;
	padding-bottom: 2px;
}

h1.title	{
	border-bottom: solid 1px #EAEAEA;
	color: #1F39A7;
	padding-bottom: 5px;
	margin:0;
}


#right	{
	border: solid 1px #DADADA;
	padding: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right;
	width: 522px;
}

#footer	{
	background: url('../img2/miechowianka_22b.jpg');
	clear: both;
	position: relative;
	z-index: 2;
	margin-top: -140px;
	width: 100%;
}

#footer_content	{
	margin:0 auto;
	height: 140px;
	background: url('../img2/miechowianka_22.jpg') no-repeat center top;
	width:960px;
	text-align: center;
}

html, body, #all { height: 100%; }
#all { height: auto; min-height: 100%; }

#first_line	{
	line-height: 50px;
	color: #ECC8C9;
}

#first_line		a	{
	color: #ECC8C9;
}

#footer	#rest	{
	color: #ECC8C9;
	line-height:19px;
	padding-top:10px;
}

.wiecej	{
	display: block;
	margin-left: 150px;
	margin-top: 10px;
	width: 68px;
	height: 17px;
	background: url('../img2/wiecej.jpg') no-repeat center top;
}

.clear	{
	clear: both;
}



/*==================================================================================*/
/**
 * 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;line-height:1.4em;overflow:auto;width:100%;margin:0 auto;padding:0 10px}
#lightbox-container-image-data{color:#666;padding:0 10px}
#lightbox-container-image-data #lightbox-image-details{width:70%;float:left;text-align:left}
#lightbox-image-details-caption{font-weight:700}
#lightbox-image-details-currentNumber{display:block;clear:left;padding-bottom:1em}
#lightbox-secNav-btnClose{width:66px;float:right;padding-bottom:.7em}


