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

body {
	margin: auto;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #9d9c9c;
	background-color: #ffffff;
	cursor: default;
}

img {
	border: none;
}


#contener {
	width: 960px;
	margin: auto;
	background-image: url('images/contener.gif');
	background-repeat: repeat-y;
	padding: 0px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

#lewa {
  float: left;
  width: 228px;
  padding: 0px;
  background-image: url('images/lewa-tlo.gif');
  background-repeat: repeat-x;
  color: #ffffff;
  min-height: 500px;
}

#content {
  padding-left: 10px;
  width: 710px;
	font-size: 11px;
	line-height: 16px;
}

#stopka {
	height: 30px;
	font-size: 11px;
	background-image: url('images/stopka.gif');
  background-repeat: repeat-x;
	color: #909090;
	line-height: 16px;
}


/* Globale */

h1 {
	font-size: 17px;
	margin: 5px 0px 10px 0px;
	font-family: "Trebuchet MS", sans-serif, verdana;
	color: #d0281a;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana;
	color: #a0a0a0;
	font-weight: bold;
}

td{
	font-size: 11px;
}

/* Linki */

a:active, a:focus, a:link, a:visited {
	color: #d0281a;
	text-decoration: none;
}

a:hover {
	color: #707070;
	text-decoration: none;

}

/* Formularze */

.form_01 {
	font-size: 10px;
	color: #606060;
	background-color: #fafafa;
	border: 1px solid #b8281c;
	font-family: Verdana, Arial, Helvetica;
	padding: 2px;
	margin: 2px;
}

.dat1 {
  padding: 4px;
  background-color: #fcfcfc;
}

.dat2 {
  padding: 4px;
  background-color: #f3faff;
}

/* ######################### */
/*          Menu            */

.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1-active {
    padding: 3px 10px 3px 10px;
    border-top: 1px solid #dfddcb;
    background: #fafaf7;
    color: #366c9a;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    border-top: 1px solid #dfddcb;
    background: #366c9a;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}



.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    color: #366c9a;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    border-bottom: 1px solid #dfddcb;
}
.ddmx .item2 {
    background: #fafaf7;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #366c9a;
    color: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border-top: 1px solid #dfddcb;
    border-right: 1px solid #dfddcb;
    border-left: 1px solid #dfddcb;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #dfddcb;
}


/* lightbox */

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

#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/lightbox/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/lightbox/prev.png) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/next.png) right 50% no-repeat; }


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

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
