html, body {
    margin: 0;
    padding: 0;
    width:100%;
    background-color: #4E4E4E;
}
#top-line{
    background-color: #FDE9D9;
    width:100%;
}
#top-line tr td{
    padding-left:50px;
    font-size: 14px;
    border-bottom: solid 2px #FFC290;
    font-family: Arial;
    padding-top:8px;
    padding-bottom:4px;color:#4E4E4E
}
#header-logo{
    height: 120px;
    width:100%;
    background-color:#FFFFFF;
}
#header-logo tr td{
    padding-right:10%
}
#pretraga{
    float:right;
}
#main-menu{
    background-color: #FDE9D9;
    border-bottom: solid 2px #FFC290;
    border-top: solid 2px #FFC290;
    width:100%;
    margin:auto;
}
#main-menu tr td{
    padding-top: 8px;
    padding-bottom: 8px;
}
#main-menu tr td div{
    display: inline-block;
}
.main-menu-crtica{
    padding-left:5px;
    padding-right:5px;
}
#main-menu tr td .main-menu-btn{
    border-radius:5px;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:10px;
    padding-right: 10px;
}

#main-menu tr td .main-menu-btn:hover{
    cursor:pointer;
    background-color: #FFC290;
    border-radius:5px;
    -webkit-transition: background-color 0.8s ease-out;
    -moz-transition: background-color 0.8s ease-out;
    -o-transition: background-color 0.8s ease-out;
    transition: background-color 0.8s ease-out;
}

/* Footer */
#footer{
    width:100%;
    background-color:#4E4E4E;
    color:#FFF;
    font-size:16px;
}
#footer tr td div{
    display: inline-block;
    width:24%;
    vertical-align: top;
}
#footer tr td a{
    color:inherit;
}


@media all and (max-width:650px) {
    #footer tr td div{
        width:100%;text-align:center;margin-top:5px;
        
    }

    #header-logo{
        height: 220px;
        width:100%;
        background-color:#FFFFFF;
    }

    #pretraga{ text-decoration:none}


}

/* Deo za sadrzaj */
.main-content{
    width:75%;
    margin:auto;
    margin-top:5px;
}
#naslov{
    width:98%;
    font-size:26px;
    border-bottom:solid 2px #e3e3e3;
    color:#E36C0A;
    font-weight:bold;
    text-shadow: 2px 2px 2px #FFC290;
}

.main-content tr td p{
    text-align: justify;
}

