@charset "iso-8859-2";
body  {
	font: 100% Verdana, Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	background: #ffffff;
	background-image: url(images/tlo.jpg);
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.thrColFixHdr #container {
	width: 998px; 
	margin: 0 auto;
	padding: 0 0px 0 0px;
	border: 0px solid #000000;
	text-align: left;
} 
.thrColFixHdr #header {
   width: 600px;
   height: 145px;
	padding: 0 0px 0 0px;
   float: left;
} 

.thrColFixHdr #loginsy {
	width: 398px;
	margin: 0 auto;
	height: 145px;
	border: 0px;
	padding: 0 0px 0 0px;
   float: right;
	text-align: center;
} 
.thrColFixHdr #loginsy input {
	margin: 0;
	padding: 0;
} 

.thrColFixHdr #header img {
	border: 0px;
} 
.thrColFixHdr #menu {
	width: 998px;
	height: 30px;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
   float: left;
	font-size:8px;
	background-image: url(images/m0.jpg);	
} 

.thrColFixHdr #header h1 {
	margin: 0;
	padding: 0px 0;
}
.thrColFixHdr #sidebar1 {
	float: left;
	line-height: 20px;
	width: 1px;
	padding: 10px 0px 10px 10px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #mainContent { 
	margin: 0px 8px 0px 10px; /*  10px 8px 0px 190px; the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 5px; /* 0px 15px; remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	width:778px;
} 
.thrColFixHdr #footer {
	padding: 0 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background-image: url(images/Stopka.gif);
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	background:#FFFFFF;
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColFixHdr #footer_napisy {
text-align:center;
	background:#FFFFFF;
	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;
}

#kosz {
font-size:11px;
}

a:hover { color: red }

a{
color: blue;
text-decoration: none
}

td{
font-size:12px;
}

th{
font-size:9px;
font-weight: normal;
text-align: left; 
}

/* pokaz promocje, czyli baner */

#baner {
  background-color: #FFFFFF;
  border: 0;
  margin: 0 auto;
  margin-top: 20px;
  /*overflow: hidden;
  position: relative;
  visibility: visible;
  z-index: 2;
  */
  width: 550px;
}
#baner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  margin-left: 25px;
  /*
  position: relative;
  width: 2890px;
  z-index: 1;
  left: -1020px;
  */
}
#baner li {
  float: left;
  height: 81px;
  overflow: hidden;
  width: 130px; /*szerokosc img + div.margin */
  border: 0;
  margin: 0;
}
#baner img {
  background-color: #FFFFFF;
  height: 81px;
  margin: 0;
  width: 89px;
  border: 0;
}
#baner a {
  text-decoration: none;
  border: 0;
}
#baner .margin {
  width: 41px;
}
.podzial {
  display: block;
  clear: both;
}

/* strona lewa */
div.baner.lewa{
    margin-top: 30px;
}
div.baner.lewa h4{
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}
div.baner.lewa h4 a{
    font-weight: bold;
}


