body{
    font-family: Arial, Verdana, Tahoma;
    background-image: url('../images/body/page.png');
    font-size: 12px;
    color: #666666;
    padding: 0px;
    margin: 0px;
}



/* START DEFAULT ELEMENTS */
img{
    border: none;
}
td{
    vertical-align: top;
}
ul{
    list-style-type: none;
    line-height: 1.4em;
    padding: 0px;
    margin: 0px;
}
a, a:visited, a:active{
    text-decoration: none;
    font-size: 11px;
    color: #666666;
}
a:hover{
    text-decoration: none;
    font-size: 11px;
    color: #fac000;
}
input{
    border: 1px solid #d0d0d0;
    margin-bottom: 3px;
    font-size: 11px;
    color: #666666;
}
select{
    position: relative;
    background-color: #ffffff;
    font-size: 11px;
    color: #666666;
    border: 1px solid #d0d0d0;
    height: 18px;
    width: 64px;
    top: -2px;
}
textarea{
    background-color: #ffffff;
    font-size: 11px;
    color: #666666;
    border: 1px solid #d0d0d0;
}
/* END DEFAULT SETTINGS */





/* START CLASS SETTINGS */
a.box, a.box:visited, a.box:active{
    background-image: url('../images/li_grey.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 14px;
    font-weight: bold;
    font-size: 12px;
    color: #eeeeee;
}
a.box:hover{
    background-image: url('../images/li_grey.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 14px;
    font-weight: bold;
    font-size: 12px;
    color: #fac000;
}
a.kontakt, a.kontakt:visited, a.kontakt:active{
    color: #666666;
    font-size: 11px;
}
a.kontakt:hover{
    color: #fac000;
    font-size: 11px;
}
h4.red{
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 13px;
    color: #990000;
}
span.red{
    color: #990000;
}
span.ok{
    color: #3f7f62;
    font-weight: bold;
    font-style: italic;
}
span.error{
    color: #c1272d;
    font-weight: bold;
    font-style: italic;
}
input.posalji{
    background-image: url('../images/buttons/posalji.png');
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    border: none;
    height: 20px;
    width: 55px;
}
/* END CLASS SETTINGS */




/* START PAGE SETTINGS */
#container{

}

#container .tlside{
    background-image: url('../images/page/top-repeat.png');
    background-repeat: repeat-x;
    background-position: right;
}
#container .tmiddle{
    background-image: url('../images/page/top.png');
    background-repeat: no-repeat;
    height: 112px;
}
#container .trside{
    background-image: url('../images/page/top-repeat.png');
    background-repeat: repeat-x;
    background-position: left;
}

#container .middle{
    min-width: 992px;
    max-width: 992px;
    width: 992px;
}

#container .blside{
    background-image: url('../images/page/bottom-repeat.png');
    background-repeat: repeat-x;
    background-position: right;
}
#container .bmiddle{
    background-image: url('../images/page/bottom.png');
    background-repeat: no-repeat;
    height: 46px;
}
#container .brside{
    background-image: url('../images/page/bottom-repeat.png');
    background-repeat: repeat-x;
    background-position: left;
}



#icontainer{
}
#icontainer .ilside{
    min-width: 195px;
    max-width: 195px;
    width: 195px;
}
#icontainer .imiddle{
    padding: 15px;
    padding-left: 0px;
    width: 802px;
}
#icontainer .irside{
    padding-top: 15px;
    min-width: 175px;
    max-width: 175px;
    width: 175px;
}
#icontainer .iadvert{
    border-top: 2px dotted #d0d0d0;
}
/* END PAGE SETTINGS */




/* START PAGE TOP CONTAINER SETTINGS */
#top{
    height: 110px;
}
#top .tlogo{
    min-width: 195px;
    max-width: 195px;
    width: 195px;
}
#top .tmenu{
    padding-top: 30px;
}
#top .tnalog{
    min-width: 175px;
    max-width: 175px;
    width: 175px;
}
/* STOP PAGE TOP CONTAINER SETTINGS */




