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

body {
    background-color: #fff;
    color: #727272;
    font-size: 11px;
    font-family: Trebuchet MS, Arial, sans-serif;
    text-align: center;
}

#container {
    width: 910px;
    margin: 0 auto;
}

#animacja {
    width: 910px;
    height: 350px;
	 background-image: url('../images/strona/bg_top.jpg');
}

#menu {
    width: 910px;
    height: 50px;
}

#under_menu {
    width: 910px;
    height: 17px;
    background-image: url('../images/strona/under_menu.jpg');
}

#tresc {
    width: 820px;
    padding: 0px 45px 5px 45px;
    background-image: url('../images/strona/bg_tresc.jpg');
    color: #003c62;
    text-align: justify;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}

#bottom {
    width: 910px;
    background: url('../images/strona/bg_bottom.jpg') no-repeat top;
    height: 17px;
    padding: 15px 0px;
    color: #6B9178;
    font-size: 11px;
    font-weight: bold;
}

h1 {
    color: #C00000;
    font-size: 24px;
    font-weight: 200;
    padding-bottom: 5px;
	 padding:90px 30px 0px 300px;
}

h2 {
    color: #C00000;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}

h3 {
    color: #C00000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px;
}

img {
    border: 0px;
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
}

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

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

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

#bottom a {
    color: #6B9178;
    text-decoration: none;
}

#bottom a:hover {
    color: #6B9178;
    text-decoration: underline;
}

.img_galeria {
    width: 150px;
    height: 113px;
    border: 1px solid #C00000;
	 margin:4px 4px 0px 4px;
	 background: #fff url('../images/loading.gif') no-repeat 50% 50%;
	 padding:2px;
}