/* body */
* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-color: #461A0F;
    font-family: Trebuchet MS, Arial;
    color: #101010;
    font-size: 13px;
    text-align: center;
}

/* content */
#top {
    background-image: url('../images/bck_top.jpg');
    width: 850px;
    height: 281px;
    margin: 0 auto;
}

#top_text {
    font-size: 28px;
    font-weight: bold;
    color: #EEC209;
    text-align: left;
    padding: 52px 0px 0px 80px;
}

#content {
    width: 850px;
    background: url('../images/bck_content.jpg') no-repeat bottom;
    text-align: justify;
    margin: 0 auto;
}

/* menu */
#menu {
    height: 47px;
    width: 100%;
    margin-bottom: 10px;
}

/* text */
#text {
    width: 725px;
    margin-left: 68px;
    color: #fae89d;
    padding-bottom: 10px;
}

#pomoc {
    height: 215px;
    width: 300px;
    float: right;
    margin-left: 10px;
    background-image: url('../images/pomoc_drogowa.jpg');
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

/* foot */
#foot {
    background-image: url('../images/foot.jpg');
    background-repeat: no-repeat;
    width: 850px;
    height: 150px;
    margin: 0 auto;
    color: #EEA008;
}

#foot_content {
    text-align: right;
    padding: 20px 60px 0px 0px;
}

#skocz {
    position: absolute;
    right: 5px;
    top: 5px;
}

/* ogolne */
img {
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
    border: 0px;
}

.img {
    border: 1px solid #F1F1F1;
    padding: 3px;
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
}

.img_galeria {
    border: 1px solid #F1F1F1;
    padding: 3px;
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
    width: 180px;
    height: 135px;
    margin: 8px 16px;
}

#menu img {
    background: none;
}

h1 {
    color: #fae89d;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    text-align: left;
}

h2 {
    color: #fae89d;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
}

h3 {
    color: #EEA508;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
}

h3 {
    color: #EEA508;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0px;
}

ul {
    margin-left: 15px;
    list-style-type: square;
    line-height: 20px;
}

ul.wykaz li {
    margin-left: 15px;
    list-style-type: square;
    line-height: 20px;
}

ul.wykaz2 li {
    margin-left: 15px;
    list-style-type: circle;
    line-height: 20px;
    font-weight: bold;
    color: #EEA508;
}

/* linki */
a {
    color: #EEA008;
    text-decoration: none;
    font-variant: normal;
    font-weight: normal;
}

a:hover {
    color: #EEA008;
    text-decoration: underline;
    font-variant: normal;
    font-weight: normal;
}

strong {
    color: #EEA508;
}