@charset "utf-8";

body  {
	font-size: 62.5%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background: #333 url(images/bodybg2.jpg) no-repeat top center;
	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;
}

.twoColFixLtHdr #wrapper { 
background: #FFFFFF url(images/tlo3.jpg) no-repeat top left;
width: 780px;
margin: 0 auto;
}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 80px auto 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. */
	font-size: 1.3em;
	line-height: 1.4em;
} 
.twoColFixLtHdr #header {
	height:110px; 
	background: url(images/header3.jpg) no-repeat; 
	margin: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px;
	padding: 0 20px;
} 

.content {
padding: 20px 30px 0 0;
}

.content img{
float: right;
clear: right;
margin: 0 -15px 0 5px;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1D699F url(images/menu_tlo2.jpg) repeat-x;
	color: #fff;
	margin: 20px 0 0 0;
} 
.twoColFixLtHdr #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 */
	float:right;
}
.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;
}

dl { width: 200px; 
	margin: 5px 0 0 10px;
	border: #ccc solid 1px;
	padding: 2px; 
	}
 
	dt {
	background: #1d699f url(images/menu_tlo1.jpg) repeat-x;
	padding: 5px 5px 5px 15px;
	margin: 0 0 0 0;
	}
	
	dt a {
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
	font-size: 15px;
	line-height: 22px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display:block;
	}
	
	dt a:link {color: #fff;}
	
	dt a:hover {color: #ccc;}
	
	dd a {
	color: #000;
	text-decoration:none;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
	dd a:hover {
	color: #E43E16;
	text-decoration:none;
	font-weight:bold;
	font-size: 1em;
	line-height: 1.2em;
	}
	
	dd {
	margin: 5px 0 0 14px;
	}
	
	dd li {
	border-bottom: 1px #333 solid;
	padding:10px 0;
	margin:0;
	width: 90%;
	}
	
	dd li.end {
	border-bottom: none;
	}
	
	
	dt.solar {
	background: #1d699f url(images/menu_tlo4.jpg) repeat-x;
	padding: 5px 5px 5px 15px;
	margin: 0 0 0 0;
	}
	
	dt.solar a {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	font-size: 15px;
	line-height: 22px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display:block;
	}
	
	dt.solar a:link {color: #fff;}
	
	dt.solar a:hover {color: #ccc;}
	
	ul { list-style: none; padding: 0px; }
	
	#wrap {
	width: 480px;
	height: 100px;
	float:left;
	margin: 20px 0 30px 0;
	/*background: #CCC;*/
	}
	
	.lewy {
	float: left;
	height: 150px;
	width: 120px;
	padding: 10px 10px 0 10px;
	margin: 0 0 0 0;
	color: #999;
	}
	
	.lewy img{
	padding: 0;
	margin: 0 0 20px 10px;
	}
	
	.lewy1 {
	float: left;
	height: 100px;
	width: 225px;
	padding: 0 15px 0 0;
	margin: 0 10px 0 0;
	color: #999;
	}
	
	.lewy1 img{
	padding: 0 10px 0 0;
	margin: 0 0 20px 0;
	float: left;
	}
	
	.center {
	float: left;
	height: 180px;
	width: 120px;
	padding: 10px;
	margin: 0 0 10px 10px;
	/*color: #999;*/
	}
	
	.center img{
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	}
	
	.center1 {
	float: left;
	height: 100px;
	width: 224px;
	padding: 0;
	margin: 0 0 0 0;
	color: #999;
	/*background: #999;*/
	}
	
	.center1 img{
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	float:left;
	}
	
	.center2 {
	float: left;
	height: 200px;
	width: 224px;
	padding: 0;
	margin: 0 0 30px 0;
	color: #999;
	/*background: #999;*/
	}
	
	.center2 img{
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	float:left;
	}
	
	.prawy {
	float: left;
	height: 180px;
	width: 140px;
	background: #fff;
	padding: 10px 0 10px 0;
	color: #999;
	}
	
	.prawy_szeroki {
	width: 320px;
	float: right;
	margin: 0 20px 0 0;
	}
	
	.prawy_szeroki img{
	padding: 0 20px 0 0;
	}
	
	.biel {
	background:#FFFFFF;
	}
	
	/*#content1{
	border:1px solid #999999;
	padding:10px;
	margin:0;
	width:200px;
	float: right
	}*/
	
	#tresc{
	border:0px solid #999999;
	padding:0;
	margin: 0 0 0 0;
	width:480px;
	float: left;
	}
	
	.tabelka {
	border-collapse:collapse;
	border: #666666 solid 0px;
	padding: 3px;
	width: 480px;
	/*padding: 30px 0 0 0;*/
	/*background: #fcfae6;*/
	}
	
	.tabelka td{
	border: #898989 solid 1px;
	padding: 0 8px;
	font-size:.9em;
	}
	
	.tabelka2 {
	border-collapse:collapse;
	border: #666666 solid 0px;
	padding: 3px;
	width: 280px;
	margin: 0 0 0 0;
	}
	
	.tabelka2 td{
	border: #898989 solid 1px;
	padding: 6px;
	font-size:.85em;
	}
	
	.tabelka3 {
	border-collapse:collapse;
	border: #666666 solid 0px;
	padding: 3px;
	width: 320px;
	margin: 30px 0 0 0;
	}
	
	.tabelka3 td{
	border: #898989 solid 1px;
	padding: 6px;
	font-size:.85em;
	}
	
	td.naglowek{
	border: none;
	font-weight: bold;
	font-size:1.2em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4em;
	color: #E53118;
	padding: 0 0 10px 0;
	}
	
	th.naglowek{
	border: none;
	font-weight: bold;
	font-size:1.2em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4em;
	color: #E53118;
	}
	
	.tabelka_dane {
	border-collapse:collapse;
	border: #666666 solid 0px;
	padding: 3px;
	width: 480px;
	/*padding: 30px 0 0 0;*/
	/*background: #fcfae6;*/
	}
	
	.tabelka_dane td{
	border: #898989 solid 1px;
	padding: 8px;
	font-size:.9em;
	}
	
	.naglowek1 {
	background: #1D699F url(images/menu_tlo2.jpg) repeat-x;
	text-align:center;
	color: #FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
	font-size:.8em;
	line-height: 1.2em;
    
	}
	
	.naglowek1 td{
	padding: 5px;
	}
	
	.naglowek1 th{
	padding: 5px;
	margin: 0 0 15px 0;
	border: #CCC solid 1px;
	}
	
	.naglowek2 {
	background: #1D699F url(images/menu_tlo3.jpg) repeat-x;
	text-align:center;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
	font-size:.8em;
	line-height: 1.2em;
	}
	
	.naglowek2 td{
	padding: 5px;
	}
	
	.naglowek2 th{
	padding: 5px;
	margin: 0 0 15px 0;
	border: #000 solid 1px;
	}
	
	#topwrap {
	width:480px;
	height: 25px;
	margin: 0 0 0 0;
	}
	
	#topwrap img{
	margin: 0 0 0 0;
	}
	
	#pokaz{
	height: 25px;
	width: 210px;
	margin: 0 0 0 0;
	float: left;
	}

	#pokaz a{
	text-decoration:none;
	color: #666666;
	text-transform:uppercase;
	font-size:.85em;
	font-weight:bold;
	}
	
	#pokaz a:hover{
	color: #333;
	}
	
	#buttons{
		float:right;
		width: 480px;
		height: 25px;
    	margin: 0 0 0 0;
		padding: 0 0 2px 0;
		border-bottom: 1px solid #CCC;
	}
	
	#buttons ul {
    list-style:none;
	display: inline;
    }

