@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #336699;
	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;
}
.menud {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #369;
	background-color: #CACACA;
	padding: 5px;
	border: 1px solid #069;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: -20px;
	margin-left: 1px;
}

.oneColFixCtrHdr #container {
	width: 920px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(tlocont.gif);
}
.tytul {
	font-size: 22px;
	color: #69C;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
}
.tresc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #069;
	padding-left: 20px;
	}

.oneColFixCtrHdr #header {
	background: #DDDDDD;
	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. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-image: url(tloGora.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.oneColFixCtrHdr #footer {
	padding: 0px;
}
#menu_f {
	margin-bottom: -5px;
	margin-left: 6px;
	float: right;
	margin-right: 6px;
}

.oneColFixCtrHdr #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 */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent .tresc img {
	background-color: #FFC;
	padding: 10px;
	border: 1px solid #069;
	margin-right: 25px;
}
.uwaga {
	color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.oneColFixCtrHdr #container #mainContent form div center table tr td table tr td table tr td input {
	text-align: left;
	padding: 5px;
}
.oneColFixCtrHdr #container #mainContent form table tr td table tr td table tr td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-color: #FFC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}
.wymagane {
	background-color: #FCC;
}
.menude {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #369;
	background-color: #CACACA;
	padding: 5px;
	border: 1px solid #069;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: -20px;
	margin-left: 1px;
	text-decoration: none;
}
.licznik {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #69C;
}

