@charset "windows-1251";
body {
	font: normal 10pt/normal Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
}
.oneColFixCtrHdr #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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;

}
.oneColFixCtrHdr #mainContent {
	padding: 0;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/zel_niz.gif) repeat-x;
	height: 53px;
	border-style: none;
}
.menuvert {
	cursor:default;
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}
.menuvert:hover {
	cursor:pointer;
	color:#555555;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}
.menugoriz {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
}
.menugoriz:hover {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
}
.content {
	text-align: justify;
	font: 12pt Arial, Helvetica, sans-serif;
	color: #555555;
}
.podpis {	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align:center;
}
.vremya {
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #555555;
	text-align: right;
}
