@charset "iso-8859-2";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #808080;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #808080;
	margin: 0px auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
.oneColFixCtrHdr #header {
	background: #808080;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../_images/tlo1.jpg);
	margin: 0px;
	width: 1000px;
	height: 550px;
	text-align: center;
}
.opis_maly {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: center;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}

.opis_std {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}
.dane_kontaktowe {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: center;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}
.link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #C00;
}
