<!--


	/* ustawienia globalne */

* {
	margin : 0;
	padding : 0;
	}

body {
	margin : 0;
	padding : 0;
	background : #939393;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	background-image: url('../_images/bg_main.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;
	}


table {
	border : 0px;
	}

td {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	text-align : justify; 
	vertical-align : top;
	}

div {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	text-align : justify; 
	vertical-align : top;
	}
	
a {
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	}
a:hover {
	color : #ffd200;
	}

img {
	border : 0px;
	}

h1 {
	font-size : 18px;
	color : #ffd200;
	font-weight : lighter;
	padding : 0 0 30px 0;
	}

h2 {
	font-size : 12px;
	color : #ffd200;
	font-weight : lighter;
	padding : 0 0 30px 0;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size : 9px;
	}

li {
	height : 12px;
	}

	/* nośnik treblinek */

#container {
    width : 690px;
    height : 100%;
    padding : 0;
    margin: 0px auto;
    vertical-align : top;
	background : #939393;
	background-image: url('../_images/bg_table.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
    }


	/* tabele */

#table_main {
	width : 690px;
	height : 100%;
	text-align : center;
	}




	/* komórki */

#top {
	height : 216px;
	}

#menu {
	height : 30px;
	}

#menu_in {
	width : 400px;
	padding : 10px 0 0 140px;
	text-align : center;
	font-size : 14px;
	}

#baner {
	height : 80px;
	text-align : center;
	padding : 50px 0 0 0;
	}

#left {
	width : 550px;
	padding : 20px 0 0 30px
	}

#left_in {
	padding : 0 40px 30px 40px;
	}

#right {
	width : 160px;
	padding : 20px 0 0 30px;
	text-align : center;
	}

#right_in {
	padding : 30px 0 0 0;
	text-align : center;
	}

#foot {
	height : 50px;
	width : 690px;
	padding : 10px 0 0 0;
	font-size : 9px;
	color : #ffffff;
	text-align : center;
	background-image: url('../_images/bg_foot.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	}


#counter {
	padding : 15px 0 0 145px;
	align : center;
	font-size : 16px;
	}


.green {
	color : #dee13d;
	}

	/* grafiki */

.itop {
	width : 9px;
	height : 9px;
	margin : 0 50px 0 0;
	}

#ibig {
	width : 230px;
	height : 170px;
	margin : 0 15px 15px 0;
	float : left;
	}

#ithumb {
	width : 100px;
	height : 75px;
	}

	/* linki */

.amid {
	color : #00aced;
	}

.amenu {
	color : #ffffff;
	padding : 0 0 8px 0;
	}
.amenu:hover {
	color : #000000;
	border-bottom : 5px solid #000000;
	
	}

.afoot {
	color : #8f8f8f;
	}
.afoot:hover {
	color : #dee13d;
	}

.afoot_2 {
	color : #717070;
	}
.afoot_2:hover {
	color : #8f8f8f;
	}

	/* form */

.button {
    width : 50px;
    padding : 2px;
    }

input {
    width : 230px;
    padding : 4px;
    font-family : tahoma, geneva, arial, sans-serif;
    font-size : 10px;
    color : #000000;
    background-color : #939393;
    border : 1px solid;
    border-color : #000000;
    }
    
textarea {
    width : 230px;
    height : 200px;
    padding : 2px;
    font-family : tahoma, geneva, arial, sans-serif;
    font-size : 10px;
    color : #000000;
    background-color : #939393;
    border : 1px solid;
    border-color : #000000;
    }




.form_l {
	width : 100px;
	height : 25px;
	font-size : 10px;
	float : left;
	}
	
.form_r {
	width : 300px;
	height : auto;
	text-align : right;
	}	

.form_in {
	width : 200px;
	height : 25px;
	padding : 4px 5px 0 5px;
	margin : 0 0 10px 0;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #b4b4b4;
	background : #5d5d5d;
	border : 1px solid #606061;
	}

.form_txt {
	width : 200px;
	height : 150px;
	padding : 4px 5px 5px 5px;
	margin : 0 0 10px 0;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #b4b4b4;
	background : #5d5d5d;
	border : 1px solid #606061;
	}

.form_button {
	width : 100px;
	height : 20px;
	padding : 0 5px 4px 5px;
	margin : 30px 0 10px 0;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : 11px;
	color : #b4b4b4;
	background : #5d5d5d;
	border : 1px solid #606061;
	}

.form_left {
    width : 120px;
    padding : 0px;
    vertical-align : top;
    }

.form_right {
    width : 240px;
    padding : 0px;
    padding-bottom : 3px;
    text-align : right;
    }
	
#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(../_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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

-->
