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

body {
    background-color: #E88829;
    text-align: center;
    font-family: Trebuchet MS;
    color: #FFF;
    font-size: 13px;
}

.top {
    width: 100%;
    height: 285px;
    background-image: url('img/bck_top.jpg');
    background-repeat: repeat-x;
}

.header {
    width: 100%;
    height: 228px;
    margin: 0 auto;
}

.menu {
    height: 57px;
    margin: 0;
    padding-top: 10px;
	text-align: center;
}

.menu a {
    padding: 3px 10px;
}

.menu a:link, #navlist a:visited {
    color: #FFF;
    text-decoration: none;
}

.menu a:hover {
    color: #FFF;
    text-decoration: underline;
}

.tresc {
    width: 700px;
    margin: auto;
    min-height: 490px;
    text-align: center;
    margin-top: 10px;
}

.bottom {
    width: 100%-20px;
    height: 26px;
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
    background-image: url('img/bck_bottom.jpg');
    background-repeat: repeat-x;
    background-color: #d47035;
}

img {
    border: 0px;
}

h2 {
    font-size: 16px;
    padding: 4px 0px 4px 0px;
}

h3 {
    font-size: 15px;
    padding: 3px 0px 3px 0px;
    text-align: center;
}

a:link {
    text-decoration: none;
    font-variant: normal;
    font-weight: normal;
    color: #FFF;
}

a:active {
    text-decoration: none;
    font-variant: normal;
    font-weight: normal;
    color: #FFF;
}

a:visited {
    text-decoration: none;
    font-variant: normal;
    font-weight: normal;
    color: #FFF;
}

a:hover {
    text-decoration: underline;
    font-variant: normal;
    font-weight: normal;
    color: #F0F0F0;
}

.wykaz {
    list-style-type: circle;
    margin-left: 30px;
}
