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

body {
    background-color: #18181a;
    font-family: Helvetica, Trebuchet MS, Arial, sans-serif;
    text-align: center;
    background-image: url('../images/bck_top.jpg');
    background-repeat: repeat-x;
}

#container {
    width: 100%;
    height: auto;
    text-align: justify;
}

#top {
    width: 720px;
    height: 75px;
    margin: 0 auto;
}

#head {
    width: 100%;
    height: 202px;
    background-image: url('../images/bck_head.jpg');
    background-repeat: no-repeat;
    background-position: left;
}

#head_container {
    width: 720px;
    text-align: left;
    margin: 0 auto;
}

.h2_wykaz {
    padding: 0px 5px 0px 0px;
}

#menu {
    width: 100%;
    height: 56px;
    background-image: url('../images/bck_menu.jpg');
    background-repeat: repeat-x;
}

#menu_container {
    width: 720px;
    margin: 0 auto;
    padding: 17px 0px;
    text-align: center;
}

#menu a {
    color: #f57f2a;
    padding: 4px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

#menu a:hover {
    color: #f57f2a;
    padding: 3px;
    border: 1px solid #f57f2a;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

.break {
    padding: 3px 3px;
}

#tresc {
    width: 700px;
    padding: 10px;
    margin: 0 auto;
    background-color: #292929;
    color: white;
    font-size: 13px;
    line-height: 18px;
}

#bottom {
    width: 720px;
    margin: 0 auto;
    padding: 10px 0px;
    color: white;
    font-size: 11px;
}

#bottom_left {
    float: left;
}

#bottom_right {
    float: right;
}

#bottom_right a {
    color: white;
    text-decoration: none;
    padding: 0px 6px;
}

#bottom_right a:hover {
    color: white;
    text-decoration: underline;
    padding: 0px 6px;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

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

img {
    border: 0px;
}

h1 {
    font-size: 24px;
    padding: 20px 0px;
    text-align: center;
    color: #F36A26;
    font-weight: bold;
}

h2 {
    color: white;
    padding: 4px 0px;
    font-size: 16px;
    text-align: right;
}

h3 {
    color: #ffcc00;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 4px;
}

h4 {
    color: #ffcc00;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

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

.galeria {
    width: 200px;
    height: 150px;
    padding: 2px;
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
    border: 1px solid #606060;
    margin: 5px;
}

strong {
    color: #FFCC00;
}
