@charset "UTF-8";
/* CSS Document */

body


 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0px;
	text-align:center;
	background:  #E8E8E8 url(../img/tlo2.jpg) top center repeat-x ; 

	}
	

	



/*#upElements {
	width:100%;
	height:150px;
	border-bottom:1px solid #464646;
	background:url(../images/level1_bkgr.gif) top left repeat-x;
	}*/
	
h1, h2 , h3  , h4 , h5 , h6  { font-family:Georgia, "Times New Roman", Times, serif; }	

h1 {
	margin:10px;
	padding:0px;
	font-weight:normal;
	color:#2D2D2D;
	font-size:18px;
	}
	
h2 {
	margin:10px;
	padding:0px;
	font-weight:normal;
	color:#B822A8;
	font-size:17px;
	}
	
h3 { 
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#2D2D2D;
	font-size:20px;
	}
	
h4 {
	margin:10px;
	padding:0px;
	font-weight:normal;
	color:#2D2D2D;
	font-size:17px;
	}
	
h5 {
	margin:10px;
	padding:0px;
	font-weight:normal;
	color:#B822A8;
	font-size:17px;
	}
	
h6 {
	margin:10px;
	padding:0px;
	font-weight:normal;
	color:#841879;
	font-size:17px;
	}
	
	
img { border:none; }
	
#container {
	width:750px;
	margin: 0 auto;
	text-align:left;
	
	}
	
#logo {
	height:92px;
	padding-top:22px;
	}

#mainMenu {
	height:30px;
	font-size:14px;
	}
	
	
.mainButton {
	float:left;
	width:150px;
	height:40px;
	padding-top:13px;

	text-align:center;
		}
	
.mainButton a { color:#333; }
.mainButton a:hover { color:#ec3e12; }

#content {
	width:718px;
	padding:15px;
	margin: 20px auto;
	background: #C4C4C4 top center repeat-y;

	}
	
#homeLeft {
	float:left;
	line-height:20px;
	width:440px;

	}
	
#homeRight {
	float:right;
	width:500px;
	height:750px;

	}
	
#foot {
	height:48px;
	text-align:center;
	background:url(../img/dol.jpg) top left repeat-x;
	
	}
	
#downmenu {
	width:750px;
	margin:0 auto;
	padding-top:10px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#downmenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	

#downmenu li {
	display:inline;
	margin:0;
	padding:0 10px 0 0;
	}
	
#downmenu a {
	color:#000;
	}
	
#downmenu a:hover {
	color:#fff;
	}


/* prezentacja oferty */
.invFoto { float:left; border:2px solid #999; padding:5px; margin:10px; }
.invRight { float:right; width:680px; padding:5px; margin:10px; }
.invText { padding-bottom:5px; height:177px; margin:20px;}
.miniFoto { float:left; border:5px solid #999; padding:5px; margin-bottom:5px; }

.fotgallery {
	float:left;
	padding:7px;
	margin:5px;
	border:3px solid #841879;

}
	
	

.clearLeft { clear:left; }
.clearBoth { clear:both; }

/* Lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
