* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-color: #3A1F0C;
    background-image: url('../images/body_bg.jpg');
    background-repeat: repeat;
    color: #fff;
    font-size: 11px;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
}

#container {
    width: 561px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: justify;
}

#top {
    width: 561px;
    height: 263px;
    background-color: transparent;
}

#menu {
    height: 33px;
    width: 553px;
    background-image: url('../images/tresc_bg.png');
    background-repeat: repeat-y;
    padding: 0px 4px;
}

ul.menu {
    list-style-type: none;
    width: auto;
    position: relative;
    display: block;
    height: 33px;
    font-size: 11px;
    background: url(../images/bg.png) repeat-x top left;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
}

ul.menu li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

ul.menu li a {
    float: left;
    color: #A79787;
    text-decoration: none;
    height: 24px;
    padding: 9px 15px 0;
    font-weight: normal;
}

ul.menu li a:hover,.current {
    color: #fff;
    background: url('../images/bg.png') repeat-x top left;
    text-decoration: none;
}

ul.menu .current a {
    color: #fff;
    font-weight: 700;
}

/*ORANGE*/
ul.menu.orange {
    background-color: #7F4C2B;
}

ul.menu.orange li a:hover, .menu.orange li.current {
    background-color: #C09C5D;
}

#tresc {
    width: 541px;
    height: auto;
    background-image: url('../images/tresc_bg.png');
    background-repeat: repeat-y;
    padding: 0px 10px;
}

#bottom {
    width: 561px;
    height: 37px;
    background-image: url('../images/bottom_bg.png');
}

#designed {
    font-size: 10px;
    padding: 5px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

img {
    border: 0px;
}

h1 {
    font-size: 13px;
    font-weight: bolder;
    line-height: 22px;
}

h2 {
    font-size: 12px;
    font-weight: bolder;
    line-height: 22px;
}

h3 {
    font-size: 11px;
    font-weight: bolder;
    line-height: 22px;
}

h4 {
    font-size: 11px;
    font-weight: bolder;
    line-height: 22px;
}

ul.wykaz li {
    margin-left: 10px;
    background: url('../images/arrow.gif') no-repeat left center;
    padding-left: 15px;
    list-style-type: none;
    line-height: 18px;
}

.galeria_img {
    height: 90px;
    width: 135px;
    margin: 2px 15px 2px 15px;
    border: 2px solid #A47F56;
    padding: 1px;
    background: #A47F56 url('../images/loading.gif') no-repeat 50% 50%;
}