TABLE {border: 1px;}
TD, BODY {
font-family:Verdana;
font-size:11px;
color:#FFFFCC;
line-height: 15px;
letter-spacing: 0px;
font-stretch:wider;
}


/* Linki */


.menulog,A:link {
        font-family:Verdana;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing:0px;
	text-decoration: none;
        color:#666655;
        font-stretch:normal;
}
.menulog:link {
        font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing:0px;
	text-decoration: none;
        color:#666655;
        font-stretch:normal;
}
.menulog:Hover {
        font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing:0px;
	text-decoration: none;
        color:#666655;
        font-stretch:normal;
}

A,A:link {
        font-family:Tahoma;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing:0px;
	text-decoration: none;
        color:#666655;
        font-stretch:wider;
}

A:Hover {
        font-family:Tahoma;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing:0px;
	text-decoration: none;
        color:#999977;
        font-stretch:wider;
}

/*Tlo*/
.tlo {
background-image: url(tlo2.jpg);
background-position:top left;
background-repeat:no-repeat;
}

/*Czcionki*/

.nag {
	font-family:Tahoma;
	font-size:14px;
	letter-spacing:0px;
	line-height:18px;
	font-weight:normal;
	color:#958d81;
	text-decoration:none;
}
.nag2 {
	font-family:"Trebuchet MS";
	font-size:18px;
	letter-spacing:0px;
	line-height:26px;
	font-weight:bold;
	color:#AA8855;
	text-decoration:none;
}
.dol {
	font-family:Tahoma;
	font-size:10px;
	letter-spacing:0px;
	line-height:14px;
	font-weight:normal;
	color:#959595;
	text-decoration:none;
}

/* Wypunktowanie */
.kropki{
        border-style: dotted;
        size:1px;
        width:100%;
        color:#BBBBBB;
    }
/*Pasek*/
.pasek {
    color:#453d31;
    border-style:solid;
}

/*Kwadraciki wypunktowanie*/

.kwadrat {
    color:#453d31;
    vertical-align:middle;>
}
    
/*Odstepy*/

.odstepy {
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}

/*Ramki*/
.ramkastrona{
    border-top:3px solid #453d31;
    border-left:3px solid #453d31;
    border-right:3px solid #453d31;
    border-bottom:3px solid #453d31;
    border-style: solid;
    border-collapse:collapse;
}

/*przenikanie fotek*/

.przez img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}

.przez:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.przez img{
border: 1px solid #ccc;
}


/*menu*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font-family:Tahoma;
font-size: 12px;
font-weight:normal;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 8px; /*padding inside each tab*/
border-right: 8px solid black; /*right divider between tabs*/
color: white;
background: #453d31; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


/*menu 2*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs2{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs2 ul{
margin: 0;
padding: 0;
padding-left: 15px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs2 li{
display: inline;
margin: 0;
}

.mattblacktabs2 li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 6px; /*padding inside each tab*/
border-right: 6px solid black; /*right divider between tabs*/
color: white;
background: #332222; /*background of tabs (default state)*/
}

.mattblacktabs2 li a:visited{
color: white;
}

.mattblacktabs2 li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}















/*LIGHT BOX*/

#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;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */