body {
    margin: 0;
    padding: 0;
    background: url('../grafika/background.jpg');
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    color: #000;
}

.content {
    width: 850px;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: justify;
}

.top {
    width: 850px;
    height: 266px;
    background-image: url('../grafika/top.jpg');
}

.box {
    width: 850px;
    background-image: url('../grafika/content.jpg');
    background-repeat: repeat-y;
}

.bottom {
    width: 850px;
    height: 83px;
    background-image: url('../grafika/bottom.jpg');
    clear: both;
}

.menu {
    width: 210px;
    float: left;
}

.tresc {
    width: 620px;
    float: right;
}

.tresc_lewa {
    width: 565px;
    margin-left: 10px;
    margin-right: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 17px;
}

.menu_content {
    width: 160px;
    min-height: 280px;
    background-color: #bfad95;
    border: 3px double #a8927f;
    margin-left: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul#menu_glowne {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#menu_glowne li {
    float: left;
}

ul#menu_glowne li a, ul#menu li a:visited {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font: bold 0.86em arial;
    color: #FFF;
    text-decoration: none;
    padding-left: 50px;
    background: url('../grafika/wykaz_menu.jpg') no-repeat center left;
}

ul#menu_glowne li a:hover {
    color: black;
    text-decoration: none;
    padding-left: 50px;
    background: url('../grafika/wykaz_menu.jpg') no-repeat center left;
}

.designed {
    margin-left: 650px;
    padding-top: 22px;
}

a.linki_designed:link {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

a.linki_designed:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

a.linki_designed:active {
    background-color: white;
    text-decoration: none;
    font-weight: bold;
}

a.linki_designed:hover {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

img {
    background: url(../images/loading.gif) no-repeat 50% 50%;
}

.img {
    border: 3px double #a8927f;
    padding: 1px;
    margin: 10px;
    background: url('../images/loading.gif') 50% 50% no-repeat;
}

.img2 {
    border: 3px double #a8927f;
    padding: 1px;
    margin: 5px;
    width: 150px;
    height: 105px;
    background: url('../images/loading.gif') 50% 50% no-repeat;
}

a.linki:link {
    text-decoration: none;
    color: #000;
}

a.linki:visited {
    text-decoration: none;
    color: #000;
}

a.linki:active {
    text-decoration: none;
    color: #000;
}

a.linki:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #BFAD95;
}

.formularz {
    border: 3px double #A8927F;
    background-color: #BFAD95;
    padding: 5px;
    width: 260px;
    position: relative;
    margin-bottom: 5px;
}

.pole1 {
    border: 1px solid #AAAAAA;
    left: 105px;
    position: absolute;
}

.activ {
    border-bottom: 1px solid #BFAD95;
}