* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-color: #3F0805;
    background-image: url('../images/www/bg.jpg');
    background-repeat: repeat;
    color: #3B0804;
    font-size: 13px;
    font-family: Trebuchet MS, Arial, sans-serif;
    text-align: center;
}

#container {
    width: 841px;
    margin: 0 auto;
}

#top {
    width: 841px;
}

#top_left {
    float: left;
    color: #FFF;
    font-size: 22px;
    margin: 15px 0px 0px 10px;
}

#top_right {
    float: right;
    margin-right: 10px;
}

.ikonki {
    margin: 5px;
}

#head {
    width: 841px;
    height: 241px;
    background-image: url('../images/www/top.jpg');
    margin: 0px 0px 4px 0px;
}

#menu {
    width: 841px;
    height: 51px;
    margin-bottom: 4px;
}

#top_tresc {
    width: 841px;
    height: 15px;
    background-image: url('../images/www/top_tresc.jpg');
    background-repeat: no-repeat;
}

#tresc {
    width: 807px;
    height: auto;
    background-image: url('../images/www/bg_tresc.jpg');
    background-repeat: repeat-y;
    background-color: #FFF;
    text-align: justify;
    padding: 3px 17px;
    font-weight: bold;
}

#bottom_tresc {
    width: 841px;
    height: 16px;
    background-image: url('../images/www/bottom_tresc.jpg');
    background-repeat: no-repeat;
    background-position: top;
    padding: 20px 0px;
    color: #FFF;
}

#bottom_tresc a {
    color: #fff;
    text-decoration: none;
}

#bottom_tresc a:hover {
    color: #fff;
    text-decoration: underline;
}

img {
    border: 0px;
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
}

.galeria {
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
    padding: 2px;
    border: 1px solid #420605;
    margin: 10px;
}

.tab {
    text-align: justify;
	 background: url('../images/www/tab.jpg') no-repeat left center;
	 padding-left:35px;
}

ul {
    list-style-type: square;
    line-height: 18px;
    margin-left: 10px;
    padding-left: 20px;
}

ul.wykaz li {
    margin-left: 0px;
    background: url('../images/wykaz.jpg') no-repeat left center;
    padding-left: 20px;
    list-style-type: none;
    line-height: 18px;
}

h1 {
    font-size: 16px;
    padding: 0px;
}

h2 {
    font-size: 15px;
    padding: 0px;
}

h3 {
    font-size: 14px;
    padding: 0px;
}

a {
    color: #985D59;
    text-decoration: none;
}

a:hover {
    color: #410704;
    text-decoration: none;
}