/* @group Resetter */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{ margin: 0; padding: 0; }

a img { border: 0; }

/* @end */

/* @group Basics */

html, body {}

html {
    font: 62.5%/1.5 Arial, Helvetica, Geneva, sans-serif;
}

body {
    color: #333;
    background: #e8e8e8 url(../images/background/sajt-sr-cir2.jpg) no-repeat center 24px/*bilo pre topnav navigacije: top*/;
    font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body.print {
    color: #333;
    background: #ffffff;
    margin: 20px;
}
body.sr-cir {
    background-image: url(../images/background/sajt-sr-cir2.jpg);
}
body.sr-lat {
    background-image: url(../images/background/sajt-sr-lat2.jpg);
}
body.en {
    background-image: url(../images/background/sajt-en2.jpg);
}

h1, h2, h3, h4, h5 {
    margin: 18px 0 12px 0;
    font-weight: normal; line-height: 18px;
    color: #003d4c;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-shadow: 1px 1px 3px rgba(0,0,0, 0.15);
}
h1 {
    margin: 0 0 16px 0; padding: 0 0 4px 0;
    font-size: 24px; line-height: 28px;
    border-bottom: 1px solid #ddd;
}
h2 {
    margin: 18px 0 12px 0; padding: 10px 0 0 0;
    font-size: 18px; line-height: 20px;
    color: #2C6877;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}

ul, ol, dl {
    padding-left: 15px;
}
ul, ol, dl, p { margin: 12px 0 6px 0; font-size: 12px; }
li, dt, dd, p { font-size: 12px; }
/* ul, ol, dl, p { margin-bottom: 18px; } */

p {
  margin-bottom: 18px; line-height: 18px;
  text-align: justify;
}

ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}

a:link {
    color: #1e4785;
    text-decoration: underline;
}
a:visited {}
a:hover,
a:focus {
    text-decoration: none;
}
a:active {
    color: #000;
}

abbr { border-bottom: 1px dotted black; }

/* @end */

/* @group Reusable */

.hidden { display: none; }

.center { text-align: center; }

.clear { clear: both; }

hr {
    margin: 12px 0;
    height: 0;
    color: #d6d4ce;
    background: #d6d4ce;
    border: 0;
    border-bottom: 1px dotted #d6d4ce;
}

/* @end */

/* @group Topnav */

#topnav {
    margin: 0;
    width: 100%; height: 30px;
    overflow: hidden;
    background: url(../images/css/topnav/topnav_bg.gif) repeat-x;
}

#topnav ul {
    position: relative; left: -5px;
    margin: 0 auto; padding: 0;
    width: 960px;
    overflow: hidden;
    list-style: none;
}
#topnav ul li {
    float: left;
    margin: 0 -3px;
    height: 30px;
    overflow: hidden;
}
#topnav ul li a {
    display: block;
    float: left;
    height: 30px;
    padding: 0 0 0 12px;
    font-size: 11px;
    color: #777;
    text-decoration: none;
    background: url(../images/css/topnav/topnav_tab_bg.gif) -3px -30px;
}
#topnav ul li a:hover,
#topnav ul li a:active,
#topnav ul li a:focus {
    text-decoration: underline;
}
#topnav ul li a span {
    display: block;
    float: left;
    padding: 10px 15px 0 0;
    height: 30px;
    background: url(../images/css/topnav/topnav_tab_bg.gif) right -30px;
}
#topnav ul li.first a {
    margin-left: 3px; padding-left: 15px;
    background-position: 0 -30px;
}
#topnav ul li.current a {
    color: #333;
    background: url(../images/css/topnav/topnav_tab_bg.gif) -3px 0;
}
#topnav ul li.current a span {
    background: url(../images/css/topnav/topnav_tab_bg.gif) right 0;
}
#topnav ul li.current.first a {
    background: url(../images/css/topnav/topnav_tab_bg.gif) 0 0;
}

/* @end */

/* @group Layout */

#wrapper {
    position: relative;
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

/* @group Header */

#header {
    height: 170px;
}

#logo {
    position: absolute; top: 5px; left: 25px;
    width: 620px; height: 112px;
}

#logo h3,
#logo a {
    width: 620px; height: 112px;
    margin: 0;
    display: block;
    text-indent: -999em;
}

#tekstualni_linkovi {
    position: absolute; right: 20px; top: 26px;
    list-style: none;
}
#tekstualni_linkovi li {
    float: left;
    padding: 0 5px;
    font-size: 11px;
    border: 1px solid #ccc;
    border-width: 0 1px 0 0;
}
#tekstualni_linkovi li a {
    display: block;
    background: url(../images/css/tekst_linkovi_icons.png) no-repeat right top;
    text-decoration: none;
    /* color: #0071d6; */
}
#tekstualni_linkovi li a:hover,
#tekstualni_linkovi li a:active,
#tekstualni_linkovi li a:focus {
    text-decoration: underline;
}
#tekstualni_linkovi li:last-child {
    border: 0;
}
#tekstualni_linkovi li#tl_pocetna a {
    padding-right: 21px;
    background-position: right 0;
}
#tekstualni_linkovi li#tl_kontakt a {
    padding-right: 26px;
    background-position: 44px -17px;
}
#tekstualni_linkovi li#tl_mapa a {
    padding-right: 22px;
    background-position: right -34px;
}
#tekstualni_linkovi li#tl_rss a {
    padding-right: 20px;
    background-position: right -51px;
}

#tekstualni_linkovi li.tl_iconless a {
    padding-right: 2px;
    background: none;
}

#search {
    position: absolute; top: 65px; left: 733px;
}
#search fieldset {
    border: 0;
}
#search label {
    display: none;
}
#search input {
    width: 183px; height: 17px;
    font-size: 12px;
    line-height: 17px;
    background: transparent;
    border: 0;
}
#search input#search_submit {
    position: absolute; top: 0; left: 185px;
    display: block;
    width: 18px; height: 18px;
    text-indent: -99em;
}

