/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
	background-image: url(images/tlo_main.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 820px;  /* 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: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	height: 108px;
	margin: 0 6px 0 6px;
	padding: 0;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #372626;
	text-decoration: none;
}
.text_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.text_small:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.text_small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.text_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text_menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.text_menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.text_title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.text_tresc1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}
.text_tresc1_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}
.text_tresc1_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #372626;
	text-decoration: none;
}
.text_tresc1_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #372626;
	text-decoration: underline;
}
.text_tresc1_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}
.text_tresc1_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.text_breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}
.text_breadcrumbs:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	text-decoration: underline;
}
.text_breadcrumbs_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}


.oneColFixCtrHdr #top_bar {
	margin: 0 6px 0 6px;
	background-color: #dbe4d1;
	background-image: url(images/top_bar_bg.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0 6px 0 6px;
}
.oneColFixCtrHdr #middleContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0 6px 0 6px;
}
.oneColFixCtrHdr #footer {
	margin: 0 6px 0 6px;
	background:#dbe4d1;
	background-image: url(images/bottom_bar_bg.gif);
	background-repeat: no-repeat;
	height: 60px;
	padding: 0;
}
.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 #sidebar1_p {
	float: right;
	width: 200px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 6px;
	background-image: url(images/tlo_sidebar1.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
.oneColFixCtrHdr #mainContent_p {
	margin: 0 6px 0 6px; /* the left margin will look best if you match the padding amount to the header and footer. */
	padding: 0;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.aLinkKol { text-decoration: none;}
a.aLinkKol:hover { text-decoration: none; color: #990000;}

#warstwatlaFlash {position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; z-index: 499; background-color: #FFFFCC;}
#warstwaPrezentacjiFlash{ position: absolute; top: 50px; left: 50px; z-index: 500 !important; font-size: 12px; font-family: verdana;}
#warstwaPrezentacjiFlash fieldset {background-color: #FFFFFF; border: 2px solid #FF9900; display: block; padding: 10px; font-size: 12px}
#warstwaPrezentacjiFlash h1 {color: #990000; font-size: 14px; font-size: 14px; font-variant: small-caps;}
#otokFotm { height: 47px; margin: 18px 0px 0px auto; border-top: 1px solid #DBE4D1; border-left: 1px solid #DBE4D1; background-color: #DBE4D1;  }
#formSprawdz  { display: block; font-size: 12px; }
#formSprawdz span.tyt {font-size: 12px; color: #4B5043; margin:2px 5px 5px 5px; font-variant: small-caps; font-weight: bold; display: block;}
#formSprawdz input {width: 110px; font-size: 12px; border: 0px; color: #465733; border-bottom: 1px solid #DBE4D1; border-left: 1px solid #DBE4D1;  }
#formSprawdz br {clear: both;}
.buttFormSp {font-size: 12px;cursor: pointer;  }
.buttFormSp:hover {}
.buttFormSp img {  float: right; margin-right: 20px;}
#zamknijImg {cursor: pointer; float: right; margin-right: -5px; margin-top: -5px}
#odpowiedzSprawdz { line-height: 30px; text-align: left; padding: 0px 20px;}
.lewyDivForm { text-align: center;font-size: 12px;}