* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    background: #1a1a1a;
    color: #fff;
    font: 13px Arial;
    font: 11px/1.5 Verdana;
}

p {
    margin-bottom: 6px;
}

a {
    color: #fff;
}

#overall {
    width: 900px;
    height: 500px;
    margin: 100px auto;
}

#overall1 {
    background: url("./images/novo_lice.jpg") no-repeat 810px 107px;
    height: 500px;
    width: 850px;
    margin-left: 25px;
}

#header {
    background: url("./images/header.gif") no-repeat;
    width: 806px;
    height: 72px;
}

#home {
    display: block;
    position: relative;
    height: 60px;
    width: 140px;
}

#katalog, #kontakt {
    background: #303030;
    display: block;
    position: relative;
    margin: -21px 0 0 729px;
    height: 23px;
    width: 77px;
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

#katalog:hover, #kontakt.active, #kontakt:hover{
    background: #90400c;
}

#katalog{
    margin: -33px 0 0 645px;
}


#sadrzaj {
    border: 10px solid #3e4241;
    background: #000;
    width: 786px;
    height: 370px;
}

#lijevo {
    width: 566px;
    height: 370px;
    float: left;
}

#carOver {
    position: absolute;
    width: 75px;
    height: 294px;
    background: url('./images/carousel.gif') no-repeat;
    margin-top: 25px;
    padding: 14px 10px 10px 0;
    line-height: 1.4em;
}

#carosuel img {
    cursor: pointer;
    margin: 0;
    padding: 5px 0;
    border: 0;
    display: block;
}

#carUp, #carDown {
    text-align: center;
}

#desno {
    width: 190px;
    height: 350px;
    margin-left: 566px;
    background: #000;
    padding: 10px 15px;
    opacity: 0.85;
    overflow: hidden;
}

#navigacija {
    border-top: 1px solid #000;
    width: 806px;
    height: 39px;
}

#navigacija a {
    height: 37px;
    display: block;
    float: left;
}

#naS {
    width: 202px;
    background: url("./images/navigacija.gif") no-repeat 0px 0px;
}

#naS:hover, #naSa {
    width: 202px;
    background: url("./images/navigacija.gif") no-repeat 0px -39px;
}

#naF {
    width: 201px;
    border-left: 1px solid #000;
    background: url("./images/navigacija.gif") no-repeat -202px 0px;
}

#naF:hover, #naFa {
    width: 201px;
    background: url("./images/navigacija.gif") no-repeat -202px -39px;
}

#naR {
    width: 201px;
    border-left: 1px solid #000;
    background: url("./images/navigacija.gif") no-repeat -404px 0px;
}

#naR:hover, #naRa {
    width: 201px;
    background: url("./images/navigacija.gif") no-repeat -404px -39px;
}

#noN {
    width: 199px;
    border-left: 1px solid #000;
    background: url("./images/navigacija.gif") no-repeat -606px 0px;
}

#noN:hover, #noNa {
    width: 199px;
    background: url("./images/navigacija.gif") no-repeat -606px -39px;
}

#nazad {
    display: block;
    text-decoration: none;
    margin-top: 232px;
    width: 19px;
    padding-left: 6px;
    padding-top: 20px;
    height: 56px;
    position: absolute;
    font-size: 20px;
    background: #90400c;
}


