html, body {
    background-color: #d8ae4F;
    color: #000;
    margin: 0;
    padding: 0;
}

a:link
{
    color:#000000;
    text-decoration: none;
}
a:hover
{
    color:#000000;
    text-decoration: none;
}
a:visited
{
    color:#000000;
    text-decoration: none;
}

img
{
    border: 0px;
}

#ALL
{
    width: 800px;
    margin-left:auto;
    margin-right:auto;
    background-color: #e9bf60;
}

#HEADER {
    background-repeat: no-repeat;
    background-image: url("logo.jpg");
    height: 120px;
    position: relative;
}
#HEADER-KRAJ {
    position: absolute;
    right: 25px;
}
#HEADER h1 {
    margin-top: 0px;
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #a81f04;
}

#MENU-T {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.MENU-T_el {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("button_top.jpg");
    width: 84px;
    height: 36px;
    margin: 5px 3px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}
.MENU-T_el1 {
    position: relative; top: 11px;
}
.MENU-T_el2 {
    position: relative; top: 2px;
}

#HEADER2 {
    height: 40px;
    margin-left: 124px;
    margin-right: 124px;
    background-color: #f6ad4d;
    padding-top: 12px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #a81f04;;
    outline-color: #dd840f;
    outline-style: solid;
    outline-width: 4px;
    margin-bottom: 4px;
}

.MENU-SIDE {
    overflow: hidden;
    width: 120px;
    position: relative;
}
#MENU-L {
    float: left;
}
#MENU-R {
    float: right;
}
.MENU_el {
    height: 32px;
    font-size: 16px;
    margin-top: 8px;
}
.MENU_el img {
    float: left;
    padding-left: 4px;
}
.MENU_el span {
    padding-left: 2px;
    padding-top: 8px;
    float: left;
}

#MENU-L h2, #MENU-R h2 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background-color: #d79f0d;
    outline-color: #f6ad4d;
    outline-style: solid;
    outline-width: 4px;
    width: 112px;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 0px;
}

#BODY {
    margin-left: 120px;
    margin-right: 120px;
    background-color: #f4d796;
    padding: 10px 25px;
}

#FOOTER {
    clear: both;
    text-align: center;
}
.FOOTER_el {
    display: inline-block;
    background-image: url("button_bottom.png");
    width: 243px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}

h2
{
    margin: 5px;
    font-size: 20px;
    font-weight: bold;
}

.SRODEK
{
    text-align: center;
}
.LEWO
{
    text-align: left;
}