#breadcrumbs {
    position: absolute; top: 127px; left: 20px; z-index: 1;
    margin: 0;
    text-align: left;
    line-height: 32px;
}
#breadcrumbs span {
    width: 18px; height: 28px;
    margin: 4px 0 0 0; padding: 0 5px 0 1px;
    text-indent: -99em;
    background: transparent url(../images/css/breadcrumbs_div.gif);
}
#breadcrumbs a,
#breadcrumbs span {
    font-size: 11px;
    display: block;
    float: left;
}
#breadcrumbs a {
    color: #666;
    text-shadow: #fff 0 1px 0;
    text-decoration: none;
}

#changelange li a {
    font-size: 12px;
    color: #666;
    text-shadow: #fff 0 1px 0;
    text-decoration: none;
}
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:active,
#changelange li a:hover,
#changelange li a:active,
#changelange li a:focus {
    text-decoration: underline;
}

#changelange {
    position: absolute; top: 127px; right: 20px; z-index: 1;
    margin: 0;
    list-style: none;
    line-height: 32px;
}
#changelange li {
    float: left;
    margin: 0 0 0 10px;
}
#changelange li a {
    padding: 0 0 0 22px;
}

/* @end */

/* @group Nav */

#nav, #nav * {
    margin: 0; padding: 0;
    list-style: none;
}
#nav {
    position: absolute; top: 95px; left: 101px;
    z-index: 5;
}
#nav li {
    float: left;
    margin: 0 0 0 0; padding: 0 5px 0 3px;
    height: 32px;
    background: url(../images/css/menunav/sajt-nav_plavi_div.gif) no-repeat right center;
}
#nav li:last-child {
    background: none;
}
#nav a {
    display: block;
    padding: 0 7px;
    font-size: 13px;
    line-height: 32px;
    color: #ffffff;
    text-shadow: 0 1px 1px #000;
    text-decoration: none;
    background: #324b86 url(../images/css/menunav/sajt-nav_plavi_bgs.gif) repeat-x;
}
#nav a:focus, #nav a:hover, #nav a:active {
    color: #fff;
    background: transparent url(../images/css/arrow-menu-hover.gif) no-repeat scroll center top;
}
#nav li.current a {
    color: #fff;
    font-weight: bold;
    background: transparent url(../images/css/arrow-menu.gif) no-repeat scroll center top;
    /* background: #0a2a64 url(../images/css/menunav/sajt-nav_plavi_bgs.gif) repeat-x 0 -32px; */
}

#nav.noJS li:hover div.subnav,
#nav.noJS li:focus div.subnav {
    display: block;
    color: #fff;
    background: transparent url(../images/css/arrow-menu-hover.gif) no-repeat scroll center top;
}

#nav div.subnav {
    display: none;
    position: absolute;
    min-width: 180px;
    white-space: nowrap;
    z-index: 5;
    overflow: hidden;
    padding: 5px 0;
    background: #03417E;
    border-bottom: 4px solid #dc1f26;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
#nav div.subnav ul {
    float: left;
    padding: 0 5px;
}
#nav div.subnav ul li {
    display: block;
    float: none;
    min-width: 180px;
    white-space: nowrap;
    height: auto;
    padding: 0;
    background: none;
}
#nav div.subnav ul li a {
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    background: transparent;
}
#nav div.subnav ul li a:hover {
    color: #fff;
    background: transparent url(../images/css/arrow-submenu-hover.gif) no-repeat scroll left center;
}
#nav div.subnav ul li.current a {
    background: #0071d6;
}

/* @end */


#central_wrapper {
    overflow: hidden;
    min-height: 300px;
    padding: 0 0 34px 0;
    background: #fff url(../images/css/central_wrapper_bg.gif) no-repeat center bottom;
}

#content {
    float: left;
    width: 610px;
    /* clear: both; */
    padding: 0 20px;
}

#content > .subnav li {
    font-size: 12px;
    line-height: 24px;
    list-style-image: url(../images/css/bullet1-black.gif);
}

#content.width220 {
    width: 690px;
}

#content p,
#content li {
    text-align: justify;
}

#content li:last-child {
    margin-bottom: 12px;
}

#central_wrapper.tri_kolone #content {
    width: 520px;
}

#central_wrapper.sidebar_levo #content {
    float: right;
    clear: none;
    padding: 0 20px;
}

#widecontent {
    float: left;
    width: 940px;
    clear: both;
    padding: 0 10px;
}

/* @group Sidebar */

#sidebar {
    float: left;
    width: 300px;
}
#sidebar.width220 {
    width: 220px;
}
#central_wrapper.tri_kolone #sidebar {
    width: 220px;
}

#central_wrapper.sidebar_levo #sidebar {
    margin: 0 0 0 10px;
}

