@charset "windows-1250";

body{
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.style1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	}
	.aktualnosci1{
	text-shadow: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #851D1D;
	}
		.aktualnosci0{
	text-shadow: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #D23A00;
	text-decoration: underline;
	}
	
.style11 {
	font-size: 14px;
	color: #000000;
	margin-left: 80px;
	margin-right: 20px;
	margin-top: 5px;
	}
.style2 {
	font-size: 18px;
	color: #663333;
	margin-top: 5px;
}
	
.style4 {
	text-align: left;
	padding-left: 20px;
}
.style5 {
	font-size: 10px;
	color: #999999;
	}

.style3 {
	font-size: 14px;
	color: #663333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {
	font-size: 12px;
	color: black;
	}
.style7 {
	font-size: 11px;
	color: #999999;
	}

body {
	margin-left: 0px;
	background-color: #e7e1af;
}

a.style3:link{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
a.style3:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
a.style3:hover {
	color: #D1561A;
font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
a.style3:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
a.style3.act{
   	color:#CC6666;
	font-size: 14px;
	font-weight: normal;
}
a.style5:link{
	text-decoration: none;
}
a.style5:visited {
	text-decoration: none;
}
a.style5:hover {
	color: #D1561A;
}

a.style5.adres{
	font-size: 11px;
}
a.style6:link{
	text-decoration: none;
}
a.style6:visited {
	text-decoration: none;
}
a.style6:hover {
	color: red;
	font-size: 12px;
}
a.style6:active {
	color: black;
}
.numerowanie {
	font-size: 13px;
	text-decoration: none;
	color: #663333;
}
a.numerowanie:visited {
	text-decoration: none;
}
a.numerowanie:hover {
  font-size: 15px;
  color: #D1561A;
}
.numerowanie_aktywne {
	font-size: 15px;
	text-decoration: none;
	color: #D1561A;
}

.obra {
	background-color: #CCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 5px;
	padding: 5px;
}


.imagecontainer{
				  float:left;
				  clear:left;
				  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
				  background: url(images/shadow.gif) no-repeat bottom right;
				  margin: 10px 0 10px 10px !important;
				  margin: 10px 0 10px 5px;
				  display: inline;
			}
			.imagecontainer img{
				display: block;
				position: relative;
				background-color: #fff;
				border: 1px solid #a9a9a9;
				margin: -6px 6px 6px -6px;
				padding: 4px;
			}
			
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #e6e3d0;
		padding: 10px;
		width: 725px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; 
	/*
					float:left;
				  clear:left;
				  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
				  background: url(images/shadow.gif) no-repeat bottom right;
				  margin: 10px 0 10px 10px !important;
				  margin: 10px 0 10px 5px;
*/
	
	
	}
	#gallery ul img {
		border: 5px solid #CCCCCC;
		border-width: 5px 5px 20px;
	/*	
		
		display: block;
				position: relative;
				background-color: #fff;
				border: 1px solid #a9a9a9;
				margin: -6px 6px 6px -6px;
				padding: 4px;
		*/
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #666666; }		

