html, body
{
    width: 100%;
}

body {
    background-image: url(../images/pozadina.jpg);
    background-repeat: repeat-x;
    background-position: 0 0;

    font-family: sans-serif;
    text-align: center;
    font-size: 10pt;
}

.plain h2
{
    font-size: 140%;
    font-weight: bold;
    margin: 15px 0 10px;
}

.plain h3
{
    font-size: 120%;
    font-weight: bold;
    margin: 10px 0 5px;
}

.plain h4 
{
    font-size: 110%;
    font-weight: bold;
    margin: 10px 0 5px;
}

.plain strong
{
    font-weight: bold;
}

.plain ul
{
    list-style: disc;
    margin: 5px 15px;
    padding-left: 10px;
}
.plain ul li
{
    list-style: disc;
    padding-left: 5px;
    margin-bottom: 2px;
}

#glavni
{
    text-align: left;
    width: 999px;
    margin: 0 auto;
}

#header
{
    position: relative;
    height: 320px;
}

#header .logo
{
    position: absolute;
    top: 50px;
    left: 80px;
    width: 573px;
    height: 173px;
    background-image: url(../images/header-logo.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0;
    padding: 0;
}

#header .logo a
{
    display: block;
    width: 100%;
    height: 100%;
}

#header .logo span
{
    display: none;
}

#header .tekst
{
    position: absolute;
    font-size: 11pt;
    font-family: sans-serif;
    color: #000000;
    top: 200px;
    left: 90px;
}


#header .slika
{
    position: absolute;
    top: -40px;
    right: -00px;
    width: 552px;
    height: 450px;
    background-image: url(../images/linda.png);
    background-repeat: no-repeat;
}

#sadrzaj {
    background: transparent url(../images/pozadina-main.png) no-repeat 0 0;
    width: 999px;
    height: 844px; 
    margin-bottom: -30px; /* zbog negativnog relativnog top, vrednost treba da bude kao top */
    position: relative;
    top: -30px;
}


.meni
{
    position: relative;
    top: 3px;
    left: 0;
}

.meni ul, .meni li
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.meni ul
{
    height: 45px;
    padding: 10px 20px;
    margin: 0 22px;
    border-bottom: 5px solid #8d0a0a;
}


.meni li
{
    display: inline;
}

.meni li a
{
    color: #ffb76b;
    display: block;
    float: left;
    width: 174px;
    height: 34px;
    margin: 0 5px 0 4px;
    padding: 15px 0 0;
    text-align: center;
    font-size: 14pt;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
    text-shadow: 0px 1px #000;
    background-image: url(../images/meni-dugme-normal.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.meni li a:hover
{
    color: #8d0a0a;
    background-image: url(../images/meni-dugme-hover.png);
}

.loader
{
    position: absolute;
    top: 73px;
    left: 22px;
    right: 22px;
    height: 749px;
    background: transparent url(../images/ludi-piksel.png);
    z-index: 100;
}

.loader .spin
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    width: 66px;
    height: 66px;
    background: transparent url(../images/loader.gif) no-repeat;
    z-index: 101;
}

.prozorcic
{
    position: fixed;
    width: 707px;
    height: 574px;
    margin-top: -287px;
    margin-left: -353px;
    top: 50%;
    left: 50%;
    background: transparent url(../images/prozorcic.png) no-repeat left top;
    z-index: 200;
}

.prozorcic .close
{
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: transparent url(../images/close.png) no-repeat right top;
    cursor: pointer;
}

.prozorcic .sadrzaj
{
    margin: 30px;
    height: 514px;
    overflow: auto;
}

.prozorcic .sadrzaj h2
{
    font-size: 15pt;
    margin: 0 0 10px;
    padding: 0;
}

#stranica
{
    padding: 20px 40px 0;
}

#footer
{
    font-size: 9pt;
    font-weight: bold;
    margin: 0 22px;
    padding-bottom: 13px;
}

#footer a
{
    color: #000000;
}

#footer p
{
    margin: 0;
}

#footer .right
{
    float: right;
}

#footer ul, #footer li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer li
{
    display: block;
    float: right;
    margin-right: 15px;
}

#footer li a
{
    color: black;
}

