@charset "utf-8";
body, html {
height:100%;background-color:#767676;
}
body  {
	font: 13px Verdana, 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: #000000;
	background-color: #767676;
	background-image: url(../images/pasek_body.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #header #header_content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.twoColFixLtHdr #container #header_logo {
	background-image: url(../images/header_logo_5.jpg);
	background-repeat: no-repeat;
	height: 331px;
	width: 980px;
	padding-bottom:15px;
}


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
#main {
overflow:auto;
padding-bottom: 0px;
}  /* must be same height as the footer */

.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
}
.twoColFixLtHdr #header #header_content #lang_bar {
	width: 150px;
	padding-left: 700px;
	padding-top:8px;
}
.twoColFixLtHdr #header #header_content #lang_bar li {
	float: left;
}
.twoColFixLtHdr #header #header_content #lang_bar li a {
	display: block;
	float: left;
	width: 40px;
	height: 20px;
	color: #000000;
	text-decoration: none;
	line-height:18px;
}
.twoColFixLtHdr #header #header_content #menu_kontakt {
	clear: left;
	width: 110px;
	float: right;
	padding-top: 10px;

}
.twoColFixLtHdr #header #header_content #menu_kontakt  a {
height:35px;
background-position:0px 0px;
width:114px;
display:block;
}
.twoColFixLtHdr #header #header_content #menu_kontakt  a:hover {
background-position:0px -35px;
}
#footer_container {
width:980px;
margin-left:auto;
margin-right:auto;
padding-top:10px;
padding-right:10px;
}






.twoColFixLtHdr #header #header_content #menu_kontakt  a span, #footer a span{
position:absolute;
width:777em;
left:-777em;
}

.twoColFixLtHdr #header #header_content #lang_bar li a:hover {
	background-color: #CCCCCC;
}

.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	background-color: #FFFFFF;
	background-image: url(../images/pasek_header.jpg);
	background-repeat: repeat-x;
	height: 151px;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 301px; height:400px;
		background-image: url(../images/box_left.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
	height:400px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 305px; /* the left margin on this div element creates the column down the left 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 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer { padding: 0; background-color: #767676; background-image: url(../images/tlo_footer.jpg); background-repeat: repeat-x; height: 100px; position:relative; margin-top:-100px; }

.twoColFixLtHdr #container #mainContent .box_m {
	background-image: url(../images/box_m.png);
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 320px;
	margin-right: 5px;
	margin-left: 5px;
	color:#FFFFFF;
}
.twoColFixLtHdr #container #mainContent .box_m  p{
margin:5px 20px;
font-weight:bold;
}
.twoColFixLtHdr #container #mainContent   h2{
margin:5px;
color:#CCCCCC;
font-size:16px;
margin-left:10px;
}



.twoColFixLtHdr #container #mainContent .box_m ul{
margin-left:40px;
list-style-type:circle;
}
.twoColFixLtHdr #container #mainContent .box_m:hover {
background-position:0px -531px;
color:#efefef;
}


.twoColFixLtHdr #footer  a{
color:#f25204;
}
.twoColFixLtHdr #footer  a:hover{
color:#999999;
}


.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align:left;
	color:#FFFFFF;
}
.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;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	color: #f25203;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 17px;
	padding-right:18px;
	text-align:center;
}

.twoColFixLtHdr #container #sidebar1 h3 a {
	color: #f25203; text-decoration:none;
}
.twoColFixLtHdr #container #sidebar1 h3 a:visited {
	color: #f25203;
}
.twoColFixLtHdr #container #sidebar1 h3 a:hover {
	color: #F22903;
.twoColFixLtHdr #container #sidebar1 li {
/*	background-image: url(../images/dot.png); */
	background-repeat: no-repeat;
	font-size:16px!important;
	line-height: 16px;
	margin-top: 5px;
	background-position: 0px 2px;
	text-align:center;
}
.twoColFixLtHdr #container #sidebar1 ul {  font-size:16px:

}

/* box */
.twoColFixLtHdr #container #mainContent #map {
	height: 300px;
	width: 600px;
	border: 3px solid #919090;
	margin:20px 0px 0px 28px;
}
.contact_footer  span, .contact_block span{
font-size:8px;
vertical-align:2px;
}