#buttons li{
display: inline;
float: right;
/*background: url(images/akcesoria_tlo.png) no-repeat;*/
height: 20px;
margin: 0 0 0 10px;
padding: 0 0 0 0;
}

#buttons1{
		float:right;
		width: 400px;
		height: 25px;
    	margin: 0 20px 0 0;
		padding: 0 0 0 0;
	}
	
	#buttons1 ul {
    list-style:none;
	display: inline;
	margin: 0 20px 0 0;
    }

#buttons1 li{
display: inline;
float: right;
/*background: url(images/akcesoria_tlo.png) no-repeat;*/
height: 20px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

/*#buttons a {
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:.85em;
	text-transform:uppercase;
	text-decoration:none;
	margin: 0 0 0 0;
padding: 0 0 0 15px;
    }*/
	
/*#buttons a:visited {
	float:right;
	display:block;
	background: url(images/akcesoria_tlo1.png) no-repeat;
	padding: 3px 10px 0 0;
	height: 23px;
	color: #fff;
	font-weight:bold;
	font-size:.85em;
	text-transform:uppercase;
    }*/
	
/*#buttons a:hover {
	background: url(images/akcesoria_tlo1.png) no-repeat;
	height: 20px;
width: 90px;
margin: 0 0 0 0;
padding: 0 0 0 15px;
color:#fff;
	font-weight:bold;
	font-size:.85em;
	text-transform:uppercase;
    }*/
	
	/*.inline{
		list-style: none;
		display: inline;
		margin: 0 5px 0 0;
		padding: 5px;
		width: 400px;
	}
	
	.inline li{
		width: 100px
	}*/
	
		#buttons1{
		float:right;
		width: 255px;
		height: 25px;
    	margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	#buttons1 ul {
    list-style:none;
	display: inline;
    }

