* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background: #999999 url('../images/www/bg.jpg') no-repeat center top;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #303030;
    text-align: center;
}

img {
    border: 0;
    vertical-align: top;
    text-align: left;
}

a {
    color: #484848;
    text-decoration: underline;
}

a:hover {
    color: #484848;
    text-decoration: none;
}

h1 {
    color: #E94816;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}

h2 {
    color: #E94816;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0px;
}

h3 {
    color: #E94816;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0px;
}

h4 {
    color: #E94816;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0px;
}

ul {
    list-style-position: outside;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 14px;
}

ul.big li {
    background: url('../images/www/wykaz_big.jpg') 0 50% no-repeat;
    list-style: none;
    padding-left: 20px;
    line-height: 22px;
    vertical-align: middle;
}

.galeria-zdjec {
    border: 1px solid #3F3F3F;
    margin: 2px;
    background: url('../images/loading.gif') no-repeat 50% 50%;
}

.container {
    background-color: #EFEFFF;
    width: 920px;
    margin: 0 auto;
    text-align: justify;
}

.head {
    width: 920px;
    height: 120px;
    background: url('../images/www/head.jpg') no-repeat center top;
    border-bottom: 1px solid #E94816;
}

.haslo {
    width: 870px;
    color: #E94816;
    padding: 15px 25px;
    font-size: 18px;
    font-style: italic;
    border-bottom: 1px solid #E94816;
}

.content {
    width: 900px;
    padding: 10px;
}

.menu {
    width: 200px;
    height: 300px;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    float: left;
    color: #E94816;
}

.menu a {
    color: #E94816;
    text-decoration: none;
    padding: 0px 10px 0px 0px;
}

.menu a:hover {
    color: #E94816;
    text-decoration: underline;
}

.text {
    width: 700px;
    float: right;
}

.foot {
    width: 900px;
    padding: 10px;
    text-align: right;
    color: #E13F2A;
    font-weight: bold;
}

.loga {
    width: 920px;
	 margin:0 auto;
	 text-align: center;
	 background-color: #FFF;
}

.clear {
    clear: both;
}