@charset "utf-8";
/* CSS Document */
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 zawart in IE 5* browsers. The text is then set to the left aligned default in the #zawart selector */
	color: #3C280D;
	background-image: url(podst/grad_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #e5e9d9;
}
#zawart {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#mainContent .brdr {
	background-color: #FFF2D7;
	border: 1px solid #E07407;
}

	 
 #nagl {
	padding: 0;  /* 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-bottom: 10px;
	height: 357px;
	background-image: url(podst/pasek_gora_reszta.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#nagl_gl {
	padding: 0;  /* 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-bottom: 10px;
	height: 430px;
	background-image: url(podst/pasek_gora.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
 #nagl 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 */
}

#zawart #nagl ul, #zawart #nagl_gl ul {
	margin:0 0 20px 280px;
	list-style:none;
	padding:0;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#zawart #mainContent .pozost .wciec img {
	padding-left: 10px;
}
#zawart #mainContent .pozost .wciec {
	padding-left: 10px;
}
#zawart  #mainContent  .pozost  .lnk_r  {
	text-align: right;
	line-height: 0px;
	font-size: 0.9em;
	vertical-align: top;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#zawart #nagl li,#zawart #nagl_gl li {
	float:left;
	margin-left: 0px;
	margin-bottom: 0px;
}

#zawart #nagl a,#zawart #nagl_gl a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #3A4266;
	text-decoration: none;
	height:22px;
	display:inline;
	
	background-repeat: no-repeat;
	background-position: center 0;
	text-align: center;
	padding: 5px;
	/*border: dotted 1px #AAAAAA;*/
}

#zawart #nagl a:hover {
	color: #42373D;	/*background-image: url(../glowna/lnk_bg.png);*/
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 0px;
	text-align:justify;
	margin-left: 10px;
	padding-bottom: 15px;
}
#zawart #mainContent .pozost {
	margin-right: 300px;
}

#mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.7em;
	line-height: 1.6em;
	text-align:justify;
} 
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	color: #191919;
	margin-top: 1em;
	/*margin-left: 25px;*/
	font-weight: normal;
}
#mainContent h1{
	font-size:1.9em;
	color: #191919;
}
#mainContent h2{
	font-size:1.5em;
}
#mainContent h3{
	font-size:1.3em;
}
#mainContent h4{
	font-size:1.1em;
}

#mainContent ul {
	line-height: 1.8em;
}
#mainContent a {
	text-decoration: none;
	color: #28477a;
}

#mainContent a:hover {
	text-decoration: underline;
	border:none;
	color: #825226;
}
#mainContent a:visited {
	text-decoration: none;
	color: #825226;
}
#mainContent a:visited:hover {
	color: #000000;
}
#zawart #mainContent .box_1 {
	width: 270px;
	float: left;
}
#zawart #mainContent .box_2 {
	width: 270px;
	float: left;
	margin-left: 35px;
}
#zawart #mainContent .box_3 {
	width: 270px;
	float: left;
	margin-left: 35px;
}

#stopka {
	margin-top:15px;
	padding: 0 10px 0 20px;
	font-size:10px;
	color:#8998ab;
	background-image: url(podst/bg_stopka.jpg);
} 
#stopka p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 0;
}
#zawart #stopka .class {
	float: right;
}

.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;
	margin-top:175px;
}

#zawart #nagl .fltrt a img {
	/*margin-right: 10px;*/
	border:#000000 1px solid;
	/*margin-right: 10px;*/
	/*padding-top:175px;*/
}
.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 zawart that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
#zawart #mainContent .pozost .lista1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D4D0C8;
	font-style: normal;
	line-height: normal;
	padding-left: 10px;
}
#zawart #mainContent .pozost .listA {
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C63336;
	font-weight: bold;
}
#zawart #mainContent .pozost .listB {
	padding-left: 30px;
}
#zawart #mainContent .pozost .list_p {
	padding-left: 30px;
	list-style-image: none;
	list-style-type: circle;
}
#zawart #stopka .st_1 {
	height: 25px;
	width: 270px;
	padding-bottom: 0px;
	padding-top: 12px;
}
#zawart #stopka .St_2 {
	height: 25px;
	width: 175px;
	margin-top: -37px;
	padding-top: 12px;
	float: right;
	background-position: right;
}
#zawart #mainContent .pozost .wiecej {
	font-size: 9px;
	padding-left: 15px;
}
s
#zawart #mainContent .pozost .listC {

	padding-left: 30px;
}
#zawart #mainContent .pozost .wciec60 {

	padding-left: 60px;
}
#zawart #mainContent .pozost .wiecej_bw {

	font-size: 9px;
}
#zawart #stopka a {
	color: #627388;
	text-decoration: none;
}
#zawart .pozost #spis {
	border: none;
	border-color:#FFFFFF;
;
}
#zawart .pozost #spis td {
	border-bottom: 1px solid #AAA;
	
}
#zawart .pozost #spis .symb {
	border-right: 1px solid #AAA;
}
#zawart .pozost #spis .ciemne {
	background-color:#CCCCCC;
}#zawart #mainContent .pozost .wciec30 {


	padding-left: 30px;
}
#zawart .pozost #spis .zolte {

	background-color:#FFFF80;
}
#zawart #mainContent .pozost .zolte_tlo {
	background-color: #FFFF00;
}
#zawart #mainContent .pozost .czerw_skresl {
	color: #FF0000;
}
#zawart #mainContent .pozost .czerw_kursywa {
	color: #FF0000;
	font-style: italic;
	font-size: 10px;
}