/* START PAGE BOTTOM CONTAINER SETTINGS */
#bottom{
    
}
#bottom .lbottom{
    padding-top: 15px;
    font-size: 10px;
    color: #f0f0f0;
    float: left;
}
#bottom .lbottom a, #bottom .lbottom a:active, #bottom .lbottom a:visited{
    text-decoration: none;
    position: relative;
    font-size: 10px;
    color: #f0f0f0;
    top: -4px;
}
#bottom .lbottom a:hover{
    text-decoration: none;
    position: relative;
    font-size: 10px;
    color: #fac000;
    top: -4px;
}
#bottom .rbottom{
    margin-right: 5px;
    padding-top: 15px;
    float: right;
}
#bottom .rbottom a, #bottom .rbottom a:active, #bottom .rbottom a:visited{
    text-decoration: none;
    position: relative;
    font-size: 10px;
    color: #f0f0f0;
    top: -4px;
}
#bottom .rbottom a:hover{
    text-decoration: none;
    position: relative;
    font-size: 10px;
    color: #fac000;
    top: -4px;
}
/* STOP PAGE BOTTOM CONTAINER SETTINGS */




/* START SIDEBAR SETTINGS */
#sidebar{
    margin-top: 0px;
}
#sidebar .header{
    position: relative;
    z-index: 200;
}
#sidebar .body{
    background-image: url('../images/body/sidebar.png');
    background-repeat: repeat;
    position: relative;
    z-index: 100;
    top: -9px;
    
}
#sidebar .footer{
    background-image: url('../images/footer/sidebar.png');
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    z-index: 300;
    top: -9px;
}
/* STOP SIDEBAR SETTINGS */





/* START SEARCH SETTINGS */
#search{
    width: 175px;
    min-width: 175px;
    max-width: 175px;
}
#search .pretraga{
    color: #a0a0a0;
    background-color: #ffffff;
    border: 1px dotted #d0d0d0;
    width: 120px;
    height: 16px;
}
#search .trazi{
    cursor: pointer;
    position: relative;
    background-color: transparent;
    background-image: url('../images/search_button.png');
    background-repeat: no-repeat;
    border: none;
    width: 48px;
    height: 16px;
    top: 2px;
}
/* STOP SEARCH SETTINGS */





/* START LOGIN SETTINGS */
#login{
    background-image: url('../images/login/login.png');
    background-repeat: no-repeat;
    width: 175px;
    min-width: 175px;
    max-width: 175px;
    height: 82px;
    min-height: 82px;
    max-height: 82px;
}
#login .korisnik{
    font-size: 10px;
    color: #a0a0a0;
    margin-top: 30px;
    margin-left: 10px;
    padding-top: 2px;
    padding-left: 5px;
    background-color: transparent;
    background-image: url('../images/login/login-text1.png');
    background-repeat: no-repeat;
    border: none;
    width: 114px;
    height: 17px;
}
#login .lozinka{
    font-size: 10px;
    color: #a0a0a0;
    margin-left: 10px;
    padding-left: 5px;
    position: relative;
    padding-top: 2px;
    background-color: transparent;
    background-image: url('../images/login/login-text2.png');
    background-repeat: no-repeat;
    border: none;
    width: 114px;
    height: 17px;
    top: -3px;
}
#login .ulaz{
    cursor: pointer;
    position: relative;
    background-color: transparent;
    background-image: url('../images/login/login-button.png');
    background-repeat: no-repeat;
    border: none;
    width: 36px;
    height: 13px;
    top: -1px;
}
/* STOP LOGIN SETTINGS */





/* START THE CONTENT */
#content{
    width: 100%;
    border: 1px dotted #d0d0d0;
    background-color: #ffffff;
}


#greatbanner{
    background-color: #d0d0d0;
    height: 212px;
}


#boxtv{
    background-image: url('../images/boxes/televizija.png');
    background-repeat: no-repeat;
    height: 155px;
    width: 375px;
    float: left;
}

#boxtv table{
    margin-left: 10px;
    margin-top: 35px;
}

#boxtv .body{
    padding-top: 15px;
}
#boxtv .footer{
    padding-top: 18px;
}

#boxnet{
    background-image: url('../images/boxes/internet.png');
    background-repeat: no-repeat;
    height: 155px;
    width: 375px;
    float: right;
}

#boxnet table{
    margin-left: 10px;
    margin-top: 35px;
}

#boxnet .body{
    padding-top: 15px;
}

#boxnet .footer{
    padding-top: 17px;
}

#boxnet .footer img{
    margin-right: 2px;
    margin-top: 8px;
}

#bottom_advert{
    width: 100%;
}
#bottom_advert div{
    border: 1px dotted #ffffff;
    background-color: #d0d0d0;
    margin-bottom: 15px;
    margin-left: 1px;
    margin-top: 15px;
    height: 157px;
    width: 245px;
    float: left;
}


.white{
    
}
.white .header{
    
}
.white .body{
    text-align: justify;
    font-size: 11px;
}
.white .body_right{
    text-align: right;
}

#mesto{
    width: 270px;
}
