* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-color: #ccc;
    color: #515151;
    font-size: 13px;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
}

.top_line {
    width: 100%;
    background-color: #0079B2;
    height: 5px;
}

.head_content {
    width: 100%;
    background-color: #fff;
}

.head {
    width: 900px;
    height: 190px;
    background: #FFF url('../images/logo.jpg') left no-repeat;
    margin: 0 auto;
    text-align: right;
    line-height: 20px;
    font-family: Trebuchet MS, Arial;
}

.content {
    width: 100%;
    margin: 0 auto;
    background: #fff url('../images/menu/menu-bg.gif') repeat-x top;
    text-align: justify;
}

.tresc {
    width: 900px;
    padding: 10px;
    margin: 0 auto;
    line-height: 16px;
}

.bottom_line {
    width: 100%;
    background: #ccc url('../images/bottom_line.jpg') repeat-x;
    height: 37px;
}

.designed {
    text-align: center;
    background-color: #ccc;
    color: #fff;
    font-size: 11px;
    padding-bottom: 5px;
}

.designed a {
    text-align: center;
    background-color: #ccc;
    color: #fff;
    font-size: 11px;
    padding-bottom: 10px;
}

.designed a:hover {
    color: #fff;
    text-decoration: underline;
}

ul.wykaz li {
    margin-left: 5px;
    background: url('../images/wykaz.jpg') no-repeat left center;
    padding-left: 20px;
    list-style-type: none;
    line-height: 18px;
}

img {
    border: 0px;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    color: #45b3c2;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}

a {
    color: #0079B0;
    text-decoration: none;
}

a:hover {
    color: #0079B0;
    text-decoration: underline;
}

.wiecej {
    color: #46B0C0;
    font-size: 11px;
    font-weight: normal;
    background: url('../images/wiecej.jpg') no-repeat left;
    padding-left: 18px;
    margin-left: 20px;
}

.wiecej a {
    color: #72a003;
    text-decoration: underline;
}