/* CSS Document */
body {
	font: 70% Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	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: #666666;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 940px;  /* 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. */
}
.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	background-image: url(/pic/pp_logo.jpg);
	background-repeat: no-repeat;
	/*height: 150px;*/
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: right;
	background-position: 0px 15px;
}
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRtHdr #menu {
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	height: 23px;
	font-size: 11px;
	text-align: left;
	padding-top: 0px;
	text-align:center;
	text-transform:uppercase;
	
}
.twoColFixRtHdr #menu a{
	color:#FFFFFF;
	text-decoration:none;
	padding-left: 42px;
	padding-right: 42px;
	text-align:center;
}
.twoColFixRtHdr #menu a:hover {
	color:#E8E8E8;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 265px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F4F4F4; /* the background color will be displayed for the length of the content in the column, but no further *//*padding: 15px 10px;*/
}
.twoColFixRtHdr #sidebar1 #texts{
	padding-left:10px;
	padding-right:5px;
}	
.photogall {float:left;margin-right:10px;margin-top:10px;}
.twoColFixRtHdr #mainContent {
	margin: 0 290px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 17px;
}
.twoColFixRtHdr #container #mainContent h1 {
	padding-top: 5px;
	line-height: 27px;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-size:120%;
	padding-top: 5px;
	line-height: 20px;
}
.twoColFixRtHdr #mainContent a{
	color: #E1204D;
}
.twoColFixRtHdr #mainContent a:hover{
	color:#00CCFF;
}
.twoColFixRtHdr #footer {
}
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #banner {
	margin-bottom: 15px;
	margin-right: 15px;
	width:468px;
	height:60px;
}
.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;
}
#newsletter_div {
	background-image:url(/pic/tlo.gif);
	background-repeat:repeat-x;
	background-color:#B8B8B8;
}
.tekst_newsletter {
	padding-top:5px;
	padding-left:10px;
}
.twoColFixRtHdr #htext {
	height: 25px;
	padding-top: 5px;
	color: #E1204D;
	font-weight: bold;
	padding-right: 15px;
}
.twoColFixRtHdr #htext a{
	color:#E1204D;
	text-decoration:none;
}
.twoColFixRtHdr #htext a:hover {
	text-decoration:underline;
}
.twoColFixRtHdr #sidebar1 #ni {
	margin-top: 15px;
}
.twoColFixRtHdr #newsletter_div .tekst_newsletter {
	color: #FFFFFF;
	margin-left: 10px;
}
.twoColFixRtHdr #sidebar1 #newsletter_div .naglowek_newsletter {
	padding-top: 8px;
}
.style1 {color: #E1204D}
#texts a{
	color: #E1204D;
}
#texts a:hover{
	color:#00CCFF;
}

.news_tresc_box{
	background-color:#efefef;
	width:260px;
	margin:0px auto;
}

.news_starzalka{
	float:left;
	width:23px;
	height:25px;
	margin-left:15px;
}

.news_link{
	float:left;
	padding: 1px 2px 2px 1px;
}
td.tdLeft{
	padding-left:4px;
}

a.news_link{
	font-weight:bold;
	text-decoration:none;
}

#mainContent a.news_link:hover{
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

a.news_link:visited{
	font-weight:bold;
	text-decoration:none;
}