div.sidebar_box div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_beli_bgs_300.gif) no-repeat;
}
div.sidebar_box.beli div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_beli_bgs_300.gif) no-repeat;
}
div.sidebar_box.crveni div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_crveni_bgs_300.gif) no-repeat;
}
div.sidebar_box.plavi div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_plavi_bgs_300.gif) no-repeat;
}
div.sidebar_box.sivi div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_sivi_bgs_300.gif) no-repeat;
}
div.sidebar_box.crni div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_crni_bgs_300.gif) no-repeat;
}
div.sidebar_box.narandzasti div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_narandzasti_bgs_300.gif) no-repeat;
}
div.sidebar_box.zeleni div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_zeleni_bgs_300.gif) no-repeat;
}
#sidebar.width220 div.sidebar_box div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_beli_bgs_220.gif) no-repeat;
}
#sidebar.width220 div.sidebar_box.beli div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_beli_bgs_220.gif) no-repeat;
}
#sidebar.width220 div.sidebar_box.crveni div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_crveni_bgs_220.gif) no-repeat;
}
#sidebar.width220 div.sidebar_box.plavi div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_plavi_bgs_220.gif) no-repeat;
}
#sidebar.width220 div.sidebar_box.sivi div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_sivi_bgs_220.gif) no-repeat;
}
#sidebar.width220 div.sidebar_box.crni div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_crni_bgs_220.gif) no-repeat;
}
#sidebar.width220 div.sidebar_box.narandzasti div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_narandzasti_bgs_220.gif) no-repeat;
}
#sidebar.width220 div.sidebar_box.zeleni div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_zeleni_bgs_220.gif) no-repeat;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_beli_bgs_220.gif) no-repeat;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box.beli div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_beli_bgs_220.gif) no-repeat;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box.crveni div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_crveni_bgs_220.gif) no-repeat;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box.plavi div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_plavi_bgs_220.gif) no-repeat;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box.sivi div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_sivi_bgs_220.gif) no-repeat;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box.crni div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_crni_bgs_220.gif) no-repeat;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box.narandzasti div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_narandzasti_bgs_220.gif) no-repeat;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box.zeleni div.top {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_zeleni_bgs_220.gif) no-repeat;
}

div.sidebar_box div.content {
    background: #f2f2f2;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-width: 0 10px;
}

div.sidebar_box h4 {
    margin: 0; padding: 3px 10px 6px 10px;
    background: url(../images/css/bigbox/bigbox_beli_h4_bg.gif) repeat-x center bottom;
    border-top: 0;
    border-bottom: 1px solid #f2f2f2;
    color: #FFFFFF;
    FONT-SIZE: 16px;
    /*FONT-WEIGHT: bold;*/
    LINE-HEIGHT: 18px;
    text-decoration: none;
    /* text-align: center; */
    text-shadow: #000 0 1px 1px;
}
div.sidebar_box.beli h4 {
    color: #000000;
    text-shadow: none;
}
div.sidebar_box.crveni h4 {
    background: #ae1a22 url(../images/css/bigbox/bigbox_crveni_h4_bg.gif) repeat-x center top;
}
div.sidebar_box.plavi h4 {
    background: #283876 url(../images/css/bigbox/bigbox_plavi_h4_bg.png) repeat-x center top;
}
div.sidebar_box.sivi h4 {
    background: #848284 url(../images/css/bigbox/bigbox_sivi_h4_bg.gif) repeat-x center top;
}
div.sidebar_box.crni h4 {
    background: #212021 url(../images/css/bigbox/bigbox_crni_h4_bg.gif) repeat-x center top;
}
div.sidebar_box.narandzasti h4 {
    background: #ce5110 url(../images/css/bigbox/bigbox_narandzasti_h4_bg.gif) repeat-x center top;
}
div.sidebar_box.zeleni h4 {
    background: #6b8a00 url(../images/css/bigbox/bigbox_zeleni_h4_bg.gif) repeat-x center top;
}

div.sidebar_box div.bottom_connector {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_beli_bgs_300.gif) no-repeat -300px 0;
}
#sidebar.width220 div.sidebar_box div.bottom_connector {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_beli_bgs_220.gif) no-repeat -220px 0;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box div.bottom_connector {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_beli_bgs_220.gif) no-repeat -220px 0;
}

div.sidebar_box div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_beli_bgs_300.gif) no-repeat -300px -13px;
}
div.sidebar_box.beli div.top_connector {
    background: url(../images/css/bigbox/bigbox_beli_bgs_300.gif) no-repeat -300px -13px;
}
div.sidebar_box.crveni div.top_connector {
    background: url(../images/css/bigbox/bigbox_crveni_bgs_300.gif) no-repeat -300px -13px;
}
div.sidebar_box.plavi div.top_connector {
    background: url(../images/css/bigbox/bigbox_plavi_bgs_300.gif) no-repeat -300px -13px;
}
div.sidebar_box.sivi div.top_connector {
    background: url(../images/css/bigbox/bigbox_sivi_bgs_300.gif) no-repeat -300px -13px;
}
div.sidebar_box.crni div.top_connector {
    background: url(../images/css/bigbox/bigbox_crni_bgs_300.gif) no-repeat -300px -13px;
}
div.sidebar_box.narandzasti div.top_connector {
    background: url(../images/css/bigbox/bigbox_narandzasti_bgs_300.gif) no-repeat -300px -13px;
}
div.sidebar_box.zeleni div.top_connector {
    background: url(../images/css/bigbox/bigbox_zeleni_bgs_300.gif) no-repeat -300px -13px;
}
#sidebar.width220 div.sidebar_box div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_beli_bgs_220.gif) no-repeat -220px -13px;
}
#sidebar.width220 div.sidebar_box.beli div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_beli_bgs_220.gif) no-repeat -220px -13px;
}
#sidebar.width220 div.sidebar_box.crveni div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_crveni_bgs_220.gif) no-repeat -220px -13px;
}
#sidebar.width220 div.sidebar_box.plavi div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_plavi_bgs_220.gif) no-repeat -220px -13px;
}
#sidebar.width220 div.sidebar_box.sivi div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_sivi_bgs_220.gif) no-repeat -220px -13px;
}
#sidebar.width220 div.sidebar_box.crni div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_crni_bgs_220.gif) no-repeat -220px -13px;
}
#sidebar.width220 div.sidebar_box.narandzasti div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_narandzasti_bgs_220.gif) no-repeat -220px -13px;
}
#sidebar.width220 div.sidebar_box.zeleni div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_zeleni_bgs_220.gif) no-repeat -220px -13px;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_beli_bgs_220.gif) no-repeat -220px -13px;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box.beli div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_beli_bgs_220.gif) no-repeat -220px -13px;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box.crveni div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_crveni_bgs_220.gif) no-repeat -220px -13px;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box.plavi div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_plavi_bgs_220.gif) no-repeat -220px -13px;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box.sivi div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_sivi_bgs_220.gif) no-repeat -220px -13px;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box.crni div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_crni_bgs_220.gif) no-repeat -220px -13px;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box.narandzasti div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_narandzasti_bgs_220.gif) no-repeat -220px -13px;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box.zeleni div.top_connector {
    height: 13px;
    background: url(../images/css/bigbox/bigbox_zeleni_bgs_220.gif) no-repeat -220px -13px;
}

