@charset "UTF-8";
body  {
	background: #666666;
	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: #122d05;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#mainContent a {
	color: #122d05;
	font-style: italic;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url(images/Orlik_orzel.jpg);
	height: 146px;
	background-repeat: no-repeat;
	border: 0;
} 
.twoColFixLtHdr #mainContent-wyzsza {
	float: left;
	width: 1015px;
	background-image: url(images/Orlik_bok-wyzszy.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent {
	border: 1px solid #515F27;
	float: left;
	width: 848px;
	padding: 0 0 0 20px;
	margin: 0 0 20px 135px;
} 
#mainContent img {
	border: 0px;
}
#mainContent    p   {
	margin: 8px 0 0 0;
	line-height: 120%;
}
ul  {
	line-height: 120%;
	padding: 0;
	margin: 10px 0 10px 10px;
}
#txt  {
	float: left;
	padding: 20px 30px 10px 30px;
	width: 480px;
}
#txt .wyoznienie {
	font-weight: bold;
	padding: 10px 0 10px 0;
}
#zdjecia  {
	float: right;
	width: 290px;
	text-align: right;
	background-image: url(images/cien-zdjecia.jpg);
	background-repeat: repeat-y;
}
#zdjecia img, .min {
	margin: 1px;
}
#mainContent .bold {
	font-weight: bold;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #637430;
	color: #FFFFFF;
	font-size: 80%;
} 
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
}
.twoColFixLtHdr #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 */
}
#index .index {
	height: 146px;
	width: 150px;
}	
#index {
	float: left;
}
.index {
	display: block;
}
#navi {
	padding: 21px 0 0 465px;
	color: #FFFFFF;
	height: 125px;
}
#menu {
}
h1 {
	font-weight: normal;
}
h2 {
	margin: 10px 0 0px 0;
}
#menu td {
	width: 33%;
	padding: 0 5px 0 5px;
}
#menu a:link {
	color: #c1d4b9;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted;
}
#menu a:visited {
	color: #c1d4b9;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted;
}
#menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#menu  #aktywne  {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.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;
}
.galeria-inne {
	margin: 30px;
}