#buttons1 li{
display: inline;
float: right;
/*background: url(images/akcesoria_tlo.png) no-repeat;*/
height: 20px;
width: 60px;
margin: 0 0 0 2px;
padding: 0 0 0 0;
}
	
	.rozwin{
	background: url(images/tlo4_left.png) no-repeat;
	float: left;
	width: 60px;
	height: 40px;
	display: block;
	}
	
	.rozwin a{
	float: left;
	padding: 3px 0 0 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	text-transform:uppercase;
	width: 60px;
	height: 40px;
	}
	
	.zwin{
	background: url(images/tlo4_right.png) no-repeat;
	float: right;
	width: 420px;
	height: 40px;
	display: block;
	margin: 0 0 0 0;
	}
	
	.zwin a{
	float: right;
	padding: 3px 17px 0 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	text-transform:uppercase;
	height: 40px;
	}
	
	.zwin p{
	padding: 0 70px 0 10px;
	margin: 3px 0 0 0;
	color: #fff;
	font-size: .85em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	}
	
	.rozwin1{
	background: url(images/tlo5_left.png) no-repeat;
	float: left;
	width: 60px;
	height: 40px;
	display: block;
	}
	
	.rozwin1 a{
	float: left;
	padding: 3px 0 0 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	text-transform:uppercase;
	width: 60px;
	height: 40px;
	}
	
	.zwin1{
	background: url(images/tlo5_right.png) no-repeat;
	float: right;
	width: 420px;
	height: 40px;
	display: block;
	margin: 0 0 0 0;
	}
	
	.zwin1 a{
	float: right;
	padding: 3px 17px 0 0;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	text-transform:uppercase;
	height: 40px;
	}
	
	.zwin1 p{
	padding: 0 70px 0 10px;
	margin: 3px 0 0 0;
	color: #000;
	font-size: .85em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	}
	
	.rozwin2{
	background: url(images/tlo5_left1.png) no-repeat;
	float: left;
	width: 60px;
	height: 50px;
	display: block;
	}
	
	.rozwin2 a{
	float: left;
	padding: 8px 0 0 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	text-transform:uppercase;
	width: 60px;
	height: 40px;
	}
	
	.zwin2{
	background: url(images/tlo5_right1.png) no-repeat;
	float: right;
	width: 420px;
	height: 50px;
	display: block;
	margin: 0 0 0 0;
	}
	
	.zwin2 a{
	float: right;
	padding: 8px 17px 0 0;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	text-transform:uppercase;
	height: 40px;
	}
	
	.zwin2 p{
	padding: 0 70px 0 10px;
	margin: 3px 0 0 0;
	color: #000;
	font-size: .85em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	}
	
	/*.opis {
	background:url(images/opis.jpg) repeat-x;
	width: 480px;
	height: 40px;
	
	}
	
	.opis p{
	color: #fff;
	text-align:center;
	font-weight: bold;
	font-size: 9px;
	width: 300px;
	}*/
	
	/*ul a:link, ul a:visited {
	text-decoration: none;
	color: #000;
	margin: 0 0 0 0;
	font-size: .9em;
	}*/
	
	/*ul a:hover {
	color: #E53118;
	}*/
	
	#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#e8e8e8;
	padding:4px 5px;
	color:#E53118;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	display:none;
	}
	
	img {
	border: none;
	}
	
	.schematy a {
	display:block;
	text-decoration: none;
	color: #000;
	margin: -13px 0 0 0;
	}
	
	.schematy a:hover {
	color: #E53118;
	}
	
	#info {
	background: url(images/info.jpg) no-repeat; 
	height: 40px;
	margin: 0;
	padding: 0;
	}
	
	.info1 {
	font-size: 1.25em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
	padding: 11px 35px 0 0;
	}
	
	.info2 {
	font-size: .9em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
	padding: 11px 35px 0 0;
	}
	
	td.separator {
	background: #ffffff;
	height: 10px;
	border:none;
	font-size: .8em;
	}
	
	th.separator {
	background: transparent;
	height: 15px;
	border:none;
	font-size: .8em;
	}
	
	div.hidden {
	display:none;
	}
	
	.photo_icon{
		margin: 0 0 0 0;
		background: url(images/photo_icon2.png) no-repeat center;
	}
	
	.photo_icon2{
		margin: 0 0 0 0;
		background: url(images/photo_icon3.png) no-repeat center;
	}
	
	th.photo_icon{
		margin: 0 0 0 0;
		background: url(images/photo_icon2.png) no-repeat center;
	}
	
	th.photo_icon2{
		margin: 0 0 0 0;
		background: url(images/photo_icon3.png) no-repeat center;
	}
	
	td.foto img{
	padding: 0 15px 0 0;
	}
	
	td.foto{
	border: none;
	background:#fff;
	}
	
	.lightbox {
		margin: 0 0 0 10px;
	}
	
	td.szary {
	background: #f8f8f8;
	}
	
	tbody.tabelka {
		margin: 10px 0 10px 0;
	}
	
	.pasek {
	width:480px;
	height: 40px;
	margin: 10px 0;
	background: url(images/pasek_tlo.png) no-repeat left;
	}
	
	.pasek p {
		font-size: .9em;
		color: #fff;
		font-weight:bold;
		line-height: 1.4em;
		padding: 3px 20px;
		text-align:center;
	}
	
	.pasek a{
		float:right;
		margin: 0 15px 0 0;
		color: transparent;
		/*width:20px;
	    height: 40px;*/
	}
	
	.pasek a img{
		border:none;
	}
	
	.pasek1 {
	width:480px;
	height: 50px;
	margin: 10px 0;
	background: url(images/pasek_tlo1.png) no-repeat left;
	}
	
	.pasek1 p {
		font-size: .9em;
		color: #fff;
		font-weight:bold;
		line-height: 1.25em;
		padding: 3px 20px;
		text-align:center;
	}
	
	.pasek1 a{
		float:right;
		margin: 0 15px 0 0;
		color: transparent;
		/*width:20px;
	    height: 40px;*/
	}
	
	.pasek1 a img{
		border:none;
	}
	
	.pasek_solar {
	width:480px;
	height: 40px;
	margin: 10px 0;
	background: url(images/pasek_tlo_solar.png) no-repeat left;
	}
	
	.pasek_solar p {
		font-size: .9em;
		color: #fff;
		font-weight:bold;
		line-height: 1.4em;
		padding: 3px 20px;
		text-align:center;
	}
	
	.pasek_solar a{
		float:right;
		margin: 0 15px 0 0;
		color: transparent;
		/*width:20px;
	    height: 40px;*/
	}
	
	.pasek_solar a img{
		border:none;
	}
	
	.pasek_solar1 {
	width:480px;
	height: 50px;
	margin: 10px 0;
	background: url(images/pasek_tlo_solar1.png) no-repeat left;
	}
	
	.pasek_solar1 p {
		font-size: .9em;
		color: #fff;
		font-weight:bold;
		line-height: 1.25em;
		padding: 3px 20px;
		text-align:center;
	}
	
	.pasek_solar1 a{
		float:right;
		margin: 0 15px 0 0;
		color: transparent;
		/*width:20px;
	    height: 40px;*/
	}
	
	.pasek_solar1 a img{
		border:none;
	}
	
	ul.dane{
		margin: 0 0 0 0;
		list-style-type: none;
	}
	
	ul.dane li{
		padding: 0;
		margin: 0 0 5px 0;
		float:right;
		height: 20px;
		width: 130px;
	}
	
	ul.dane1{
		margin: 0 0 0 0;
		list-style-type: none;
	}
	
	ul.dane1 li{
		padding: 0;
		margin: 0 0 5px 0;
		float:right;
		height: 20px;
		width: 130px;
	}
	
	#back {
	width: 200px;
	height: 100px;
	position: relative; top: 30px; left: 65px;
	}
	
	#back a{
	display: block;
	width: 200px;
	height: 100px;
	}
	
