@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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #FFFFFF;
}
.wprowadzenie  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    color: #666666;
    padding-right: 40px;
    padding-left: 35px;
    text-align: justify;
    padding-top: 20px;
}

.thrColFixHdr #container {
    width: 961px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left;
    border: 0;
} 
#tlo2 {
    background-image: url(/Obrazki/tlo.png);
    background-repeat: repeat-y;
    margin-right: auto;
    margin-left: auto;
    width: 1010px;
    border: 0;
    background-position: right;
}

#tlo {
    width: auto;
    margin-right: auto;
    margin-left: auto;

    border: 0;
}
.footer1 {
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #999999;
}

#header  {
    background: #DDDDDD;  /* 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. */
} 
#sidebar1  {
    float: left; /* since this element is floated, a width must be given */
    width: 181px;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url(/Obrazki/cien_lewy2.jpg);
    margin-left: 0px;
    background-color: #E9E9E9;
}
#sidebar1 form {
    margin-top: 10px;
}

#sidebar1 p {
    padding-right: 0px;
    padding-left: 15px;
    margin-left: 0px;
    margin-right: 10px;
}
#sidebar2  {
    float: right; /* since this element is floated, a width must be given */
    width: 236px;
    background-image: url(/Obrazki/cien_prawy2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 0px;
    background-color: #E9E9E9;
}

#sidebar2 p  {
    margin-left: 5px;
    margin-right: 25px;
    text-align: justify;
}

#wprowadzenie {
    background-image: url(/Obrazki/cien_menu3.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    height: 238px;
    background-color: #E9E9E9;
}

.thrColFixHdr #mainContent {
    background-image: url(/Obrazki/cien_glowny.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    float: left;
    width: 544px;
} 
#sidebar1  h2  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    color: #920607;
    padding-top: 20px;
    padding-left: 15px;
}
#footer table {
    margin-bottom: 10px;
}


.kolorJezyka {
    color: #920607;
}
.wiecej {
    color: #920607;
    padding-left: 160px;
}
#sidebar2 td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}


.buttonForm {
    color: #666666;
    background-position: bottom;
    font-size: 10px;
    height: 20px;
    width: 60px;
    background-color: #D4D4D4;
    border: 1px solid #999999;
    margin-left: 10px;
    padding-bottom: 2px;
    font-family: Georgia, "Times New Roman", Times, serif;

}

#headerJezyk {
    background-color: #E9E9E9;
    padding-bottom: 4px;
}

#headerJezyk table {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 9px;
    margin-left: 200px;
    color: #999999;
}
#headerJezyk td {
    padding: 5px;
}


.thrColFixHdr #footer {
    padding: 0 10px 0 20px;
} 
.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;
}
.headerTlo {
    background-image: url(/Obrazki/header_01.jpg);
}
#header form {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    color: #666666;
}

#headerMenu {
    background-color: #920607;
}
#headerMenu a:link {
    text-decoration: none;
    border: 0;
    font-size: 11px;
    color: #FFFFFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 5px;
}
.menu {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    height: 11px;
}
#headerMenu table {
    margin-right: auto;
    margin-left: auto;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    color: #FFFFFF;
}
#headerMenu td {
    padding-right: 6px;
    padding-left: 6px;
    text-align: center;
    vertical-align: middle;
    height: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0px;
    padding: 0px;
}
#headerMenu a:visited {
    text-decoration: none;
    border: 0;
    font-size: 11px;
    color: #FFFFFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 5px;
}
#headerMenu a:hover {
    text-decoration: none;
    border: 0;
    font-size: 11px;
    color: #FFFFFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color: #3E4545;
    padding: 5px;
}
#faux   {
    width: 100%;
    overflow: auto;
    float: left;
}
#headerMenu a:active {
    text-decoration: none;
    border: 0;
    font-size: 11px;
    color: #FFFFFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 5px;
}
#sidebar2 h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    color: #920607;
    padding-top: 20px;
    margin-left: 5px;
}
#mainContent ul {
    padding-left: 60px;
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 10px;
}
#mainContent li {
    background-image: url(/Obrazki/w_01.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: left center;
    color: #333333;
}

#sidebar1 h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    padding-top: 20px;
    padding-left: 15px;
    color: #333333;
}
.footer2 {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #999999;
}
#mainContent  h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    padding-top: 20px;
    padding-left: 35px;
    color: #333333;
    font-weight: bold;
}
.aktywneMenu {
    background-color: #3E4545;
}

#mainContent p {
    text-align: justify;

}
#headerJezyk a:link {
    text-decoration: none;
    color: #999999;
}

.wiecej2 {
    color: #920607;
    padding-left: 462px;
}
.mainContent {
    text-align: justify;
    color: #333333;
    font-size: 11px;
    padding-left: 35px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#headerJezyk a:visited {
    text-decoration: none;
    color: #999999;
}
#headerJezyk a:hover {
    text-decoration: none;
    color: #990000;
}
#headerJezyk a:active {
    text-decoration: none;
    color: #990000;
}
#sidebar1 td {
    text-align: left;
    vertical-align: middle;
}
#sidebar1 table {
    margin-left: 15px;
}
.formInput {
    width: 160px;
    height: 18px;
}

a:link {
    color: #990000;
    text-decoration: none;
}
img  {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
a:visited {
    color: #990000;
    text-decoration: none;
}
a:hover {
    color: #990000;
    text-decoration: none;
}
a:active {
    color: #990000;
    text-decoration: none;
}
.buttonForm2 {
    color: #666666;
    font-size: 10px;
    height: 18px;
    width: 70px;
    background-color: #D4D4D4;
    border: 1px solid #999999;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 5px;
    margin-bottom: 2px;
    margin-left: 5px;
}
.mainContent2 {
    text-align: justify;
    color: #333333;
    font-size: 11px;
    padding-left: 35px;
    padding-right: 40px;
    padding-bottom: 5px;
}
.logo {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
#header table {
    vertical-align: top;
}

.logo2 {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 20px;
}
#header  img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

img, div, p { behavior: url(iepngfix.htc) }

#mainContent2 p pul {
    padding-left: 60px;
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 10px;
}
 