@charset "utf-8";
h1 {
	font-size: 17px;
	color: #FFF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
h2 {
	font-size: 18px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 16px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-size: 14px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}
h5 {
	font-size: 12px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h6 {
	font-size: 13px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}
p {
	font-size: 12px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: #0F0;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	text-decoration: underline;
	color: #0F0;
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
	color: #F00;
	font-size: 14px;
}
a:active {
	text-decoration: none;
	font-size: 14px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: fixed;
	background-image: url(nawigacja/tlo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	background-color: #000;
} 
.twoColFixLtHdr #header {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 200px;

} 
#navigacja {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 31px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#sidebarLewy1 {
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 600px;
} 
#zawartosc1 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#zawartosc2 {
	padding: 5px;
	margin: 0px;
}

.twoColFixLtHdr #footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 100px;
	background-image: url(nawigacja/footerTlo.jpg);
	background-repeat: no-repeat;
	color: #F00;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;

} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#tabela1 {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}
#tabela1 th {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #000;
	color: #090;
	letter-spacing: 0.2em;
	text-transform: capitalize;
}
#tabela1 td {
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #837D3F;
	border-left-color: #837D3F;
	border-top-width: 7px;
	border-top-style: double;
	border-top-color: #ABAB75;
}
.malaczcionkaTel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	text-align: right;
	margin-right: 4px;
}
.opisTAbeli {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.nazwaTAbeli {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #000;
	text-align: center;
}
#form1 input    {
	background-color: #3D3B12;
	border: 2px double #551c35;
	padding: 0.25em;
	border-top-color : #79773E;
	color:#FFF;
	text-transform:uppercase;
}
#form1 input:hover  {
	background-color: #81090A;
	
}
.srodekCos {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigacjaPRZyciskow {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.justyfik {
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 8px;
	border-top-style: double;
	border-top-color: #0F0;
	padding-top: 5px;
	border-bottom-width: 5px;
	border-bottom-style: groove;
	border-bottom-color: #060;
	padding-bottom: 2px;
}
.hideem {
	position: absolute;
	top: 300px;
	right: 3500px;
}
.nazwaTabelaNowe {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #090;
	text-align: center;
}
.cenaT {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F00;
	text-align: right;
	margin-right: 4px;
}
.winko {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FF0;
	text-align: center;
}

