body {
color: #fff;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url(../images/tlo.jpg);
background-repeat: repeat-x;
background-color: #fff;
background-attachment: scroll;
background-position: 0px 0;
margin-top: 9px;
text-align: center;
}

A:link {text-decoration:none; color:#414141; }
A:visited {text-decoration:none; color:#414141; }
A:hover	{text-decoration:none;}

div {
border: 0px solid;
text-align: left;
margin: 0 auto;
}

.kontakt {
 padding-top: 130px;

}

.dane {
 margin-bottom: 20px;
 padding-left: 330px;
}
.dane_f {
 padding-left: 430px;
 padding-bottom: 10px;
 font-weight: bold;
}
.dane_t {
 padding-left: 300px;
 padding-bottom: 10px;
 text-align: right;
}
.dane_1 {
 text-align: right;
 margin-bottom: 3px;
 margin-right: 150px;
}
.dane_2 {
 margin-bottom: 3px;
 margin-left: 45px;
}

.tekst {
 text-align: right;
 margin-top: 40px;
 margin-bottom: 1px;
 padding-top: 40px;
 padding-bottom: 1px;
}
.tekst2 {
 text-align: right;
 margin-bottom: 1px;
padding-bottom: 12px;}
.tekst3 {
 text-align: right;
 margin-bottom: 1px;
padding-bottom: 1px;}
.tekst4 {
  text-align: right;
 margin-bottom: 5px;
padding-bottom: 25px;}

#lo {
 margin-top: 2px;
 margin-right: 25px;

}
#ko {
 text-align: right;
 margin-top: 300px;
 padding: 1px

}
#po {
 text-align: right;
 margin-left: 50px;
 padding: 1px

}
#de {

 margin-top: 7px;
 margin-left: 590px;

}
#en {

 margin-left: 5px

}
#pl {
  margin-left: 5px
}

.main {
width: 850px;
height: 600px;
border-color: transparent;
}

.manu {
 margin-top: 10px;
 padding: 3px

}

.lewa {
text-align: right;
width: 250px;
height: 550px;
float: left;
clear: left;
padding-right: 10px;
}


.prawa {
height: 550px;

}

.nad {
height: 80px;
}

.lista {
height: 390px;
color: #000;
}

.footer {
clear: left;
color: #000;
border-top: 1px solid;
border-color: #8a8a8a;
padding-top: 1px;
}
.foot {
padding-left: 13px
}
.foot_p {
padding-left: 33px
}



/* ajax */

.load{
text-align: center;
margin-top: 152px;
padding-bottom: 236px;
}

.pagination{
padding: 2px;
margin: 1em 0;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 0px solid #9aafe5;
text-decoration: none;
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 0px solid #2b66a5;
color: #000;
/*background-color: #FFFFff;*/
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
/*background-color: white;*/
cursor: default;
color: #2e6ab1;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}


