body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	background-image:url(tlo.gif);
	
}
.thrColFixHdr #container { 
	width: 752px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(tlo.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.thrColFixHdr #prawy {
	position: relative;
	width:315px;
	height:400px;
	float:right;

}
.thrColFixHdr #lewy {
	width:463px;
	height:448px;
	position: relative;
	float:left;

} 	 	
.thrColFixHdr #header {  
} 

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 0px;


}
.thrColFixHdr #mainContent {
	width:415px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	clear: none;
	margin-top:10px;
	margin-left:20px;
	padding-top: 45px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color:#89a485;
	background-image:url(tlo_tresc.jpg);
	background-repeat:no-repeat;
} 

.thrColFixHdr #mainContent_about {
	width:627px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	clear: none;
	margin-top:10px;
	margin-left:20px;
	padding-top: 45px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 50px;
	background-color:#89a485;
	background-image:url(tlo_tresc_szerokie.jpg);
	background-repeat:no-repeat;
} 



.thrColFixHdr #mainContent2 {
	width:675px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	clear: none;
	margin-top:10px;
	margin-left:20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color:#92B08E;

	background-repeat:no-repeat;
} 

.thrColFixHdr #footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	margin-left:1px;
	margin-right:1px;
	text-align:center;
	font-size:10px;
	background-image:url(tlo_stopka.gif);
} 
.thrColFixHdr #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 */
}
.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;
}



#form {
	position:relative;
	z-index:100;
	width: 280px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color: #333333;
	padding:10px;
}

.tekst {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
	position:relative;
	z-index:4;
	margin:20px;

	
	visibility:visible;
}

.aktualnosci {
font-family: Arial, Helvetica, sans-serif;
font-style:italic;
font-size:24px;
color: #003300;
}

.newsy_naglowwek {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color: #000033;
}

.data {
font-size:12px;
	color: #660000;
	font-weight: bold;
}
.newsy {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
margin-right:15px;
color:#333333;
text-align:justify;
}

.main_text 
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #003333;
text-align:justify;
}

a:link {
font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size:10px;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size:10px;
}

img {border:0px;}

.videolink{font:Arial, Helvetica, sans-serif;
color:#FFF;
font-size:14px;
text-align:center;
}

.foto-left{
	float:left;
	margin:5px;
}

.foto-right{
	float:right;
	margin:5px;
}