div.sidebar_box div.bottom2 {
    height: 10px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_beli_bgs_300.gif) no-repeat 0 -16px;
}
div.sidebar_box div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_beli_bgs_300.gif) no-repeat 0 -13px;
}
div.sidebar_box.beli div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_beli_bgs_300.gif) no-repeat 0 -13px;
}
div.sidebar_box.crveni div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_crveni_bgs_300.gif) no-repeat 0 -13px;
}
div.sidebar_box.plavi div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_plavi_bgs_300.gif) no-repeat 0 -13px;
}
div.sidebar_box.sivi div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_sivi_bgs_300.gif) no-repeat 0 -13px;
}
div.sidebar_box.crni div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_crni_bgs_300.gif) no-repeat 0 -13px;
}
div.sidebar_box.narandzasti div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_narandzasti_bgs_300.gif) no-repeat 0 -13px;
}
div.sidebar_box.zeleni div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_zeleni_bgs_300.gif) no-repeat 0 -13px;
}
#sidebar.width220 div.sidebar_box div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_beli_bgs_220.gif) no-repeat 0 -13px;
}
#sidebar.width220 div.sidebar_box.beli div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_beli_bgs_220.gif) no-repeat 0 -13px;
}
#sidebar.width220 div.sidebar_box.crveni div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_crveni_bgs_220.gif) no-repeat 0 -13px;
}
#sidebar.width220 div.sidebar_box.plavi div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_plavi_bgs_220.gif) no-repeat 0 -13px;
}
#sidebar.width220 div.sidebar_box.sivi div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_sivi_bgs_220.gif) no-repeat 0 -13px;
}
#sidebar.width220 div.sidebar_box.crni div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_crni_bgs_220.gif) no-repeat 0 -13px;
}
#sidebar.width220 div.sidebar_box.narandzasti div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_narandzasti_bgs_220.gif) no-repeat 0 -13px;
}
#sidebar.width220 div.sidebar_box.zeleni div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_zeleni_bgs_220.gif) no-repeat 0 -13px;
}
#central_wrapper.tri_kolone #sidebar div.sidebar_box div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_beli_bgs_220.gif) no-repeat 0 -13px;
}
#central_wrapper.tri_kolone #sidebar.beli div.sidebar_box div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_beli_bgs_220.gif) no-repeat 0 -13px;
}
#central_wrapper.tri_kolone #sidebar.crveni div.sidebar_box div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_crveni_bgs_220.gif) no-repeat 0 -13px;
}
#central_wrapper.tri_kolone #sidebar.plavi div.sidebar_box div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_plavi_bgs_220.gif) no-repeat 0 -13px;
}
#central_wrapper.tri_kolone #sidebar.sivi div.sidebar_box div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_sivi_bgs_220.gif) no-repeat 0 -13px;
}
#central_wrapper.tri_kolone #sidebar.crni div.sidebar_box div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_crni_bgs_220.gif) no-repeat 0 -13px;
}
#central_wrapper.tri_kolone #sidebar.narandzasti div.sidebar_box div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_narandzasti_bgs_220.gif) no-repeat 0 -13px;
}
#central_wrapper.tri_kolone #sidebar.zeleni div.sidebar_box div.bottom {
    height: 13px;
    background: #f2f2f2 url(../images/css/bigbox/bigbox_zeleni_bgs_220.gif) no-repeat 0 -13px;
}

div.sidebar_box div.banners {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-width: 0 10px;
    background: none;
}

div.sidebar_box div.banners + div.bottom_connector,
div.sidebar_box div.banners + div.bottom,
div.sidebar_box div.banners + div.bottom2 {
    background-color: #FFFFFF;
}

div.sidebar_box ul.banneri {
    margin: 0; padding: 0;
    list-style: none;
    text-align: left;
}
div.sidebar_box ul.banneri li {
    margin: 0 10px;
    border-bottom: 1px solid #ddd;
}
div.sidebar_box ul.banneri li:last-child {
    border-bottom: none;
}
div.sidebar_box ul.banneri li a,
div.sidebar_box ul.banneri li a img {
    display: block;
}
div.sidebar_box ul.banneri img {
}

div.sidebar_box ul.subnav {
    margin: 0; padding: 0;
}
div.sidebar_box ul.subnav li {
    padding: 5px 10px;
    list-style: none;
    border-top: 1px solid #e8e8e8;
}
div.sidebar_box ul.subnav li.first {
    border: 0;
}
div.sidebar_box ul.subnav li a {
    text-decoration: none;
}
div.sidebar_box ul.subnav li a:hover,
div.sidebar_box ul.subnav li a:focus,
div.sidebar_box ul.subnav li a:active {
    text-decoration: underline;
}

div.sidebar_box ul.subnav li ul {
    margin: 5px 0;
}
div.sidebar_box ul.subnav li li {
    list-style: circle;
    padding: 3px 0;
    border: 0;
    line-height: 16px;
}
div.sidebar_box ul.subnav li li.current,
div.sidebar_box ul.subnav li li.current li.current {
    margin-left: 1px;
    list-style-image: url(../images/css/bullet1-black.gif);
    background: transparent;
}
div.sidebar_box ul.subnav li li.current li {
    list-style: disc;
    list-style-image: none;
}
div.sidebar_box ul.subnav li.current > a {
    font-weight: bold;
}

