body {
	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;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
input { font-size:12px; border: 1px solid #D1D1D1; font-family:Tahoma; text-align:left; color:#666; display:inline;}
img {
	behavior:url(/css/pngbehavior.htc);
}
img {
	border:0;
}
a, a:link, a:visited {
	color:#145b9d;
	text-decoration:none
}
a:hover, a:active, a:focus {
	color:#000
}

.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #dbdbdb;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.thrColFixHdr p {
	font-size:11px;
	color:#666;
/*	text-indent:20px;*/
	margin:0px;
}

.thrColFixHdr h1 {
	font-size:22px;
	color:#00529c;
	text-align:center;
}

.thrColFixHdr h1.art {
	margin: 0;
	margin-bottom: 10px;
	font-size:18px;
	color:#004B95;
	text-align: left;
}

.thrColFixHdr h2 {
	margin: 0;
	margin-bottom: 10px;
	font-size:18px;
	color:#004B95;
	text-align: left;
}

.thrColFixHdr #newsData {
	margin: 0;
	margin-bottom: 10px;
}

.thrColFixHdr h3 {
	color:#666;
	margin:0px;
	font-size:14px;
}
#pasek_nawigacja {
	clear:both;
	width:1000px;
	height:27px;
	background-color:#dbdbdb;
	font-weight: bold;
}

#wypunktowanie ul, ul li {
	display: block;
	text-decoration: none;
	padding:0;
	margin-top:5px;
	margin-left:9px; 
	font-size:11px;
	text-decoration:none;
	color:#666;
}
#wypunktowanie li {
	display: block;
	position: relative;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(/o-nas/images/kolko_siwe.gif) no-repeat 0 4px;
	border: 1px solid #fff;
	overflow: hidden;
}

.artHdr:hover {
	color: #555;
	}
	
.artHdr:active {
	color: #555;
	}

.image_01 {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	float: right;
	}

	/* SEO --------------------------------------------------------------------------------------------- */

#container .headerIns {
	display: block;
	position: relative;
	width: 778px;
	height: 31px;
	overflow: hidden;
	float: left;
	}

.headerIns h1 {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font: bold 24px Tahoma, Geneva, sans-serif;
	color: #23308b;
	}
	
.headerIns h1 span {
	display: none;
	}

	/* SEO stop --------------------------------------------------------------------------------------------- */

















