@charset "iso-8859-2";
/* CSS Document */

body {
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-color: #B6AA84;
	
	margin: 0px 0px 0px 0px;
}

a {
	color: #6A6A6A;
	
	text-decoration: none;
	
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Verdana;
}

a:hover {
	color: #8A8771;
	
	text-decoration: underline;
	
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Verdana;
}

img {
	border: 0px;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", Verdana;
}

input.Text {
	background-image: url(img/input-background.jpg);
	border: 1px solid #9A9693;
	
	text-align: center;
	width: 138px;
	
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Verdana;
}

input.Form, textarea.Form {
	background-image: url(img/input-background.jpg);
	border: 1px solid #9A9693;
	
	width: 300px;
	
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Verdana;
}

select.Form, option.Form {
	background-color: #F7F3E8;
	
	width: 300px;
	
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Verdana;
}

.Lewa {
	background-color: #E3DBC4;
	
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Verdana;
}

.Srodek {
	background-color: #EBE3CE;
	border-left: 1px solid #EBE3CE;
	
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Verdana;
}

.Prawa {
	background-color: #F2EBD8;
	border-left: 1px solid #F2EBD8;
	
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Verdana;
}

.Tresc {
	padding: 5px 5px 5px 5px;
	
	text-align: justify;
	line-height: 170%;

	font-size: 12px;
	font-family: "Lucida Sans Unicode", Verdana;
}

.Naglowek {
	background-image: url(img/headers/naglowek.jpg);
	background-repeat: no-repeat;
	
	color: #5A5744;
	height: 24px;
	
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", Verdana;
}

.Data {
	text-align: right;
	
	color: #847F69;
	
	font-size: 11px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", Verdana;
}

.Zdjecie {
	padding: 4px;
	border: 1px solid gray;
	background-color: white;
	
	margin: 2px;
}

.Pages {
	background-color: #D9D0B5;

	text-align: center;
	
	width: 100%;
	height: 15px;
	padding: 4px;
	
	font-size: 10px;
	font-family: "Lucida Sans Unicode", Verdana;
}

.PagesPrev, .PagesCurr, .PagesNext { width: 33%; float: left; }

.Pages a { text-decoration: underline; font-size: 10px; }
.Pages a:hover { text-decoration: none; font-size: 10px; }

.PhotoCell img {
	background-color: #FFFFFF;
	display: inline;
	margin: 5px;
	padding: 4px;
	border: 1px solid #A0ACC0;
}
											
.PhotoCell a:hover img {border: 1px solid black;}
.PhotoTitle {
	text-align: center;
	font-weight: normal;
	width: 100%;
	margin: 0 3px 3px 3px;
}

.GalleryPhoto {
	float: left;
	display: inline;
	text-align: center;
	height: auto;
	
	vertical-align: middle;
}
											
.thumb a:hover img {border: 1px solid black;}

#Categories { 
	margin: 3px;
	height: auto;
	width: 100%;
	text-align: center;
}

.Category {
	background-color: transparent;
	margin: 3px;
	height: auto;
	width: 100%;
	text-align: center;
}