div.sidebar_box ul.subnav li li li {
    list-style: disc;
}

div.sidebar_box p.linkDesno {
    margin: 0; padding: 0 10px;
    text-align: right !important;
    background: #e8e8e8;
}
div.sidebar_box p.linkDesno a {
    display: block;
    height: 24px;
    padding: 0 32px 0 0;
    font-size: 11px;
    line-height: 18px;
    color: #666;
    background: transparent url(../images/css/vesti/vesti_icons.png) no-repeat right top;
    text-decoration: none;
}
/*
div.sidebar_box p.linkDesno {
    margin: 0; padding: 2px 10px;
    text-align: right !important;
    background: #f2f2f2;
    font: 10px/14px Verdana, Helvetica, Arial, Geneva, sans-serif;
}
div.sidebar_box p.linkDesno a {
    text-decoration: none;
}
*/
div.sidebar_box p.linkDesno a:hover,
div.sidebar_box p.linkDesno a:focus {
    text-decoration: underline;
}

div.sidebar_box form {
    overflow: hidden;
    display: block;
    padding: 3px 8px 8px 8px;
}
div.sidebar_box p,
div.sidebar_box form div.label {
    font: 11px/13px arial, tahoma, verdana;
    margin: 5px 0;
    padding: 0;
}
div.sidebar_box form input,
div.sidebar_box form select,
div.sidebar_box form textarea {
    color: #000;
    width: 192px;
    border: 1px solid #e6d9a1;
    margin-bottom: 5px;
    padding: 2px;
    font: 11px/13px arial, tahoma, verdana;
    background-color: #e8e8e8;
    font-weight: bold;
    text-decoration: none;
}
div.sidebar_box form button,
div.sidebar_box form input[type="button"],
div.sidebar_box form input[type="submit"],
div.sidebar_box form input.button {
    float: left;
    margin: 4px 35px 4px 0;
    text-align: left;
    margin: 0;
    padding: 2px 3px;
    color: #fff;
    cursor: pointer;
    width: auto;
    background: #666 url(../images/css/forme/button_bg.png) repeat-x;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 0px rgba(0,0,0,0.35);
    -moz-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}

/* @end */

/* @group Bottom Nav */

#bottom_nav {
    overflow: hidden;
    padding: 30px 10px 10px 10px;
    background: url(../images/css/bottom_nav_bg.gif) no-repeat;
}
#bottom_nav ul {
    overflow: hidden;
    margin: 0; padding: 0;
}
#bottom_nav > ul > li {
    float: left;
    margin: 0 15px;
    list-style: none;
}
#bottom_nav ul ul {
    list-style: none;
}
#bottom_nav ul h4 {
    margin: 10px 0;
    font-size: 18px;
}
#bottom_nav ul a {
    color: #666;
    text-decoration: none;
}
#bottom_nav ul h4 a {
    color: #444;
    text-decoration: none;
}
#bottom_nav ul a:hover,
#bottom_nav ul a:focus,
#bottom_nav ul a:active {
    text-decoration: underline;
}

/* @end */

#footer {
    width: 920px;
    margin: 0px auto; padding: 15px 20px;
    text-align: center;
    background: #E8E8E8 url(../images/css/footer_bg.gif) no-repeat scroll center top;
}
#footer p {
    margin: 0;
}

p.datum {
    color: #777;
    font-size: 12px;
}

h1 + p {
    margin-top: 18px;
}

h2 + p {
    margin-top: 20px;
}

h2 + p.datum {
    margin: -10px 0 20px 0;
    border-top: 1px solid #ddd;
}

#print_link {
    float: right;
    margin: 6px 0 0 15px;
}

#print_link a {
    display: block;
    padding: 1px 0 3px 28px;
    font-size: 11px;
    text-decoration: none;
    /* color: #0071d6; */
    background: url(../images/css/print.png) no-repeat;
}
#print_link a:hover,
#print_link a:focus {
    text-decoration: underline;
}

.box {
    padding: 5px 20px;
    background-color: #f8f4e5;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0, .25);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .25);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .25);
}

/* @end */


/* @group Po stranama */

/* @group Forme */

/* @group Osnovno */

