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

html, body {
	background-image:url(img/bg.png);
	background-repeat:repeat-x;
	background-color:#16217c;
	margin: 0px;
	padding: 0px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

#main {
	width: 891px;
	height: auto;
	margin: 0px auto;
	margin-left:auto;
	margin-right:auto;
}

/* logo */
#logoBG {
	width: 891px;
	height: 157px;
	background-image:url(img/bgL.png);
	background-repeat:no-repeat;
	background-position:left;
}

#logo {
	width: 891px;
	height: 128px;
	background-image:url(img/logo.png);
}

/* kartka przy logo */
#kartka {
	width: 214px;
	height: 155px;
	background-image:url(img/kartka.png);
	background-repeat:no-repeat;
	float:right;
	margin-right: 50px;
}

#kartkaTytul {
	width:204px;
	height:20px;
	padding-left: 10px;
	padding-top: 5px;
	color:#0013cd;
	font-size: 16px;
}

#kartkaTresc {
	width:174px;
	height:130px;
	padding-left: 20px;
	padding-right: 20px;
	color:#000;
	font-size:12px;
	text-align: left;
	line-height: 22px;
}

.kartkaKontakt {
	 background-position:left;
	 background-repeat:no-repeat;
	 height:30px;
	 clear:both;
	 padding-top: 7px;
	 font-size:13px;
}

.kartkaLink {
	color:#000;
	text-decoration:none;
}

.kartkaZdjecie {
	width: 140px;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	margin-top:5px;
}

.kartkaZdjecie:hover {
	border-color:#ea8a00;
}

/* glowna treść */
#kontener {
	width: 891px;
	min-height: 309px;
	background-image:url(img/bgPatt.png);
	border-style:solid;
	border-width:1px;
	border-color:#000;
}

#dzial {
	width: 871px;
	height: 30px;
	padding-right: 20px;
	color:#5f63b7;
	text-align:right;
	font-size:26px;
	font-weight:bold;
}

#tresc {
	background-image:url(img/bgT.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	width: 861px;
	min-height: 279px;
	padding-left: 20px;
	padding-right: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	padding-bottom: 15px;
	text-align:left;
}

/* menu */
#pasekMenu {
	width: 893px;
	height: 45px;
}

.przyciskMenu {
	width: 110px;
	height: 25px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-image:url(img/bgPatt.png);
	border-style:solid;
	border-width:1px;
	border-color:#000;
	border-top: none;
	padding-top: 5px;
	text-align:center;
	font-size: 18px;
	float: right;
}

.przyciskMenu:hover {
	background-image:none;
	background-color:#03145f;
	padding-top: 12px;
	height: 24px;
}

.linkMenu {
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
}

/* obraz w omnie */
.ja {
	border-style:solid;
	border-width:1px;
	border-color:#000;
	margin-left: 10px;
	margin-right: 30px;
}

/* kontakt */
.kontakt {
	width:287px;
	height:200px;
	margin-top: 20px;
	text-align:center;
	font-weight:bold;
	float:right;
}

.kontaktLink {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

/* kolor linków po najechaniu */
.linkMenu:hover, .kontaktLink:hover, .kartkaLink:hover {
	color: #ea8a00;
}

/* lista projektów */
.listaProjekt {
	width: 287px;
	height: 120px;
	text-align:center;
	margin-top: 25px;
	float: left;
}

/* okno projektu */
#projektObraz {
	width: 462px;
	height: 230px;
	margin-top: 20px;
	float: left;
}

.projektObrazLink {
	border-style:solid;
	border-width:1px;
	border-color:#000;
}

.projektObrazLink:hover {
	border-color:#ea8a00;
}

#projektInfo {
	width: 380px;
	margin-left:10px;
	margin-top: 20px;
	float:left;
}

/* strzalki */
#projektStrzalkaLewo, #projektStrzalkaPrawo {
	width: 430px;
	text-align:center;
	float:left;
	margin-top:10px;
}

.strzalkaObraz {
	border:none;
}

/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./img/lightbox/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
