* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-color: #F1F1F1;
    background-image: url('../images/bck_body.jpg');
    background-repeat: repeat;
    color: #202020;
    font-size: 11px;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
}

.container {
    width: 800px;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 5px solid white;
}

.top {
    width: 800px;
    height: 60px;
    border-bottom: 5px solid #ff6400;
    background-color: #FFF;
}

.top-left {
    float: left;
    width: 350px;
}

.top-right {
    float: right;
    width: 400px;
    text-align: right;
    font-family: trebuchet MS, sans-serif;
    font-size: 24px;
    color: #000;
    padding: 14px 10px;
    font-weight: bold;
}

h1 {
    text-align: justify;
    font-family: trebuchet MS, sans-serif;
    font-size: 24px;
    color: #000;
    padding: 14px 10px;
    font-weight: bold;
}

h2 {
    text-align: justify;
    font-size: 15px;
    color: #000;
    padding: 5px 0px;
    font-weight: bold;
}

h3 {
    text-align: justify;
    font-size: 14px;
    color: #000;
    padding: 8px 0px;
    font-weight: bold;
}

.head {
    width: 800px;
    height: 300px;
    background-image: url('../images/www/head.jpg');
    background-repeat: no-repeat;
    border-bottom: 5px solid #ff2624;
}

.menu {
    width: 800px;
    height: 31px;
    background-image: url('../images/www/bg_menu.jpg');
    font-size: 18px;
    font-family: trebuchet MS, sans-serif;
    color: #000;
    padding-top: 7px;
}

.menu a {
    color: #000;
    text-decoration: none;
}

.menu a:hover {
    color: #101010;
    text-decoration: none;
}

.menu_wykaz {
    width: 16px;
    height: 16px;
    padding: 0px 10px 4px 10px;
    vertical-align: middle;
}

.text {
    width: 800px;
    background-color: #FFF;
    padding: 10px 0px;
    font-size: 12px;
    text-align: justify;
    line-height: 18px;
}

#bottom {
    width: 800px;
    padding: 2px 0px;
    text-align: center;
    margin: 0 auto;
    font-size: 11px;
    color: #404040;
}

#bottom a {
    color: #404040;
    text-decoration: none;
    padding: 0px 10px;
}

#bottom a:hover {
    color: #000;
    text-decoration: none;
    padding: 0px 10px;
}

ul.wykaz li {
    margin-left: 10px;
    background: url('../images/www/menu.png') no-repeat left center;
    padding-left: 20px;
    list-style-type: none;
    line-height: 20px;
}

img {
    border: 0px;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.galeria {
    width: 200px;
    height: 150px;
    padding: 2px;
    border: 1px solid #E9E9E9;
    margin: 10px 20px;
}