form.styled {
    /* background: #d7ecf8 url(../images/css/forme/bg.gif) repeat-x 0 top; */
    background: #f2f2f2;
    border: 3px double #d3e2eb;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
form.styled fieldset {
    border: none;
}
form.styled fieldset.buttons {
    padding: 5px 0;
}
form.styled fieldset legend {
    margin: 0; padding: 10px;
    font-size: 16px;
}

/* @group Divs */

form.styled div {
    clear: both;
    overflow: hidden;
    margin: 0; padding: 6px 12px;
    vertical-align: text-top;
    border-bottom: 1px dotted #d3e2eb;
}
form.styled div.naslov {
    color: #ffffff; /*#cdbe82;*/
    margin: 0;
    padding: 4px 32px 8px 32px;
    font: 26px/30px georgia, 'times new roman', sans-serif;
    background: #e8f8ff url(../images/css/forme/naslov_bg.gif) repeat-x left top; /*todo: slika */
    text-align: center;
}
form.styled div.inline {
    display: inline;
    margin: 0; padding: 0;
    vertical-align: text-top;
    border: 0;
}
form.styled div div,
form.styled div.wrapper {
    margin: 0; padding: 0;
    border: 0;
}
form.styled div.wrapper div {
    margin: 6px 0;    padding: 6px 12px;
    border-bottom: 1px dotted #ddd;
}
form.styled div.wrapper div.wrapper {
    margin: 0; padding: 0;
    border: 0;
}
form.styled div.wrapper div.wrapper div {
    margin: 6px 0;    padding: 6px 12px;
    border-bottom: 1px dotted #ddd;
}
form.styled div:last-child {
    border: 0;
}

/* @end */

/* @group Labels */

form.styled div label,
form.styled div p.label {
    display: block;
    float: left;
    width: 160px;
    margin: 0; padding: 3px 12px 3px 0; /* zbog paddinga inputa! */
    position: relative;
    font-size: 14px;
    text-align: left;
}
form.styled div.inline label {
    display: inline;
    float: none;
    width: auto;
    margin: 0 6px 0 0;
}
form.styled div.required label {
    color: #333;
    font-weight: bold;
}
form.styled div.required label em {
    position: absolute;
    right: 6px;
    font-style: normal;
}

/* @end */

form.styled div p.note {
    margin: 3px 0 3px 172px;
    font-size: 12px;
    color: #666;
}

/* @group Inputs & Buttons */

form.styled input[type=text],
form.styled input[type=password],
form.styled input[type=file],
form.styled textarea {
    width: 240px;
    margin: 1px 0 0 0; padding: 4px;
    font-size: 12px; line-height: 18px;
    background: #fff url(../images/css/forme/input_txt_bg.png) repeat-x;
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #e3e3e3;
    vertical-align: middle;
}
form.styled textarea {
    width: 320px; height: auto;
    background-color: #fff;
}
form.styled select,
form.styled select option {
    width: auto;
    margin: 3px 0 1px; padding: 0;
    font-size: 12px;
    line-height: 18px;
}
form.styled option {
    padding: 0 3px;
}
form.styled div.inline input[type=text],
form.styled div.inline input[type=password],
form.styled div.inline input[type=file],
form.styled div.inline select {
    display: inline;
    margin: 0 3px 0 0;
}

/* hover */
form.styled input[type=text]:hover,
form.styled input[type=password]:hover,
form.styled input:hover[type=file],
form.styled textarea:hover {
    background-color: #fef9ec;
}

/* focus */
form.styled input[type=text]:focus,
form.styled input[type=password]:focus,
form.styled input:focus[type=file],
form.styled textarea:focus {
    background-color: #f9f8e4;
    border-top: 1px solid #b6b6b6;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #d4d4d4;
}

/* disabled */
form.styled input[disabled=disabled],
form.styled input:hover[disabled=disabled] {
    color: #000;
    background: #ccc url(../images/css/forme/input_txt_bg.png) repeat-x;
}

/* buttons */
form.styled input[type=submit] {
    padding: 4px 20px;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    background: #fff url(../images/css/forme/trazi_bg.png) 0 bottom;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid rgba(0,0,0, 0.25);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0, 0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0, 0.15);
}
form.styled input[type=submit]:hover {
    border: 1px solid rgba(0,0,0, 0.45);
}
form.styled button,
form.styled input[type=button],
form.styled input.save,
form.styled input.cancel,
form.styled div.submit input,
form.styled a.button {
    background: #222 url(../images/css/gradient.30.png) repeat-x;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 0px rgba(0,0,0,0.35);
    -moz-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}

form.styled input.save {
    background-color: #639e11;
}
form.styled input.save:hover {
    background-color: #3c7900;
}
form.styled input.save:focus,
form.styled input.save:active {
    background-color: #004700;
}

form.styled input.cancel,
form.styled a.button.cancel {
    margin-left: 10px;
    background-color: #d22300;
}
form.styled input.cancel:hover,
form.styled a.button.cancel:hover {
    background-color: #b10000;
}
form.styled input.cancel:focus,
form.styled input.cancel:active,
form.styled a.button.cancel:focus,
form.styled a.button.cancel:active {
    background-color: #910000;
}

/* @end */

/* @group Greske */

form.styled div.error {
    background: url(../images/css/forme/uf_error.png);
}
form.styled div.error label,
form.styled div.error p.label {
    color: #cc0000;
}
form.styled div.error input[type=text],
form.styled div.error input[type=passsword],
form.styled div.error input[type=file],
form.styled div.error textarea,
form.styled div.error select {
    border: 1px solid red;
}

/* @end */

form.styled input.form-error { border: 1px solid red; }
form.styled div.error-message {
    margin: 0 0 0 0px; padding: 9px 0 6px 0;
    font-size: 12px;
    font-weight: bold;
    color: red;
    text-align: center;
}

/* @end */

/* @group Pretraga */

#pretraga fieldset {
    padding: 9px 3px;
}
#pretraga label {
    font-size: 12px;
    margin: 0; padding: 3px;
}
#pretraga div.inline {
    padding: 2px;
}
#pretraga div.inline select option {
    font-size: 12px;
    padding: 1px 2px;
}
#pretraga input#query {
    width: 150px;
    font-size: 14px;
}
#pretraga input#query.js {
    width: 300px;
    margin-left: 4px;
}
#pretraga input#query.js.prazan {
    color: #bbb;
}
#pretraga input[type=submit] {
    padding: 4px 26px 4px 10px;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    background: #fff url(../images/css/forme/trazi_bg.png) right bottom;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid rgba(0,0,0, 0.25);
    
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    
    box-shadow: 0 1px 2px rgba(0,0,0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0, 0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0, 0.15);
}
#pretraga input[type=submit]:hover {
    border: 1px solid rgba(0,0,0, 0.45);
}

#pretraga + p.napomena {
    width: 90%;
    margin: -1px auto 20px auto; padding: 2px 10px 4px;
    font-size: 11px;
    font-style: italic;
    color: #888;
    background: #ebf5fb;
    border: 1px solid #e9f0f5;
    border-top: 1px solid #d3e2eb;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

/* @end */

/* @end */

/* @group Pagination */

