/* Podstawowe elementy */
html, body {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    text-align: left;
    color: #66473f;
    font: normal 75% "Times New Roman", Times, serif;
    background: #FFFFFF;
}
/* Globalne formatowanie */
h1, h2, h3 {
    font-family: Georgia, Verdana, Arial, Serif;
}

h1 {
    font-size: 250%;
    padding: 0 0 0.5ex 0;
    margin: 0;
}

h2 {
    font-size: 150%;
    padding: 0 0 0.2ex 0;
    margin: 0;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 75%;
}

h6 {
    font-size: 50%;
}

p {
    padding: 0;
    margin: 0;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #5AA9F3;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

.clear {
    display: block;
    clear: both;
    height: 0px;
}

div {
    border: solid 0px #E3E3E3;
}
/* Layout */
#overall {
    width: 853px;
    margin: 0px auto;
    padding: 0;
    background: url(../_files/images/tlo_body.gif);
}

#header {
    height: 48px;
    background: url(../_files/images/tlo_header.jpg);
    text-align: right;
}

#main {
    overflow: hidden;
}

#mainmenu {
    width: 276px;
    min-height: 392px;
    float: left;
    background: url(../_files/images/tlo_menu.jpg) no-repeat;
    text-align: right;
}

#maincontent {
    width: 565px;
    min-height: 592px;
    float: right;
    text-align: left;
    background: url(../_files/images/tlo_content.jpg) no-repeat bottom;
}

#maincontent h1 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

#maincontent h1 span.tytul1 {
    font-size: 30px;
    display: block;
    color: #66473f;
    font-weight: normal;
}

#maincontent h1 span.tytul2 {
    font-size: 20px;
    display: block;
    color: #b48969;
    font-weight: normal;
}

#mainsubcontent {
    width: 447px;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}

#maincontent .foto {
    padding: 15px 0 5px 0;
    display: block;
}

#footer {
    height: 35px;
    background: url(../_files/images/tlo_footer.jpg);
    text-align: right;
    padding: 10px 118px 0 0;
}
/* Elementy nagłówka --- header */
#header ul {
    list-style: none;
    padding: 0;
}

#header li {
    display: inline;
}

#header div {
    padding: 10px 118px 0 0;
}

#header a {
    color: #b48969;
    font-size: 13px;
}
/* Elementy środka --- main */
/* Elementy menu --- mainmenu */
#mainmenu ul {
    list-style: none;
    padding: 50px 10px 0 0;
    margin-left: 130px;
}

#mainmenu li {
    background: url(../_files/images/dot_brown.gif) repeat-x bottom;
    padding: 5px;
}

#mainmenu li a {
    color: #e6d9cf;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}

#mainmenu li:hover {
    color: #ffffff;
    text-decoration: none;
    background: url(../_files/images/dot_brown.gif);
}

#mainmenu li.on {
    color: #ffffff;
    text-decoration: none;
    background: url(../_files/images/dot_brown.gif);
}
/* Elementy content --- maincontent */
#maincontent .statyczna h1 {
    color: #b48969;
    font-size: 20px;
    background: url(../_files/images/dot.gif) repeat-x bottom;
    font-weight: normal;
}

#maincontent .statyczna h2 {
    margin: 5px 0;
    font-size: 14px;
    letter-spacing: -0.05em;
    color: #66473f;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

#maincontent .statyczna div.tresc {
    font-size: 13px;
    color: #66473f;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    background: url(../_files/images/dot.gif) repeat-x bottom;
}

#maincontent .statyczna div.tresc img {
    border: solid 1px #5AA9F3;
	padding: 3px;
	background: #ffffff;  
}

#maincontent .statyczna div.tresc ul {
    margin-top: 5px;
    margin-bottom: 5px;
}
/* Elelemnty stopki --- footer */
#footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#footer span {
    color: #e6d9cf;
    font-size: 11px;
}

#footer ul {
    list-style: none;
    padding: 0;
}

#footer li {
    display: inline;
}
/* Stronicowanie */
.stronicowanie {
    display: block;
    clear: both;
}

.stronicowanie a {
    padding: 0 2px;
}

.stronicowanie span {
    padding: 0 2px;
}

