@charset "utf-8";



body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
    background-color: #FFFF00;
	background-image: url(img2009/tlo-nowe.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	position: relative;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 0 18px 0 18px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0;
	margin-right: 20px;
	margin-top: 18px;
}
.twoColFixRtHdr #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 17px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 35px;
	float: left;
	width: 500px;
	margin-top: 18px;
} 
.twoColFixRtHdr #footer {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.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 */
}
.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;
}

.slideshow {
	width: 496px;
	height: 339px;
	overflow: hidden;
	position: relative;
	border: 1px solid #2C4161;
}
.content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 496px;
	min-height: 210px;
	background: url('1x1.png');
	color: #fff;
	padding: 7px;
	font-family: "FreeSans";
	font-size: 8pt;
}
#slideshow-counter {
	border-top: 1px solid #fff;
	padding-top: 7px;
	margin-top: 5px;
}
.container, .hidden {
	top: 0;
	left: 0;
	width: 496px;
	height: 339px;
	position: absolute;
}
.title {
	font-size: 10pt;
	color: yellow;
	margin: 0 0 5px 0;
}
.controls {
	background-color: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.controls span {
	color: #000;
	padding: 3px;
}
.controls span:hover {
	color: red;
	position: relative;
	top: -1px;
	left: 1px;
}

.style24 {
	color: #C00704;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style36 {color: #C00704
}

.style32 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}


A:link {
	COLOR: #000000; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: underline
}
A:active {
	COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000; BACKGROUND-COLOR: #ffcc00; TEXT-DECORATION: none
}
IMG {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
INPUT {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #cccccc 1px solid; COLOR: #000000; BORDER-BOTTOM: #cccccc 1px solid; FONT-FAMILY: arial,verdana,helvetica; BACKGROUND-COLOR: #ffffff
}
TEXTAREA {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #cccccc 1px solid; COLOR: #000000; BORDER-BOTTOM: #cccccc 1px solid; FONT-FAMILY: arial,verdana,helvetica; BACKGROUND-COLOR: #ffffff
}
SELECT {
	FONT-SIZE: 10px; MARGIN: 0px; COLOR: #000000; BACKGROUND-COLOR: #ffffff
}
OPTION {
	FONT-SIZE: 10px; MARGIN: 0px; COLOR: #000000; BACKGROUND-COLOR: #ffffff
}
TABLE {
	text-align: left;

}
radio {
	COLOR: #000000
}
.textTitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif
}
.table {
	PADDING-RIGHT: 15px; PADDING-LEFT: 15px; FONT-SIZE: 10px; BACKGROUND: #ffffff; PADDING-BOTTOM: 15px; COLOR: #000000; PADDING-TOP: 0px; FONT-FAMILY: arial,verdana,helvetica
}
.grille {
	BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; FONT-WEIGHT: bold; BORDER-LEFT: #000000 1px; COLOR: #000000; BORDER-BOTTOM: #000000 1px; FONT-FAMILY: arial,verdana,helvetica; TEXT-ALIGN: center
}
.grilleHead {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 11px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; BACKGROUND-COLOR: #cccccc; TEXT-ALIGN: center
}
.grilleContent {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 10px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.imglink {
	COLOR: #ffffff; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none
}
.imglink:hover {
	COLOR: #ffffff; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none
}
.option {
	WIDTH: 150px
}
.style2 b {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}
.twoColFixRtHdr #container #sidebar1 table tr td p {
	font-weight: bold;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent table tr td .style2 strong {
	text-align: left;
}