.pagination {
    margin: 12px 0; padding: 3px 0;
    font-size: 12px;
}
.pagination .tekst {
    margin: 9px 0;
}
.pagination a {
    margin: 2px; padding: 2px 5px 2px 5px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #232c30;
    background-color: #f5f8e7;
    border: 1px solid #d8e4ee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.pagination a:hover, .pagination a:active {
    color: #000;
    background-color: #d8e4ee;
    border: 1px solid #a1adb6;
}
.pagination span.current {
    margin: 2px; padding: 2px 5px 2px 5px;
    font-size: 16px;
    font-weight: bold;
    background-color: #e7e7e7; /*d8e4ee;*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.pagination .tekst span.current {
    padding: 0;
    font-size: 14px;
    background-color: transparent;
}
.pagination span.disabled {
    margin: 2px; padding: 2px 5px 2px 5px;
    color: #aaa;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.pagination span.gap {
    font-size: 12px;
}

/* @end */

/* @group Vesti, rezultati */

#content div.vesti {
}
#content div.vesti div.vest,
#rezultati_pretrage div.rezultat {
    overflow: hidden;
    margin: 0 0 10px 0; padding: 5px 15px;
    background: #f2f2f2; /*f7f3e6*/
    border: 1px solid #efebdf;
    border-bottom: 4px solid #e9e5da;
}
#content div.vest:last-child,
#rezultati_pretrage div.rezultat:last-child {
    margin-bottom: 10px;
}
#content div.vest h2,
#rezultati_pretrage div.rezultat h2 {
    margin: 12px 0;
    font: 18px Georgia, "Times New Roman", Times, serif;
    text-shadow: none;
}
#content div.vest h2 a,
#rezultati_pretrage div.rezultat h2 a {
    color: #1e4785;
    text-decoration: none;
}
#content div.vest h2 a:hover,
#content div.vest h2 a:focus,
#content div.vest h2 a:active,
#rezultati_pretrage div.rezultat h2 a:hover,
#rezultati_pretrage div.rezultat h2 a:focus,
#rezultati_pretrage div.rezultat h2 a:active {
    text-decoration: underline;
}
#content div.vest div.meta,
#rezultati_pretrage div.rezultat div.sekcija {
    float: left;
    position: relative; top: 5px;
    margin: 0 10px 0 0;
    color: #666;
}
#rezultati_pretrage div.rezultat div.sekcija a {
    font-size: 11px;
    font-style: italic;
    color: #666;
    text-decoration: none;
}
#rezultati_pretrage div.rezultat div.sekcija a:hover,
#rezultati_pretrage div.rezultat div.sekcija a:focus,
#rezultati_pretrage div.rezultat div.sekcija a:active {
    text-decoration: underline;
}
#content div.vest div.meta {
    float: left;
    position: relative; top: 5px;
    margin: 0 10px 0 0;
    color: #666;
}
#content > div.vest div.meta {
    position: relative; top: 0;
    float: left;
    margin: 5px 10px 0 0;
    color: #666;
}
#content div.meta span.tip::after {
    content: ", ";
}
#content div.meta span.tip,
#content div.meta span.datum {
    font-size: 11px;
    font-style: italic;
    white-space: nowrap;
}
#content div.vest div.tekst,
#rezultati_pretrage div.rezultat div.tekst {
    clear: left;
    padding: 0;
}
#content > div.vest div.tekst  {
    padding-bottom: 30px;
    background: url(../images/css/vesti/vest_bg.png) no-repeat right bottom;
}

#content div.vest div.tekst p,
#rezultati_pretrage div.rezultat div.tekst p {
    margin: 9px 0;
}
#content div.vest p.zaglavlje,
#rezultati_pretrage div.rezultat p.zaglavlje {
    float: right;
    overflow: hidden;
    margin: 0 0 6px 0; padding: 0;
/*
    border: 1px solid #ddd;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 1px 1px 2px rgba(50,50,50, 0.15);
*/
}
#content > div.vest p.zaglavlje {
    margin: 10px 0 0 0; padding: 0;
}
#content div.vest p.zaglavlje span {
    float: left;
    display: block;
}
#content div.vest p.zaglavlje span.procitaj a,
#content div.vest p.zaglavlje span.komentari a,
#content div.vest p.zaglavlje span.prosledi a,
#rezultati_pretrage div.rezultat p.zaglavlje span.procitaj a {
    float: left;
    display: block;
    padding: 0 0 3px 30px;
    text-decoration: none;
    background: url(../images/css/vesti/vesti_icons.png) no-repeat;
}
#content div.vest p.zaglavlje span.procitaj a:hover,
#content div.vest p.zaglavlje span.procitaj a:focus,
#content div.vest p.zaglavlje span.komentari a:hover,
#content div.vest p.zaglavlje span.komentari a:focus,
#content div.vest p.zaglavlje span.prosledi a:hover,
#content div.vest p.zaglavlje span.prosledi a:focus,
#rezultati_pretrage div.rezultat p.zaglavlje span.procitaj a:hover,
#rezultati_pretrage div.rezultat p.zaglavlje span.procitaj a:focus,
#rezultati_pretrage div.rezultat p.zaglavlje span.procitaj a:active {
    text-decoration: underline;
}
#content div.vest p.zaglavlje span.komentari a {
    background-position: 0 -22px;
}
#content div.vest p.zaglavlje span.komentari a span.broj {
    margin-right: 3px;
    color: #000;
    font-weight: bold;
}
#content div.vest p.zaglavlje span.prosledi a {
    padding-left: 30px;
    background-position: 0 -45px;
}
#content div.vest p.zaglavlje span.div {
    padding: 0 5px;
    color: #fff;
}
#content div.vesti hr,
#rezultati_pretrage div.rezultat hr {
    margin: 14px 0;
    height: 4px;
    color: #dc1f26;
    background-color: #dc1f26;
    border: none;
    /* border-bottom: 4px solid #2579bf; */
    /* boje: svetlo plava: 2579bf, tamno plava: 283876, crvena: dc1f26 */
}
#content > div.vest hr {
    margin: 24px 0 18px 0;
    border-bottom: 4px solid #dc1f26; /*svetlo plava: 2579bf, tamno plava: 283876, crvena: dc1f26*/
}

