﻿html {
	overflow: -moz-scrollbars-vertical;
}

/*@font-face {
  font-family: test;
  src: url(./gfx/adler.ttf) format("truetype");
}*/

body {
	width:100%;
	margin: 0 0 0 0;
	text-align: center;
	color: #ccc;
	background: #ddd;	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#strona {
	width:780px;
	padding:10px;
	margin: 0 auto;
	border: #eee solid 1px;
	-moz-border-radius: 10px;
}
/* ---------------------------------------------globalne*/
h3 {
	width:95%;
	height:23px;
	padding-left:5%;
	padding-top:10px; 
	display: block;
	font-size: 13px;
	text-shadow: 0.2em 0.2em 0.3em #666;
	background-color: #eee;
	font-family: test, Lucida Grande, sans-serif;
	}
	
h2 {
	text-align: right;
	padding-right:20px;
	font-size: 13px;
	border-bottom: #1f81cb solid 1px;
	}
	
/* ---------------------------------------------logo+menu */
#top {
	width:780px;
	height:150px;
	background-image:url('gfx/bg1.jpg');
	background-attachment: fixed;
	border-top: #aaa solid 1px;
	border-left: #aaa solid 1px;
	border-right: #aaa solid 1px;

}

#logo {
	width:242px;
	border:0px dashed #000;
	height:100px;
	color:#000;
	float:left;
}

#logo img {
	border: 0px dotted #000;
}

.tekst {
	margin-left:14px;
	margin-top:-15px;
	font-size:9px;
	text-align:left;
	float:left;
	text-shadow: 0.2em 0.2em 0.2em #666;
}

/* ---------------------------------------------poczatek.menu */

ul, ul li {
	font-weight:bold;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	border-bottom: 0px solid #fff;
	float: right;
	width: 505px;
	padding-right: 10px;
	padding-top: 30px;
}

ul li {
	float: left;
	margin-right: 20px;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	background-color: #ccc;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #888;
	position: relative;
	top: 1px;
	text-shadow: 0.2em 0.2em 0.2em #666;
}

ul a:hover {
	background-color: #eee;
	border-bottom: #1f81cb solid 1px;
	text-shadow: 0.1em 0.1em 0.1em #333;	
}

/* ---------------------------------------------koniec.menu */

#listing {
	border: 0px dotted #555;
	color:#000;
	font-size: 12px;
	text-align: right;
	padding-right:10%;
}
/* ---------------------------------------------zaraz.pod.top*/
#middle {
	width:780px;
	background-image:url('gfx/bg1.jpg');
	color:#000;
	background-attachment: fixed;
	font-size: 11px;
	border-left: #aaa solid 1px;
	border-right: #aaa solid 1px;
	border-bottom: #aaa solid 1px;
}

/* ---------------------------------------------poczatek.tabeli.plikow.z.ftp */
table {
	width:720px;
	margin: 0 auto;
	border: #666333 solid 0px;
	border-collapse: collapse;
}

tr.beztla {
	background-color: transparent;
}

tr.beztla:hover {
	background-color: transparent;
}

tr {
	background-color: transparent;
}

tr:hover {
	background-color: #eee;
	border:0;
}

td {
	height:20px;
	font-size:11px;
	color:#000;
	text-align:left;
	border-bottom: 1px dotted #fff ; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#middle a:link, a:visited {
	text-decoration: none;
	color: #000;
	/*display: block; */
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
#middle a:hover {
	background-color: #eee;
}


/* ---------------------------------------------karta.pliku*/

#karta {
	margin: 0 auto;
	text-align: left;
	border: 0px dashed #fff ; 
	width:90%;
	}
	

#karta .fileDownloadFile {
	border: 0px dashed #fff ; 
}

#karta .fileDownloadFile  a:hover {
	background-color: transparent;
	border-bottom: 1px dashed #000 ; 
}


/* ---------------------------------------------div.do.pisania(wszystko.po.za.'ftp')*/
#tekst {
	margin: 0 auto;
	width:600px;
	text-align:justify;
	border: 0px solid #fff ; 
}	

/* ---------------------------------------------tabela.inna.niz.ftp(kontakt)*/

#tekst table {
	width: 600px;
	margin: 0 auto;
}

#tekst tr {
	background-color: transparent;
}

#tekst td {
	width:150px;
	height:30px;
	border-bottom: #fff dotted 1px;
}

#tekst  a:link, #tekst a:visited {
	text-decoration: none;
	color: #000;
}

#tekst a:hover {
	color: #333;
	background-color: transparent;
}

/* ---------------------------------------------koniec.tabela.inna.niz.ftp(kontakt)*/

/* ---------------------------------------------stopka*/

#stopka {
	width:100%;
	height: 14px;
	bottom: 5px;
	padding:3px;
	position: fixed;
	letter-spacing: 6px;
	font-size:10px;
	text-align:center;
	background-color: #eee;
	border-top: 1px solid #aaa;
	border-bottom: 2px solid #aaa;
	color:#555;
 	opacity: 0.8;
 	filter: alpha(opacity=80);	
}

/* ---------------------------------------------IE.info*/

#info
{
	background-color: #fff;
	width:100%;
	text-align:center;
	color: #000 ;
	letter-spacing: 2px;
	border: #ccc solid 0px;
}

#info td
{

	width:20%;
	text-align:center;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #aaa ;

}

#info img
{
 	border: 0px solid #aaa ;
 }