/* Galeria */
	.gallery { width: 206px; }
	
	.gallery .img img { display: block; background-color: #fff; border: 1px solid #A8A07A; padding: 3px; }
	
	.gallery dt { height: 26px; line-height: 26px; text-align: center;
					  background: transparent url(../images/layout/other/gallery-dt-bg.gif) repeat-x; }

		.gallery dt a 			{ color: #766F51; text-decoration: none; font: bold 12px Georgia; }
		.gallery dt a:hover 	{ color: #423C21; text-decoration: underline; }
		
	.gallery .desc { color: #7B6923; background-color: #fff; padding: 5px; font-size: 11px; margin-bottom: 15px; line-height: 150%; text-align: justify; }
	
	div.galleryImg { width:100%; text-align: center; }
	div.galleryImg img { display: block; background-color: #fff; border: 1px solid #A8A07A; padding: 3px; margin: 0 auto; }
	
/* Aktualno�ci */
	.news { width: 226px; padding: 9px 7px; margin-bottom: 15px; border-top: 1px solid #A9A17B; border-bottom: 1px solid #A9A17B; background-color: #fff;  }
	.news dt { border-bottom: 1px solid #E1DBC0; padding-bottom: 5px; }
		.news dt a { font-weight: bold; text-decoration: none; color: #18456D; }
		.news dt a:hover { text-decoration: underline; }
		.news dt span { display: block; font-size: 11px; color: #A8A07A; }
	.news .desc { font-size: 11px; color: #2F2911; line-height: 150%; padding-top: 5px; height:8em; }
	.news .link { text-align: right; position: relative; top: 5px; padding-top: 10px; }
		.news .link a { padding: 5px 10px; background-color: #F3EED6; border-top: 1px solid #A9A17B; color: #787153; font-weight: bold; text-decoration: none; font-size: 11px; } 
		.news .link a:hover { border-color: #3D3925; color: #3D3925;  }
		
		
		.offset { position: relative; left: 15px;color: #2F2911; }
		.full { width: 483px;}
		.full dd.desc {
			height:5em;
		}
		
/* Content */
	.content { background-color: #fff; width: 477px; padding: 10px 10px; }
	
	.minheight { min-height: 580px; _height: 580px; }
	.gal-minheight { min-height: 490px; _height: 490px; }
	
	.content h1 { font: bold 18px Georgia; color: #181404; padding-bottom: 5px; border-bottom: 1px solid #E1DBC0; }
	.content h2 { font: bold 13px Tahoma; color: #181404; }
		
		.content h2 a { color: #fff; font-size: 12px; padding: 0 5px 1px 5px; background: transparent url(../images/layout/other/h2-a-bg.gif) center bottom repeat-x; text-decoration: none; }
		.content h2 a:hover { color: #F1BDBD; }
		
	.content blockquote { margin: 0 10px 10px 10px; padding: 20px 10px 10px 30px; font: bold 14px Georgia; color: #787153; background: transparent url(../images/layout/other/quote.gif) 10px 10px no-repeat; 
								 border-bottom: 1px solid #E1DBC0; }
	
	.content p { font-size: 11px; color: #2F2911; line-height: 150%; padding: 5px 0;  }
	
	
	/* Galeria */
	.content .gallery.left { position: relative; top: 15px; }
	.content .gallery.right { position: relative; top: 15px; }
	
	/* Stronnicowanie */
	.num { text-align: center; }
	
		.num a 			{ color: #2F2911; text-decoration: none; padding: 5px 3px; }
		.num a:hover 	{ color: #2F2911; text-decoration: underline; }
		
		.num strong	{ 	font: normal 17px Georgia; color: #fff; padding: 5px;
							background: transparent url(../images/layout/other/num-strong.gif) center 7px no-repeat; }
	
/* Newsletter */
	#newsletter { width: 204px; height: 105px; background: transparent url(../images/layout/newsletter-bg.gif) no-repeat;
					  font-size: 11px; color: #F3EED6; padding: 37px 10px 0 10px; margin-top: 15px; }
	
	#newsletter .input { border: 0; padding: 5px 5px; margin: 5px auto; width: 95%; font-size: 11px; color: #205C8A; display: block; }
	
	#newsletter .plus, #newsletter .minus { border-width: 1px; border-style: solid; width: 25px; height: 25px; color: #fff; font-weight: bold; }
	#newsletter .plus { background-color: #2B7BB6; border-bottom-color: #1E569F; border-right-color: #2260A5; border-top-color: #3496C6; border-left-color: #328EC0; } 
	#newsletter .minus { background-color: #164062; border-bottom-color: #102E46; border-right-color: #12334E; border-top-color: #12334E; border-left-color: #1B4E76; } 
	
/* wiadomości */
div.messagewarning {
	display:block;
	margin: 5px 0;
	padding: 7px 5px;
	padding-left: 32px;
	background-image:url(/images/admin/24-message-warn.png);
	background-position:1% 50%;
	background-repeat: no-repeat;
	border: 1px solid  #fcc3c3;
	background-color: #ffe0e0;
}
div.messageinfo {
	display:block;
	margin: 5px 0;
	padding: 7px 5px;
	padding-left: 32px;
	background-image:url(/images/admin/24-message-info.png);
	background-position: 1% 50%;
	background-repeat: no-repeat;
	border: 1px solid  #bbe1fc;
	background-color: #e0f2ff;
}

/* textarea MCEeditora */
textarea.mceEditor {
	width: 460px;
	height: 350px;
}
textarea {
	width: 180px;
	height: 100px;
}

/* tebla w PA */
table.admin-list td {
	padding: 5px;
	border: 1px solid #ccc;
}
table.admin-list th {
	background-color: #EAE2B8;
	padding: 5px;
	color: #766f51;
	border: 1px solid #205C8A;
}

ul.lista-zdjec-admin {
	list-style: none;
}
ul.lista-zdjec-admin li {
	float: left;
	margin: 3px;
}
ul.lista-zdjec-admin li img {
	float: left;
	margin-right: 10px;
}
/* kontakt form */
form#kontakt-form {
	margin: 10px;
}

/* inPlace Edit */
.inplaceeditor-saving { background: url(/images/admin/wait.gif) top right no-repeat; }

/* showMoreInfo */
.rowNoShow {
	display: none;
}
.sorTable th a {
	color: #404040;
}
ol ul {
	margin-left:10px;
	list-style-position: inside;
	background-color: red;
}
li {
	list-style-position: inside;
}
img.ta-wersja {
	border:2px solid red;
	padding: 2px;
}