body {
	margin:9px;
	padding:9px;
	background:#FFF;
	color:#000;
	font-family: Verdana, Geneva, Arial CE, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align:left;/*centre for ie5 */
	background-image: url(pic/2.jpg);
}

#container {
	width: 950px;
	background:#0099CC;
	margin:auto;
	text-align:left;
}

#header {
	height: 80px;
	padding: 9px 9px 9px 29px;
	background: #0099CC;
	color: white;
	text-align: left;
	font-style: italic;
	font-weight: normal;
}

#menu {
	padding: 3px;
	margin: 5px;
	margin-top: 9px;
	float: left;
	width: 150px; /* this width is the same as the margin on #middle */
	background: Blue;
	color: White;
	font-weight: bold;
	text-align: center;
}

.item {
	padding: 3px;
	background: Lightblue;
	color: Black;
	text-align: left;
}

#middle {
	margin: 9px;
	padding: 9px;
	background: white; /* background colour of right column */
	margin-left: 170px; /*this is the space for the left column */
	text-align: justify; 
	font-size: 1.1em;
}

* html #middle {height:1%}/* combat ie's 3 pixel jog */

#footer {
	clear: both;
	background: #0099CC;
	color: white;
	font-size: .9em;
	text-align: center;
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 9px;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:active {
	background-color: White;
}

a:hover {
	text-decoration: underline;
}

.katalog{
	margin: 0 auto;
	font-size: 1em;
	width: 80%;
	padding: 0px;
}

.kat_lewa{
	background: White;
	width: 50%;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

.kat_prawa{
	background: White;
	text-align: left;
	padding: 3px;
}

.obieg{
	font-size:1em;
	border:solid;
	border-color: Silver;
}

.jest{
	background:lightblue;
	padding:3px;
	text-align:right;
}

 dl.news
{
  margin: 0;
  padding: 0;
}

.news dt
{
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.news dt img
{
	float: left;
	padding: 5px;
}

.news dd
{
  margin: 0 0 1em 0;
  padding: 0;
}

.news dd img
{
	float: right;
	padding: 5px;
}

table
{
	font-size: 1em;
}

.boksik
{
margin: 0 0 10px 10px;
background-color: white;
padding: 5px;
border-color: blue;
/* border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999; */
font-size: .8em;
font-weight: bold;
color: gray;
}

/* div.boksik img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
} */

