.new{
	clear: right;
	text-align: left;
	/*width: 550px;*/
	margin-top: 10px;
	margin-bottom: 20px;
}
.new .top{
	height: 50px;
}
.new .border1{
	background: url('images/news_r.png') no-repeat right top;
	padding-right: 10px;
	height: 50px;
}
.new .border2{
	background: url('images/news_l.png') no-repeat left top;
	padding-left: 10px;
	height: 50px;
}
.new .mid{
	padding: 0 20px 0 10px;
	height: 50px;
	background: url('images/news_m.png') repeat-x top;
}
.new .title{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6px;
}
.new .date{
	/*float: right;*/
	text-align:right;
	font-style: italic;
	font-size: 12px;
	margin-top: -12px;
}
.new .txt{
	padding: 0 20px 0 20px;
}
.new .photo{
	float: right;
	width: 200px;
	height: 200px;
	text-align: center;
}
.new .image-shadow{
	margin: 0;
	margin-right: 20px;
}

.wiecej .guzik{
	cursor: pointer;
	margin-bottom: 8px;
	margin-left: 30px;
}
/*
.wiecej .zawartosc{
	background: #FFFBEF;
	padding: 10px;
	-moz-border-radius: 15px;
}
*/

.pages{
	clear: both;
	text-align: center;
	background: url(images/pagesbg.png) top center no-repeat;
	height: 50px;
}
.pages a{
	background: #CBB67B/*#CFAF40;*/;
	margin: 2px;
	padding: 3px 5px;
	padding-top: 0;
	font-size: 18px;
	-moz-border-radius: 0 0 5px 5px;
	border: none;
}
.pages a:hover{
	background: #E17F42;
	color: #FFF7DC;
}
.pages span{
	background: #FFF7DC;
	color: #E17F42;
	margin: 2px;
	padding: 3px 5px;
	#padding: 6px 5px;
	border-color: #CFAF40;
	padding-top: 0;
	font-size: 18px;
	-moz-border-radius: 0 0 5px 5px;
	border: none;
}