/* @end */

/* @group Naslovna */

#splash {
    width: 940px; height: 270px;
    margin: 0 0 10px 0;
    overflow: hidden;
    background: #286ca2 url(../images/css/splash_bg.jpg);
}
#splash div.content {
    float: left;
    width: 490px; height: 220px;
    margin: 10px; padding: 15px 20px;
    color: #fff;
    font-size: 14px;
    text-shadow: rgba(0,0,0, .5) 0px 1px 2px;
}
#splash div.content p {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
#splash div.content p em {
    font-size: 16px;
    color: #ddd;
}

/* naslovna vest:
#splash div.content h2 {
    margin: 0 0 18px 0;
    color: #fff;
    text-shadow: #000 0 1px 2px;
}
#splash div.content h2 a {
    text-decoration: none;
}
#splash div.content h2 a:hover,
#splash div.content h2 a:focus,
#splash div.content h2 a:active {
    text-decoration: underline;
}
#splash div.content a {
    color: #fff;
}
#splash div.content a:hover,
#splash div.content a:active,
#splash div.content a:focus {
    text-decoration: none;
}
#splash div.content p {
    margin-bottom: 12px;
    font-size: 14px;
}
#splash div.content a.procitajte {
    display: block;
    float: left;
    margin: 10px 0 0 0; padding: 3px 10px;
    font-size: 11px;
    
    text-decoration: none;
    color: #444;
    background: #fff url(../images/css/gradient.20.png) repeat-x 0 center;
    text-shadow: #fff 0 1px 0;
    
    -moz-border-radius: 12px;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0, 0.75);
}
*/

#splash div.slika {
    float: left;
    margin: 13px 3px;
    width: 374px; height: 244px;
    overflow: hidden;
    text-align: center;
}

#splash #izdvajamo {
    float: left;
    margin: 14px 4px; padding: 0;
    width: 372px; height: 242px;
    overflow: hidden;
    text-align: center;
}
#izdvajamo .navi {
    margin: 22px 0 10px 160px;
    height: 10px;
}
#izdvajamo .navi a {
    display: block;
    float: left;
    width: 10px; height: 10px;
    padding: 0 3px;
    background: url(../images/css/scrollable_navi.gif) no-repeat 3px top;
    cursor: pointer;
}
#izdvajamo .navi a:hover,
#izdvajamo .navi a:focus {
    background-position: 3px -10px;
}
#izdvajamo .navi a.active {
    background-position: 3px -20px;
}

#izdvajamo .scrollable {
    margin: 25px 0 0 0;
    height: 167px;
    position: relative;
    left: 10px; top: 10px;
    overflow: hidden;
}
#izdvajamo ul.items {
    /* this cannot be too large */
    height:20000em;
    position:relative;
    clear:both;
    margin: 0; padding: 0;
    width: 372px;
    border-top: 1px solid #ddd;
}
#splash #izdvajamo li {
    margin: 0 40px;
    height: 82px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    border-bottom: 1px solid #ddd;
}



#naslovne_kutije {
    overflow: hidden;
}

#naslovne_kutije div.sidebar_box {
    float: left;
    width: 300px;
}
#naslovne_kutije div.sidebar_box div.content,
#naslovne_kutije div.sidebar_box div.bottom_connector,
#naslovne_kutije div.sidebar_box div.bottom2,
#naslovne_kutije div.sidebar_box div.bottom {
    background-color: #FFFFFF;
}
#naslovne_kutije div.sidebar_box {
    margin-right: 20px;
}
#naslovne_kutije div.poslednji {
    margin-right: 0;
}

#naslovne_kutije div.infobox li a {
    display: block;
    height: 24px;
    line-height: 24px;
    text-indent: 22px;
    background: url(../images/css/informacije_ikonice.png) no-repeat;
}

#naslovne_kutije #link_informator a {
    text-decoration: none;
}
#naslovne_kutije #link_kontakt a {
    background-position: 0 -24px;
    text-decoration: none;
}
#naslovne_kutije #link_mejllista a {
    background-position: 0 -48px;
    text-decoration: none;
}
#naslovne_kutije #link_faq a {
    background-position: 0 -72px;
    text-decoration: none;
}
#naslovne_kutije #link_rss a {
    background-position: 0 -96px;
    text-decoration: none;
}
/* velika slika za Informator o radu:
#naslovne_kutije #link_informator a {
    height: 65px;
    line-height: 65px;
    text-indent: 52px;
    font-size: 14px;
    background: url(../images/css/informacije_ikonice.png) no-repeat;
    text-decoration: none;
}
#naslovne_kutije #link_kontakt a {
    background-position: -13px -65px;
    text-decoration: none;
}
#naslovne_kutije #link_mejllista a {
    background-position: -13px -88px;
    text-decoration: none;
}
#naslovne_kutije #link_faq a {
    background-position: -13px -112px;
    text-decoration: none;
}
#naslovne_kutije #link_rss a {
    background-position: -13px -135px;
    text-decoration: none;
}
*/
#naslovne_kutije #link_informator a:hover,
#naslovne_kutije #link_informator a:focus,
#naslovne_kutije #link_kontakt a:hover,
#naslovne_kutije #link_kontakt a:focus,
#naslovne_kutije #link_mejllista a:hover,
#naslovne_kutije #link_mejllista a:focus,
#naslovne_kutije #link_faq a:hover,
#naslovne_kutije #link_faq a:focus,
#naslovne_kutije #link_rss a:hover,
#naslovne_kutije #link_rss a:focus {
    text-decoration: underline;
}

/* @end */

