
/* CSS Document */

/*
 * Project: Carina
 * Font: Tahoma
 * 
 * 
*/

* {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------------------------------------- common */

a {
    text-decoration: none;
    color:#3C5172;
}

a img {
    border: none;
}
a img.desna 
{
    margin-top:5px;
    border:1px solid #DED5D5;
    margin-left:7px;
    padding:2px;
}
a img.lijeva 
{
    margin-top:5px;
    border:1px solid #DED5D5;
    margin-left:-4px;
    padding:2px;
}

.red
{
	color: #FF0000;
}

li {
	list-style-type: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.no_display {
	display: none;
}

/* --------------------------------------------------------------------------------------------- body */

body, html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}

/* --------------------------------------------------------------------------------------------- wrapper */

#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
}

/* --------------------------------------------------------------------------------------------- header */

#header_wrapper {
	background: url(../../images/design/header_wrapper_bck.jpg) center top no-repeat;
}

#header {
	width: 1003px;
	margin: 0px auto;
	position: relative;
}

/* --------------------------------------------------------------------------------------------- header_main */

#header_main {
	float: left;
}

/* --------------------------------------------------------------------------------------------- breadcrumbs */

#breadcrumbs {
	font-size: 10px;
	color: #768fb7;
	line-height: 16px;
	height: 16px;
	float: left;
	margin: 12px 0px 0px 20px;
	background: #fff url(../../images/design/breadcrumbs_bck.gif) left top no-repeat;
}

#breadcrumbs p {
	background: url(../../images/design/breadcrumbs_bck.gif) right bottom no-repeat;
	padding: 0px 8px 0px 19px;
}

#breadcrumbs strong {
	float:left;
}

#breadcrumbs a {
	display: block;
	float: left;
	color: #768fb7;
	background: url(../../images/design/bullet_5.gif) 0px 6px no-repeat;
	margin-left: 5px;
	padding-left: 8px;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------- mini_menu */

#mini_menu {
	margin: 8px 0px 0px 20px;
}

#mini_menu li {
	font-size: 10px;
	float: left;
	height: 22px;
	line-height: 22px;
	background: url(../../images/design/mini_menu_item_bck.gif) left top repeat-y;
	padding: 0px 8px 0px 10px;
}

#mini_menu li.first {
	background: none;
}

#mini_menu li a {
	color: #536c95;
}

#mini_menu li a:hover {
	color: #f1f1f1;
	background-color: #536c95;
}

/* --------------------------------------------------------------------------------------------- navigation */

#navigation {
	margin: 30px 0px 0px 11px;
	width: 476px;
	height: 27px;
}


#navigation li {
	float: left;
	height: 27px;
}

#navigation li.first {
	padding-left: 9px;
	background: url(../../images/design/nav_left_bck.gif) left top no-repeat;
}

#navigation li.last {
	padding-right: 9px;
	background: url(../../images/design/nav_right_bck.gif) right top no-repeat;
}

#navigation li a {
	display: block;
	height: 27px;
	text-indent: -10000px;
	overflow: hidden;
}

#navigationEN {
	margin: 30px 0px 0px 11px;
	width: 546px;
	height: 27px;
}

#navigationEN li {
	float: left;
	height: 27px;
}

#navigationEN li.first {
	padding-left: 9px;
	background: url(../../images/design/nav_left_bck.gif) left top no-repeat;
}

#navigationEN li.last {
	padding-right: 9px;
	background: url(../../images/design/nav_right_bck.gif) right top no-repeat;
}

#navigationEN li a {
	display: block;
	height: 27px;
	text-indent: -10000px;
	overflow: hidden;
}



#navigation li.about a {
	width: 68px;
	background: url(../../images/design/nav_about.gif) top left no-repeat;
}

#navigation li.service a {
	width: 64px;
	background: url(../../images/design/nav_service.gif) top left no-repeat;
}

#navigation li.info a {
	width: 102px;
	background: url(../../images/design/nav_info.gif) top left no-repeat;
}

#navigation li.regulations a {
	width: 71px;
	background: url(../../images/design/nav_regulations.gif) top left no-repeat;
}

#navigation li.instructions a {
	width: 77px;
	background: url(../../images/design/nav_instructions.gif) top left no-repeat;
}

#navigation li.news a {
	width: 76px;
	background: url(../../images/design/nav_news.gif) top left no-repeat;
}
#navigationEN li.aboutEN a {
	width: 68px;
	background: url(../../images/design/nav_aboutEN.gif) top left no-repeat;
}

#navigationEN li.serviceEN a {
	width: 64px;
	background: url(../../images/design/nav_serviceEN.gif) top left no-repeat;
}

#navigationEN li.infoEN a {
	width: 102px;
	background: url(../../images/design/nav_infoEN.gif) top left no-repeat;
}

#navigationEN li.regulationsEN a {
	width: 108px;
	background: url(../../images/design/nav_regulationsEN.gif) top left no-repeat;
}

#navigationEN li.instructionsEN a {
	width: 108px;
	background: url(../../images/design/nav_instructionsEN.gif) top left no-repeat;
}

#navigationEN li.newsEN a {
	width: 64px;
	background: url(../../images/design/nav_newsEN.gif) top left no-repeat;
}

.drop_down {
	position: absolute;
	visibility: hidden;
	padding-bottom: 7px;
	background: url(../../images/design/nav_bck.png) left bottom no-repeat;
	float: left;
	z-index: 200;
}

.drop_down ul {
	background-color: #831e20;
	padding: 4px 7px 0px 7px;
	float: left;
}

.drop_down li {
/*	float: left;
	clear: left;*/
	border-bottom: 1px dashed #9c4b4d;
}

.drop_down a {
	display: block;
	height: 23px;
	padding-left: 15px;
	line-height: 23px;
	font-size: 11px;
	color: #fff;
	background: url(../../images/design/nav_item_bck.gif) left center no-repeat;
}

.drop_down a:hover {
	text-decoration: underline;
}

#div_1 {
	left: 20px;
/*	left: 230px;*/
}

#div_2 {
	left: 88px;
/*	left: 298px;*/
}

#div_3 {
	left: 152px;
/*	left: 362px;*/
}

#div_4 {
	left: 254px;
/*	left: 464px;*/
}

#div_5 {
	left: 325px;
/*	left: 535px;*/
}

#div_6 {
	left: 402px;
/*	left: 612px;*/
}


#divEN_1 {
	left: 20px;
/*	left: 230px;*/
}

#divEN_2 {
	left: 88px;
/*	left: 298px;*/
}

#divEN_3 {
	left: 152px;
/*	left: 362px;*/
}

#divEN_4 {
	left: 254px;
/*	left: 464px;*/
}

#divEN_5 {
	left: 362px;
/*	left: 535px;*/
}

#divEN_6 {
	left: 470px;
/*	left: 612px;*/
}

/* --------------------------------------------------------------------------------------------- header_side */

#header_side {
	float: right;
}

/* --------------------------------------------------------------------------------------------- language */

#language {
	position: absolute;
	right: 12px;
	top: 7px;
	width: 160px;
	z-index: 500;
}

#language a.active_lan {
	float: left;
}

#language a.active_lan img {
	float: left;
}

#language a.active_lan span {
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	float: left;
	font-size: 10px;
	color: #536c95;
	width: 62px;
	background: url(../../images/design/language_lan_bck.gif) right top repeat-y;
	float: left;
	cursor: pointer;
}

#language a.active_lan span.hover {
	text-decoration: underline;
}

#language a.all {
	display: block;
	float: left;
	margin: 3px 0px 0px 3px;
	width: 67px;
	height: 16px;
	background: url(../../images/design/language_all.gif) top left no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

#language #langs {
	position: absolute;
	right: 5px;
	top: 17px;
	width: 67px;
	padding: 3px 0px;
	background: #fff url(../../images/design/langs_bck.gif) right bottom no-repeat;
	font-size: 10px;
}

#language #langs li {
	padding: 2px 2px 2px 5px;
}

#language #langs a {
	color: #536c95;
}

#language #langs a:hover {
	color: #fff;
	background-color: #536c95;
}

/* --------------------------------------------------------------------------------------------- quick_menu */

#quick_menu {
	float: right;
	width: 307px;
	position: relative;
}

#quick_menu h2 {
	line-height: 1px;
	margin-bottom: 3px;
}

#quick_menu ul {
	margin-left: 15px;
}

#quick_menu li {
	float: left;
	margin-right: 7px;
	background: url(../../images/design/quick_item_bck.gif) right 3px no-repeat;
	padding-right: 7px;
}

#quick_menu li.rss {
	background: none;
}

#quick_menu li a {
	display: block;
	width: 31px;
	height: 26px;
	text-indent: -10000px;
	overflow: hidden;
}

#quick_menu li.print a {
	background: url(../../images/design/quick_print.gif) left top no-repeat;
}

#quick_menu li.contact a {
	background: url(../../images/design/quick_contact.gif) left top no-repeat;
}

#quick_menu li.bookmark a {
	background: url(../../images/design/quick_bookmark.gif) left top no-repeat;
}

#quick_menu li.friend a {
	background: url(../../images/design/quick_friend.gif) left top no-repeat;
}

#quick_menu li.rss a {
	background: url(../../images/design/quick_rss.gif) left top no-repeat;
}

/* --------------------------------------------------------------------------------------------- search_bar */

#search_bar {
	float: right;
	clear: right;
	width: 293px;/*304*/
	padding: 13px 0px 7px 11px;
	background: url(../../images/design/search_bar_bck.png) left bottom no-repeat;
	margin-bottom: -18px;
	position: relative;
}

#search_bar fieldset {
	border: 0px;
}

#search_bar label {
	display: none;
}

#search_bar #search,
#search_bar .text_field input {
	width: 176px;/*207*/
	height: 18px;/*23*/
	padding: 5px 4px 0px 27px;
	margin-top: 1px;
	border: 0px;
	color: #5e7599;
	font-size: 11px;
	font-weight: bold;
	background: url(../../images/design/search_input.gif) left top no-repeat;
	float: left;
}

#search_bar #search.hover {
	background-position: right;
}

#search_bar #submit {
	width: 65px;
	height: 25px;
	border: 0px;
	background: url(../../images/design/search_submit.gif) right top no-repeat;
	cursor: pointer;
	text-indent: -10000px;
}

#search_bar #submit:hover {
	background-position: right top;
}

/* --------------------------------------------------------------------------------------------- actual */

#actual {
	clear: both;
	background: #607497 url(../../images/design/actual_bck.jpg) left top no-repeat;
}

#actual_inner {
	padding: 0px 0px 20px 12px;
}

/* --------------------------------------------------------------------------------------------- h1 */

h1 {
	margin: 29px 0px 10px 9px;
	line-height: 1px;
	float: left;
}

/* --------------------------------------------------------------------------------------------- list_1 */

.list_1 {
	float: left;
	width: 234px;
	margin: 0px 5px;
	display: inline;
}

.list_1 h2 img {
	float: left;
	margin-bottom: 2px;
}

.list_1 img.thumb {
	float: left;
	margin-bottom: 2px;
	clear: both;
}

.list_1 ul {
	background: url(../../images/design/list_1_bck.png) left top repeat-x;
	height: 173px;
	padding: 5px 0px;
	clear: both;
}

.list_1 ul li {
	float: left;
	margin-left: 4px;
}

.list_1 ul li a {
	display: block;
	width: 219px;
	padding: 0px 2px 0px 4px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #edfeec;
	overflow: hidden;
}

.list_1 ul li a:hover {
	background: url(../../images/design/list_1_item.gif) top left no-repeat;
}

.list_1 ul li.large a:hover {
	background: url(../../images/design/list_1_large_item.gif) top left no-repeat;
}

/* --------------------------------------------------------------------------------------------- list_2 */

.list_2 {
	float: left;
	width: 234px;
	margin: 0px 5px;
	display: inline;
}

.list_2 h2 img {
	float: left;
	margin-bottom: 2px;
}

.list_2 ul {
	background: url(../../images/design/list_2_bck.png) left top repeat-x;
	padding: 5px 0px;
	clear: both;
}

.list_2 ul li {
	float: left;
	margin-left: 7px;
	width: 204px;/*218*/
	height: 38px;
	padding: 0px 7px;
	margin-bottom: 6px;
	cursor: pointer;
	clear: both;
}

.list_2 ul li:hover {
	background: url(../../images/design/list_2_item_bck.png) left top no-repeat;
}

.list_2 ul p.date {
	font-size: 10px;
	color: #fff;
}

.list_2 ul h3 {
	font-size: 11px;
	color: #fff;
}

/* --------------------------------------------------------------------------------------------- content */

#content {
	width: 1003px;
	padding-bottom: 390px;
	margin: 0px auto;
}

#content_home {
	width: 100%;
	padding-bottom: 390px;
}

/* --------------------------------------------------------------------------------------------- home_first */

#home_first {
	background: url(../../images/design/home_first_bck.gif) left top repeat-x;
	width: 1003px;
	margin: 0px auto;
}

#home_first_inner {
	background: url(../../images/design/home_first_bottom_bck.gif) left bottom repeat-x;
}

#home_first_wrapper {
}

/* --------------------------------------------------------------------------------------------- first */

#first {
/*	background: #dae3f1 url(../../images/design/first_bck.gif) left top repeat-x;*/
	background: #dae3f1 url(../../images/design/first_bck_2.gif) left top repeat-x;
	width: 1003px;
	margin: 0px auto;
}

#first_inner {
	background: url(../../images/design/first_bottom_bck.gif) left bottom repeat-x;
}

#first_wrapper {
	background: url(../../images/design/first_wrapper_bck.gif) left top no-repeat;
	padding-bottom: 30px;
}

/* --------------------------------------------------------------------------------------------- primary */

#primary {
	float: left;
	width: 580px;
}
#primary.sam {
	width: 980px;
}

/* --------------------------------------------------------------------------------------------- secondary */

#secondary {
	float: right;
	width: 410px;
}

/* --------------------------------------------------------------------------------------------- article */

.article {
	margin-left: 25px;
	height: 1%;
}

.article h2 {
	font-size: 17px;
	color: #758aac;
	padding-left: 28px;
	background: url(../../images/design/article_title_bck.gif) left top no-repeat;
	float: left;
	margin-bottom: 10px;
}

.article h2 {
	font-size: 17px;
	color: #758aac;
	padding-left: 28px;
	background: url(../../images/design/article_title_bck.gif) left top no-repeat;
	float: left;
	margin-bottom: 10px;
}

.article h2.type_01 {
	margin-bottom: 0px;
}

.article h2 em {
	display: block;
	font-style: normal;
	height: 40px;/*35*/
	padding-top: 5px;
	padding-right: 0px;
	background: url(../../images/design/article_title_bck.gif) right top no-repeat;
}

.article h3 {
	clear: both;
}


.article .article_head_image {
	clear: both;
}

.article .article_head_image img {
	float: left;
}

.article .article_head_image_1 {
	clear: both;
	border-top: 1px dotted #3f4f68;
	margin-top: 14px;
	padding-top: 14px;
}

.article .app_select {
	margin-bottom: 14px;
}

.article .date {
	background: #dae3f1 url(../../images/design/side_text_bck.gif) 0px 11px repeat-x;
}

.article .date span {
	display: block;
	width: 125px;/*151*/
	height: 22px;
	padding-left: 26px;
	margin: 0px 0px 20px 20px;
	background: #dae3f1 url(../../images/design/date_bck.gif) 4px top no-repeat;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #8295b4;
}

.article .text {
	clear: both;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 44px;
	color: #3f4f68;
	padding-right: 14px;
}

.article .text p {
	margin: 18px 0px;
}

.article .text a {
	padding: 0px 2px 0px 3px;
	color: #3f4f68;
	background-color: #cdd6e3;
	border-bottom: 1px solid #bcc6d4;
	border-right: 1px solid #bcc6d4;
}

.article .text a:hover {
	color: #3f4f68;
	background-color: #bcc6d4;
	border-bottom: 1px solid #cdd6e3;
	border-right: 1px solid #cdd6e3;
}

.article .text a.doc {
	background: none;
	border: 0px;
}

.article .text a.doc img {
	margin-bottom: -2px;
}

.article .text ol,
.article .text ul {
	margin: 10px 0px;
}

.article .text ol li {
	margin-left: 60px;
	list-style-type: decimal;
}

.article .text ul li {
	margin-left: 40px;
	margin-bottom: 2px;
	padding: 0px 20px;
	background: #e4eaf4 url(../../images/design/att_docs_bck.gif) 0px 0px no-repeat;
}

.article .text ul.decimal,
.article .text ul.disc,
.article .text ul.lower {
	padding-left: 5px;
}

.article .text ul.roman {
	padding-left: 10px;
}

.article .text ul.roman li {
	margin-left: 20px;
	list-style-type: decimal;
	list-style-type: upper-roman;
	background: none;
	padding: 0px;
}

.article .text ul.decimal li {
	margin-left: 20px;
	list-style-type: decimal;
	background: none;
	padding: 0px;
}

.article .text ul.disc li {
	margin-left: 20px;
	list-style-type: disc;
	background: none;
	padding: 0px;
}

.article .text ul.lower li {
	margin-left: 20px;
	list-style-type: lower-alpha;
	background: none;
	padding: 0px;
}

.article .text li a {
	padding: 0px;
	color: #3f4f68;
	background-color: transparent;
	border: 0px;
}

.article .text li a:hover {
	text-decoration: underline;
	background-color: transparent;
	border: 0px;
}


.article div.text table,
.article div.text td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.article div.text table {
	width: 100%;
	cursor: pointer;
	font-size: 11px;
	background-color: #EBF0F8;
	color: #3C5172;
	margin-top: 30px;
}
/* Goran 2.11.2010. */
.article div.text table.bezpozadine {
	width: 100%;
	cursor: pointer;
	background-color: Transparent;
	font-size: 11px;
	color: #3C5172;
	margin-top: 30px;
}

.article div.text thead tr th {
	padding: 2px 10px;
	border: 1px solid #ccc;
	background: #fff url(../../images/design/table_1_th_bck.gif) repeat;
}

.article div.text tbody tr td {
	padding: 2px 10px;
}

.article div.text tbody tr:hover {
	background: #fff url(../../images/design/table_1_tr_bck.gif) repeat;
}

.article div.text tbody tr:hover td {
	color: #454545;
}

.article div.text table a {
	color: #3C5172;
	background: transparent;
	border: 0px;
}

.article div.text table a:hover {
	text-decoration: underline;
	background: transparent;
	border: 0px;
}

.article .text span.border {
	display: block;
	background: #fff url(../../images/design/img_border.gif) left bottom no-repeat;
}

.article .text span.border img {
	background: url(../../images/design/img_border.gif) right top no-repeat;
	float: left;
	padding: 7px;
}

.article .text img.left {
	float: left;
	margin-right: 12px;
	padding: 26px 12px 26px 0px;
	border-right: 1px dotted #3f4f68;
}

.article .text img.right {
	float: right;
	margin-left: 12px;
	padding: 34px 0px 34px 12px;
	border-left: 1px dotted #3f4f68;
}

.article .data_1 {
	width: 540px;
	margin-top: 2px;
}

.article .data_1 h4 {
	font-size: 14px;
	color: #3c5172;
	padding-left: 10px;
	background: url(../../images/design/bullet_3.gif) 0px 7px no-repeat;
	margin-bottom: 24px;
}

.article .data_1 .data_text {
	background: #ebf0f8 url(../../images/design/search_results_item_odd_bck.gif) left top no-repeat;
}

.article .data_1 .data_text .data_inner {
	width: 520px;
	padding: 10px 10px 40px 10px;
	background: url(../../images/design/search_results_item_odd_bck.gif) right bottom no-repeat;
}

.article .data_1 .data_text .data_inner p {
	font-size: 11px;
	line-height: 17px;
	color: #3c5172;
	width: 212px;
	float: left;
	margin-left: 40px;
}

.article .data_1 .data_text .data_inner p.first {
	border-right: 1px dotted #9fa2a6;
	margin-left: 54px;
}

.article .data_1 .data_text .data_inner p a {
	padding: 0px 2px 0px 3px;
	color: #3f4f68;
	background-color: #cdd6e3;
	border-bottom: 1px solid #bcc6d4;
	border-right: 1px solid #bcc6d4;
}

.article .data_1 .data_text .data_inner p a:hover {
	color: #3f4f68;
	background-color: #bcc6d4;
	border-bottom: 1px solid #cdd6e3;
	border-right: 1px solid #cdd6e3;
}

.article #att_gallery {
	background: #dae3f1 url(../../images/design/side_text_bck.gif) 0px 48px repeat-x;
	clear: both;
}

.article #att_gallery ul {
	margin: 2px 0px 8px 0px;
}

.article #att_gallery li {
	float: left;
}

.article #att_gallery li img {
	padding: 8px 9px 9px 8px;
	margin: 0px 0px 3px 4px;
	background: url(../../images/design/gallery_img_bck.gif) left top no-repeat;
}

.article #att_docs {
	background: #dae3f1 url(../../images/design/side_text_bck.gif) 0px 26px repeat-x;
}

#ctl00_ContentPlaceHolder1_DivDokumenti {
	width: 100%;
}

.article #att_docs ul {
	margin: 2px 0px 8px 0px;
}

.article #att_docs ul li {
	background: url(../../images/design/att_docs_bck.gif) left top no-repeat;
	width: 520px;
	font-size: 11px;
	line-height: 18px;
	color: #424242;
}

.article #att_docs ul li:hover {
	background-position: right top;
}

.article #att_docs ul li .doc {
	background: url(../../images/design/att_docs_bottom_bck.gif) left bottom no-repeat;
	padding-left: 20px;
}

.article #att_docs ul li:hover .doc {
	background-position: right bottom;
}

.article #att_docs a {
	float: right;
}

.article #att_docs a img {
	float: left;
	padding: 2px 2px 0px 2px;
}

/* --------------------------------------------------------------------------------------------- search */

.search_text {
	clear: both;
	font-size: 11px;
	line-height: 17px;
	color: #3c5172;
	margin-bottom: 10px;
}

.search_text span {
	color: #fe0101;
}

.search_form_Napomena {
	width: 540px;
	float:left;
}

.search_form_Napomena .form_textfield,
.search_form_Napomena .form_select {
	background: #cfdaeb url(../../images/design/search_item_bottom_bck.gif) left bottom no-repeat;
	padding-bottom: 14px;
	margin-bottom: 5px;
}

.search_form_Napomena p.note {
	font-size: 11px;
	line-height: 21px;
	color: #5b79aa;
	margin-left: 24px;
}

.search_form {
	width: 540px;
	margin-top: 6px;
}

.search_form fieldset {
	border: 0px;
}

.search_form .form_textfield,
.search_form .form_select {
	background: #cfdaeb url(../../images/design/search_item_bottom_bck.gif) left bottom no-repeat;
	padding-bottom: 14px;
	margin-bottom: 5px;
}

.search_form .form_textfield.last,
.search_form .form_select.last {
	background: #cfdaeb url(../../images/design/search_item_bottom_2_bck.gif) left bottom no-repeat;
	padding-bottom: 6px;
}

.search_form label {
	background: url(../../images/design/search_item_top_bck.gif) left top no-repeat;
	display: block;
	padding-top: 3px;
	padding-left: 7px;
}

.search_form div.label {
	background: url(../../images/design/search_item_top_bck.gif) left top no-repeat;
	padding-top: 3px;
	padding-left: 7px;
}

.search_form p.letters {
	margin: 6px 0px 0px 20px;
}

.search_form p.letters a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #5b79aa;
	background: url(../../images/design/letter_bck.gif) left top no-repeat;
}

.search_form p.letters a:hover {
	color: #cfdaeb;
	background-position: right top;
}

.search_form p.note {
	font-size: 11px;
	line-height: 21px;
	color: #5b79aa;
	margin-left: 24px;
}

.search_form .form_textfield input {
	width: 306px;/*317*/
	height: 25px;/*31*/
	padding: 6px 5px 0px 6px;
	background: url(../../images/design/search_form_text.gif) right top no-repeat;
	margin-left: 20px;
	border: 0px;
	font-family: Tahoma;
	color: #5b79aa;
	float: left;
}

.search_form .form_textfield .form_submit input {
	width: auto;
	height: auto;
	padding: 0px;
	background: none;
	margin: 0px 0px 0px 10px;
	float: left;
}


.search_form .form_select select {
	width: 317px;
	margin-left: 20px;
	font-family: Tahoma;
	color: #5b79aa;
}

.search_form .form_submit input {
	margin-top: 11px;
	float: right;
}

.search_form #search_submit {
	width: 99px;
	height: 31px;
	border: 0px;
	background: url(../../images/design/search_submit_2.gif) right top no-repeat;
	cursor: pointer;
	text-indent: -10000px;
	margin-top: 11px;
	float: right;
}

/* --------------------------------------------------------------------------------------------- pagination */

.pagination {
	width: 540px;
	background: #cfdaeb url(../../images/design/search_item_bottom_bck.gif) left bottom no-repeat;
	padding-bottom: 14px;
	margin: 15px 0px 5px 26px;
	clear: both;
}

.pagination p {
	background: url(../../images/design/search_item_top_bck.gif) left top no-repeat;
	padding-top: 5px;
}

.pagination p.pages {
	margin: 0px 10px 0px 10px;
	float: right;
}

.pagination p.pages a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #5b79aa;
	background: url(../../images/design/letter_bck.gif) left top no-repeat;
}

.pagination p.pages a.prev {
	background: url(../../images/design/prev_1.gif) left top no-repeat;
	text-indent: -10000px;
}

.pagination p.pages a.next {
	background: url(../../images/design/next_1.gif) left top no-repeat;
	text-indent: -10000px;
}

.pagination p.pages a:hover {
	color: #cfdaeb;
	background-position: right top;
}

/* --------------------------------------------------------------------------------------------- search_results */

.report_form {
	width: 540px;
	margin: 6px 0px 12px 10px;
}

.report_form fieldset {
	border: 0px;
}

.report_form .form_textfield,
.report_form .form_select {
	background: #cfdaeb url(../../images/design/search_item_bottom_bck.gif) left bottom no-repeat;
	padding-bottom: 14px;
	margin-bottom: 5px;
}

.report_form .form_textfield.last,
.report_form .form_select.last {
	background: #cfdaeb url(../../images/design/search_item_bottom_2_bck.gif) left bottom no-repeat;
	padding-bottom: 6px;
}

.report_form label {
	background: url(../../images/design/search_item_top_bck.gif) left top no-repeat;
	display: block;
	padding-top: 3px;
	padding-left: 7px;
	padding-top: 2px;
	float: left;
}

.report_form p.note {
	font-size: 11px;
	line-height: 21px;
	color: #5b79aa;
	margin-left: 24px;
	float: left;
	clear: left;
	white-space: nowrap;
}

.report_form p.error {
	font-size: 11px;
	line-height: 18px;
	color: #ff0000;
	padding: 0px 0px 0px 24px;
	clear: both;
}


.report_form .form_textfield .input {
	float: right;
	width: 317px;
}

.report_form .form_textfield input {
	width: 306px;/*317*/
	height: 25px;/*31*/
	padding: 6px 5px 0px 6px;
	margin: 5px 5px 0px 0px;
	background: url(../../images/design/search_form_text.gif) right top no-repeat;
	border: 0px;
	font-family: Tahoma;
	color: #5b79aa;
	float: right;
}

.report_form .form_textfield .input input {
	width: 65px;/*76*/
	height: 39px;/*45*/
	margin-right: 12px;
	float: left;
}

.report_form .form_textfield .input input.day {
	background: url(../../images/design/form_input_day.gif) right top no-repeat;
}

.report_form .form_textfield .input input.month {
	background: url(../../images/design/form_input_month.gif) right top no-repeat;
}

.report_form .form_textfield .input input.year {
	background: url(../../images/design/form_input_year.gif) right top no-repeat;
}

.report_form .form_textfield textarea {
	width: 305px;/*316*/
	height: 131px;/*139*/
	padding: 4px 5px 4px 6px;
	margin: 5px 5px 0px 0px;
	background: url(../../images/design/report_form_textarea.gif) left bottom no-repeat;
	border: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #5b79aa;
	float: right;
}

.report_form .form_select select {
	width: 310px;
	margin: 5px 5px 0px 0px;
	font-family: Tahoma;
	color: #5b79aa;
	float: right;
}

.report_form .form_submit input {
	margin-top: 11px;
	float: right;
}

.report_form .form_disclaimer {
	background: #cfdaeb url(../../images/design/search_item_bottom_bck.gif) left bottom no-repeat;
	padding-bottom: 14px;
	margin-bottom: 5px;
}

.report_form p.disclaimer_note {
	background: url(../../images/design/search_item_top_bck.gif) left top no-repeat;
	font-size: 11px;
	line-height: 18px;
	color: #5b79aa;
	padding: 12px 14px;
}

.report_form .form_disclaimer label {
	font-size: 11px;
	line-height: 18px;
	color: #5b79aa;
}

.report_form .form_disclaimer label span {
	color: #ff0000;
}

.report_form .form_disclaimer label input {
	margin: 0px 6px 0px 8px;
	float: left;
}

.report_form .form_submit {
	float: right;
}

.report_form .form_submit input.submit {
	margin-left: 16px;
}

.report_form .form_submit .cancel {
	display: block;
	width: 99px;
	height: 45px;
	background: url(../../images/design/odustani_submit.gif) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	float: left;
}

/* --------------------------------------------------------------------------------------------- search_results */

.search_results {
	width: 540px;
	margin-top: 6px;
}

.search_results li {
	background: #e2e9f4 url(../../images/design/search_results_item_bck.gif) right bottom no-repeat;
	margin-bottom: 3px;
	padding: 0px 0px 6px 0px;
}

.search_results li.odd {
	background: #ebf0f8 url(../../images/design/search_results_item_odd_bck.gif) right bottom no-repeat;
}

.search_results li p.title {
	background: url(../../images/design/search_results_item_bck.gif) left top no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #3c5172;
	padding: 1px 4px 0px 9px;
}

.search_results li.odd p.title {
	background: url(../../images/design/search_results_item_odd_bck.gif) left top no-repeat;
}

.search_results li p.title span {
	display: block;
	margin-top: 3px;
	padding-left: 10px;
	float: left;
	background: url(../../images/design/bullet_3.gif) 0px 5px no-repeat;
	border-right: 1px dotted #9fa2a6;
	width: 380px;
}

.search_results.links li p.title span {
	width: 468px;
}

.search_results li p.title a {
	float: right;
	height: 17px;
	margin: 3px 0px 0px 3px;
}

.search_results li p.shorttext {
	font-size: 11px;
	line-height: 17px;
	color: #3c5172;
	padding: 0px 8px 0px 18px;
}

.results_data {
	clear: both;
	font-size: 11px;
	line-height: 17px;
	color: #3c5172;
	margin: 4px 0px 20px 0px;
	float: right;
	margin-right: 22px;
	white-space: nowrap;
}

.results_data strong {
	background: url(../../images/design/bullet_3.gif) right 5px no-repeat;
	padding-right: 8px;
	margin-right: 3px;
}

.results_data a {
	font-weight: bold;
	color: #b61518;
}

.results_data a:hover {
	color: #dae3f1;
	background-color: #b61518;
}

.no_results {
	clear: both;
	font-size: 11px;
	line-height: 17px;
	color: #3c5172;
	margin-bottom: 6px;
	margin-left: 20px;
}

/* --------------------------------------------------------------------------------------------- documents */

.race_list {
	clear: both;
	margin: 6px 0px 16px 0px;
}

.race_list li {
	width: 540px;
	background: #9aaac4 url(../../images/design/documents_h4.gif) left top no-repeat;
	margin-bottom: 4px;
}

.race_list li div {
	background: url(../../images/design/documents_h4.gif) right bottom no-repeat;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
}

.race_list li div a {
	color: #fff;
	padding-left: 10px;
	background: url(../../images/design/bullet_4.gif) 0px 5px no-repeat;
}

.race_list li div a:hover {
	color: #9aaac4;
	background-color: #fff;
}

/* --------------------------------------------------------------------------------------------- documents */

.documents {
	clear: both;
}

.documents h3 {
	width: 540px;
	background: #687b9a url(../../images/design/documents_h3.gif) left top no-repeat;
	margin-bottom: 4px;
}

.documents h3 span {
	display: block;
	background: url(../../images/design/documents_h3.gif) right bottom no-repeat;
	font-size: 14px;
	color: #fff;
	line-height: 21px;
	padding-left: 10px;
}

.article h3 {
	height: 1%;
}

.article h3.nomrg {
	clear: both;
}

* html .article h3.nomrg {
	height: 1%;
}

.article h3.nomrg img {
	float: left;
}

.article ul.areas,
.article ul.legend {
	clear: both;
	font-size: 11px;
	width: 532px;/*540*/
	background: #cfd9e9 url(../../images/design/areas_bck.gif) left bottom no-repeat;
	padding: 4px 0px 12px 8px;
	margin-bottom: 6px;
}

.article ul.areas li,
.article ul.legend li {
	float: left;
	width: 260px;
	height: 18px;
	line-height: 18px;
	margin: 0px 3px 3px 0px;
}

.article ul.areas li.odd,
.article ul.legend li.odd {
	background: url(../../images/design/legend_odd.gif) left top no-repeat;
}

.article ul.areas li.even,
.article ul.legend li.even {
	background: url(../../images/design/legend_even.gif) left top no-repeat;
}

.article ul.areas li.evenL,
.article ul.legend li.evenL {
	background: url(../../images/design/legend_evenL.gif) left top no-repeat;
	height: 36px;
}

.article ul.areas li.oddL,
.article ul.legend li.oddL {
	background: url(../../images/design/legend_oddL.gif) left top no-repeat;
	height: 36px;
}

.article ul.areas li.evenL a,
.article ul.legend li.evenL a {
	display:block;
}

.article ul.areas li.oddL a,
.article ul.legend li.oddL a {
	display:block;
}

.article ul.areas li a {
	color: #424242;
	margin-left: 16px;
}

.article ul.areas li a:hover {
	color: #cfd9e9;
	background-color: #424242;
}

.article ul.legend li p {
	color: #424242;
	margin-left: 16px;
	line-height: 18px;
}

.article ul.legend li p a {
	color: #424242;
}

.article ul.legend li p a:hover {
	text-decoration: underline;
}

.article ul.legend li p img {
	margin: 3px 7px 0px 0px;
	float: left;
}

.documents h4 {
	width: 540px;
	background: #9aaac4 url(../../images/design/documents_h4.gif) left top no-repeat;
	margin-bottom: 4px;
}

.documents h4 span {
	display: block;
	background: url(../../images/design/documents_h4.gif) right bottom no-repeat;
	font-size: 12px;
	color: #fff;
	line-height: 21px;
	padding-left: 10px;
}

.documents h5 {
	width: 540px;
	background: #c7d2e4 url(../../images/design/documents_h5.gif) left top no-repeat;
	margin-bottom: 4px;
}

.documents h5 span {
	display: block;
	background: url(../../images/design/documents_h5.gif) right bottom no-repeat;
	font-size: 12px;
	color: #3c5172;
	line-height: 21px;
	padding-left: 50px;
}

.documents li {
	color: #3c5172;
	font-size: 11px;
	line-height: 14px;
}

.documents li .inner_li {
	padding: 4px 0px;
}

.documents li.odd {
	width: 540px;
	background: #ebf0f8 url(../../images/design/documents_odd.gif) left top no-repeat;
	margin-bottom: 4px;
}

.documents li.odd .inner_li {
	background: url(../../images/design/documents_odd.gif) right bottom no-repeat;
}

.documents li.even {
	width: 540px;
	background: #e2e9f4 url(../../images/design/documents_even.gif) left top no-repeat;
	margin-bottom: 4px;
}

.documents li.even .inner_li {
	background: url(../../images/design/documents_even.gif) right bottom no-repeat;
}

.documents li p {
	float: left;
}

.documents li p.icon {
	padding-left: 4px;
	width: 46px;
	height: 14px;
}

.documents li.prilog p.icon {
	padding-left: 20px;
}

.documents li p.doc_date {
	width: 60px;
}

.documents li p.title {
	float: left;
	border-left: 1px dotted #9fa2a6;
	padding-left: 5px;
	width: 282px;
}

.documents li.prilog p.title {
	width: 251px;
	padding-left: 16px;
	background: url(../../images/design/bullet_2.gif) 7px 5px no-repeat;
}

.documents li p.files {
	float: right;
	padding-right: 4px;
	border-left: 1px dotted #9fa2a6;
}

.documents li p.files img {
	padding-left: 3px;
}

.documents li p img {
	float: left;
}

/* --------------------------------------------------------------------------------------------- img_1 */

.img_1 {
	margin-top: 22px;
	clear: both;
}
/* Goran 27.10.2010. dodana klasa solo */
.solo {
	margin-top: 87px;
	clear: both;
}

/* --------------------------------------------------------------------------------------------- side_text */

.side_text {
	margin-right: 30px;
}

#viewer.side_text {
	background: url(../../images/design/viewer_bck.gif) 10px 32px no-repeat;
}

.side_text h2 {
	padding-left: 36px;
	background: #dae3f1 url(../../images/design/side_text_bck.gif) left 50px repeat-x;
	line-height: 1%;
}
/* Goran 21.10.2010. dodana klasa solo */
.side_text h2.solo {
    margin-top: 120px;
}

#category.side_text h2 {
	background: url(../../images/design/side_text_bck.gif) left 10px repeat-x;
	margin-bottom: 8px;
}

#category.side_text .list_5 {
	padding: 0px 0px 6px 10px;
}

#category.side_text .list_5 li {
	float: left;
}

#category.side_text .list_5 img {
	float: left;
}

#viewer.side_text h2 {
	background: url(../../images/design/side_text_bck.gif) left 26px repeat-x;
}

.side_text h2.t_2 {
	background-position: left 28px;
}

.side_text .text,
.side_text .text_2 {
	font-size: 11px;
	line-height: 18px;
	color: #325078;
	padding: 10px 35px 10px 0px;
	margin: 0px 0px 0px 35px;
}

.side_text .text_2 {
	background: #dae3f1 url(../../images/design/side_text_bck.gif) left top repeat-x;
}

.side_text ul.list_3 {
	font-size: 11px;
	line-height: 18px;
	color: #9b0007;
	padding: 0px 35px 0px 0px;
	margin: 0px 0px 0px 35px;
}

.side_text ul.list_3 li {
	background: url(../../images/design/bullet_2.gif) 0px 9px no-repeat;
	margin-left: 10px;
	padding-left: 10px;
}

.side_text ul.list_4 {
	padding-left: 5px;
	padding-bottom: 10px;
	margin-left: 10px;
}

.side_text ul.list_4 li {
	float: left;
	margin-right: 4px;
}

#viewer.side_text a {
	display: block;
	width: 85px;
	height: 85px;
	text-indent: -10000px;
	overflow: hidden;
	float: left;
}

#viewer.side_text a.pdf {
	background: url(../../images/design/viewer_pdf.gif) left top no-repeat;
}

#viewer.side_text a.zip {
	background: url(../../images/design/viewer_zip.gif) left top no-repeat;
}

#viewer.side_text a.doc {
	background: url(../../images/design/viewer_doc.gif) left top no-repeat;
}

#viewer.side_text a.xls {
	background: url(../../images/design/viewer_xls.gif) left top no-repeat;
}

#viewer.side_text a:hover {
	background-position: right top;
}

/* --------------------------------------------------------------------------------------------- list_6 */

.list_6 {
	margin-top: 22px;
	width: 364px;
}

.list_6 h2 img {
	float: left;
}

.list_6 ul {
	background: #fafafa url(../../images/design/list_6_bck.gif) left bottom no-repeat;
	margin-left: 1px;
	padding: 0px 0px 0px 6px;
}

.list_6 ul li {
	clear: both;
	width: 334px;
	height: 16px;
	padding-top: 2px;
	padding-left: 17px;
	background: url(../../images/design/list_6_item_bck.gif) left top no-repeat;
	font-size: 11px;
	line-height: 14px;
	color: #41577b;
	margin-bottom: 5px;
	float: left;
}

.list_6 ul li.pdf a {
	color: #930a0a;
}

.list_6 ul li.zip a {
	color: #837200;
}

.list_6 ul li.xls a {
	color: #3c5172;
}

.list_6 ul li strong {
	display: block;
	width: 240px;
	float: left;
}

.list_6 ul li.pdf strong,
.list_6 ul li.zip strong,
.list_6 ul li.xls strong {
	font-weight: normal;
	width: 270px;
	border-right: 1px dotted #a3a3a3;
	margin-right: 5px;
}

/* --------------------------------------------------------------------------------------------- list_7 */

.list_7 {
	clear: both;
	margin-left: 16px;
}

.list_7 li {
	background: url(../../images/design/list_7_item_bck.gif) left bottom repeat-x;
	background: url(../../images/design/bck_01.gif) left bottom repeat-x;
	padding: 12px 8px;
}

.list_7 li img.thumb {
	float: left;
	background: url(../../images/design/thumb_134_96.png) left top no-repeat;
	padding: 7px 8px 8px 7px;
	margin-right: 8px;
}

.list_7 li h4 {
	color: #3f4f68;
	width: 540px;
	float: left;
	margin-top: 2px;
}

.list_7.questions li h4 {
	font-size: 13px;
	margin-bottom: 6px;
}

.list_7 li.image h4 {
	width: 380px;
}

.list_7 li.term h4 {
	width: 540px;
}

.list_7 li h4 a {
	color: #3f4f68;
}

.list_7 li h4 a:hover {
	color: #dae3f1;
	background-color: #3f4f68;
}

.list_7 li p.date {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #8295b4;
}

.list_7 li .text {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #3f4f68;
}

.list_7 li.term .text em {
	font-size: 12px;
	line-height: 16px;
	color: #3f4f68;
	margin: 3px 0px;
	padding: 2px 4px;
	display: block;
	background: #d0d9e7;
	font-style: normal;
}

.list_7 li .text a {
	color: #3f4f68;
	text-decoration: underline;
}

.list_7 li .text a:hover {
	color: #dae3f1;
	background-color: #3f4f68;
}

/* --------------------------------------------------------------------------------------------- list_8 */

.list_8 {
	clear: both;
	margin-left: 16px;
}

.list_8 li {
	background: url(../../images/design/list_7_item_bck.gif) left bottom repeat-x;
	background: url(../../images/design/bck_01.gif) left bottom repeat-x;
	padding: 12px 8px;
}

.list_8 li img.thumb {
	float: left;
	background: url(../../images/design/thumb_134_96.png) left top no-repeat;
	padding: 7px 8px 8px 7px;
	margin-right: 8px;
}

.list_8 li h4 {
	color: #3f4f68;
	width: 540px;
	float: left;
	margin-top: 2px;
}

.list_8.questions li h4 {
	font-size: 13px;
	margin-bottom: 6px;
}

.list_8 li.image h4 {
	width: 380px;
}

.list_8 li.term h4 {
	width: 540px;
}

.list_8 li h4 a {
	color: #3f4f68;
}

.list_8 li h4 a:hover {
	color: #dae3f1;
	background-color: #3f4f68;
}

.list_8 li p.date {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #8295b4;
}

.list_8 li .text {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #3f4f68;
}

.list_8 li.term .text em {
	font-size: 12px;
	line-height: 16px;
	color: #3f4f68;
	margin: 3px 0px;
	padding: 2px 4px;
	display: block;
	background: #d0d9e7;
	font-style: normal;
}

.list_8 li .text a {
	color: #3f4f68;
	text-decoration: underline;
}

.list_8 li .text a:hover {
	color: #dae3f1;
	background-color: #3f4f68;
}
/* --------------------------------------------------------------------------------------------- column_1 */

.column_1 {
	width: 266px;
	float: left;
	font-size: 11px;
	line-height: 14px;
	color: #424242;
	margin-right: 6px;
}

.column_1 h3 {
	line-height: 1px;
	margin-bottom: 4px;
}

.column_1 ul {
	margin-bottom: 34px;
}

.column_1 li {
	margin-bottom: 3px;
}

.column_1 h4 {
	padding: 2px 0px 2px 20px;
	font-size: 11px;
}

.column_1 a {
	display: block;
	width: 246px;
	background: url(../../images/design/column_item_bck.png) left top no-repeat;
	padding: 2px 0px 2px 20px;
	color: #424242;
	overflow: hidden;
}

.column_1 a:hover {
	background-position: right top;
	color: #083a87;
}

/* --------------------------------------------------------------------------------------------- selected */

#selected {
	width: 524px;
	float: left;
}

#selected h2 {
	margin: -5px 0px 0px 21px;
	position: relative;
}

#selected ul {
	margin-left: 18px;
}

/* --dodao Goran 20.10.2010. (#selected li),(#selected li.full)-- */
#selected li {
border-top:1px dotted #B9C4D5;
float:left;
width:230px;
}
#selected li.full {
	float: left;
	width: 487px;
	padding:7px 0 7px 0px;
	border-top: 1px dotted #b9c4d5;
}

#selected li.first,
#selected li.odd {
	padding: 7px 14px 0px 0px;
	margin: 0px 0px 7px 0px;
	clear: left;
	width: 227px;
}
#selected li.firstboja 
{
    
    border-top: 1px solid #768AAD;
	padding: 7px 14px 0px 0px;
	margin: 0px 0px 7px 0px;
	clear: left;
}

#selected li.even {
	background: url(../../images/design/selected_item_bck.gif) 0px 7px no-repeat;
	padding: 7px 0px 0px 14px;
	margin: 0px 0px 7px 0px;
}

#selected li.boja {
	
	border-top: 1px solid #768AAD;
	padding: 7px 0px 0px 14px;
	margin: 0px 0px 7px 0px;
}

#selected li img {
	float: left;
	border: 1px solid #ded5d5;
	padding: 2px;
	margin-right: 7px;
}
/* --promijenjeno Goran 20.10.2010. smanjen font, dodan padding-- */
#selected li h3 
{
    clear:right;
	font-size: 15px;
	color: #758aac;
	width: 150px;
	float: left;
	margin-bottom: 2px;
	padding-right: 2px;
}
#selected li h3.manji {
	font-size: 10px;
	color: #758aac;
	width: 128px;
	float: left;
}
#selected li h3.veci {
	font-size: 11px;
	color: #758aac;
	width: 100%;
	margin-bottom: 2px;
	padding-right: 6px;
}

#selected li.first h3 {
	width: 110px;
}
/* --promijenjeno Goran 20.10.2010.-- */
#selected li h3 a {
	color:#758AAC;
    float:left;
}

#selected li p.text,
#selected li p.text a {
	font-size: 11px;
	color: #758aac;
}

/* --------------------------------------------------------------------------------------------- ldc */

#ldc {
	width: 464px;
	float: left;
	margin-top: -7px;
	position: relative;
}
/* --dodano Goran 26.10.2010.-- */
#ldc.index2 {
	width: 464px;
	float: left;
	margin-top: -7px;
	position: relative;
	height:727px;
	/*background-image:url('../../images/design/pozadinatab.png');*/
}

#secondary #ldc {
	width: 396px;
	float: none;
	margin-top: -67px;
	margin-bottom: 32px;
}
/* --dodano Goran 21.10.2010.-- */
#secondary #ldc.prazno {
	width: 396px;
	float: none;
	margin-top: 0px;
	margin-bottom: 50px;
}

#ldc #tabs {
	margin-left: 2px;
}

#ldc #tabs li {
	float: left;
}

#ldc #tabs li a {
	display: block;
	height: 30px;
	text-indent: -10000px;
	overflow: hidden;
	margin-right: -3px;
}

#ldc #tabs li.articles a {
	background: url(../../images/design/articles_title.png) left top no-repeat;
	position: relative;
	z-index: 103;
	width: 130px;
}

#ldc #tabs li.pitanja a {
	background: url(../../images/design/pitanja_title.jpg) left top no-repeat;
	position: relative;
	z-index: 103;
	width: 130px;
}

#ldc #tabs li.articlesEN a {
	background: url(../../images/design/articles_title_en.png) left top no-repeat;
	position: relative;
	z-index: 103;
	width: 130px;
}

#ldc #tabs li.odgovori a {
	background: url(../../images/design/odgovori_titles.png) left top no-repeat;
	position: relative;
	z-index: 103;
	width: 130px;
}

#ldc #tabs li.links a {
	background: url(../../images/design/links_title.png) left top no-repeat;
	position: relative;
	z-index: 102;
	width: 130px;
}

#ldc #tabs li.linksEN a {
	background: url(../../images/design/links_title_en.png) left top no-repeat;
	position: relative;
	z-index: 102;
	width: 130px;
}

#ldc #tabs li.docs a {
	background: url(../../images/design/docs_title.png) left top no-repeat;
	position: relative;
	z-index: 101;
	width: 130px;
}

#ldc #tabs li.docsEN a {
	background: url(../../images/design/docs_title_en.png) left top no-repeat;
	position: relative;
	z-index: 101;
	width: 130px;
}

#ldc #tabs li.custom_view a {
	background: url(../../images/design/docs_custom_view.png) left top no-repeat;
	position: relative;
	z-index: 101;
	width: 177px;
}

#ldc #tabs li.custom_address a {
	background: url(../../images/design/docs_custom_address.png) left top no-repeat;
	position: relative;
	z-index: 102;
	width: 177px;
}

#ldc #tabs li.regulations a {
	background: url(../../images/design/regulations_title.png) left top no-repeat;
	position: relative;
	z-index: 103;
	width: 130px;
}

#ldc #tabs li.selected a {
	background: url(../../images/design/selected_title.png) left top no-repeat;
	position: relative;
	z-index: 102;
	width: 130px;
}

#ldc #tabs li.most_viewed a {
	background: url(../../images/design/most_viewed_title.png) left top no-repeat;
	position: relative;
	z-index: 101;
	width: 130px;
}
#ldc #tabs li.najgledanija {
	background: url(../../images/design/najgledanija_title.png) left top no-repeat;
	position: relative;
	z-index: 101;
	width: 177px;
}

#ldc #tabs li a:hover {
	background-position: right top;
}

#ldc #tabs li a.active {
	background-position: left bottom;
	z-index: 104;
}

#ldc .content {
	clear: both;
	background: url(../../images/design/selected_content_bck.png) left top repeat-y;
	padding: 10px 0px 0px 0px;
	width: 100%;
}

#home_first #ldc .content {
 	min-height: 240px;
 	height: auto !important;
 	height: 240px;
}

* html #ldc .content {
	height: 1%;
}

#secondary #ldc .content {
	height: auto;
}

#secondary #ldc .content ul {
	background: url(../../images/design/selected_content_ul_bck.gif) 2px bottom no-repeat;
	padding-bottom: 44px;
}

#ldc .content li {
	width: 216px;
	width: 432px;
	padding: 3px 0px;
	background: url(../../images/design/ldc_item_bck.gif) left bottom repeat-x;
	float: left;
	margin-left: 10px;
}

#secondary #ldc .content li {
	width: 370px;
}

#secondary #ldc .content.t_2 li {
	width: 180px;
}

#ldc .content li a,
#ldc .content li p {
	display: block;
	padding-left: 18px;
	font-size: 11px;
	line-height: 18px;
	color: #424242;
	background: url(../../images/design/selected_link_bck.gif) left top no-repeat;
	background: url(../../images/design/selected_link_outer_bck.gif) left top no-repeat;
	background: url(../../images/design/selected_link_outer_long_bck.gif) left top no-repeat;
}

#ldc .content li p a.docs,
#secondary #ldc .content li p a.docs {
	display: inline;
	padding-left: 0px;
	background: none;
	margin-left: 4px;
}

#ldc .content li p span {
	width: 275px;
	display: block;
	float: left;
}

#secondary #ldc .content li p span {
	width: 210px;
	display: block;
	float: left;
}

#ldc .content li p a.docs img {
	margin-bottom: -2px;
}

#secondary #ldc .content li a,
#secondary #ldc .content li p {
	background: url(../../images/design/selected_link_big_bck.gif) left top no-repeat;
	background: url(../../images/design/selected_link_big_outer_bck.gif) left top no-repeat;
}

#secondary #ldc .content.t_2 li a,
#secondary #ldc .content.t_2 li p {
	background: url(../../images/design/selected_link_t2_bck.gif) left top no-repeat;
	background: url(../../images/design/selected_link_t2_outer_bck.gif) left top no-repeat;
}

#ldc .content li p:hover,
#ldc .content li a:hover,
#secondary #ldc .content li a:hover {
	background-position: right top;
}

/* --------------------------------------------------------------------------------------------- home_second */

#home_second {
	background: #f7f6ef url(../../images/design/home_second_bck.gif) left top repeat-x;
	width: 1003px;
	margin: 0px auto;
}

#home_second_inner {
	background: url(../../images/design/home_second_bottom_bck.gif) left bottom no-repeat;
	padding-bottom: 10px;
}

#home_second_wrapper {
}

/* --------------------------------------------------------------------------------------------- intro */

#intro {
	float: left;
	padding: 36px 14px 0px 16px;
}

#intro h2 {
	line-height: 1px;
	height: 20px;
}

#intro .text {
	font-size: 11px;
	line-height: 18px;
	color: #8a866b;
	padding: 0px 0px 10px 17px;
	/*background: url(../../images/design/intro_sign.gif) right bottom no-repeat;*/
}

/* --------------------------------------------------------------------------------------------- contact_form */

#contact_form {
	width: 464px;
	float: left;
	position: relative;
	z-index: 20;
}

.article #contact_form {
	width: auto;
	margin-bottom: 30px;
	padding: 20px 30px 5px 30px;
	background: #f7f6ef url(../../images/design/home_second_bck.gif) left top repeat-x;
}



#contact_form h2 {
	line-height: 1px;
	padding: 10px 0px 0px 18px;
	background: #f7f6ef url(../../images/design/selected_content_bck.png) left top repeat-y;
}

.article #contact_form h2 {
	background: none;
}

#contact_form p.note {
	font-size: 11px;
	line-height: 18px;
	color: #5b79aa;
	padding: 0px 0px 0px 36px;
}

.article #contact_form p.note {
	clear: both;
}

.form_1 fieldset {
	border: 0px;
	margin-top: 12px;
}

.form_1 .form_textfield {
	width: 245px;
	float: left;
	margin-bottom: 6px;
	
}


.form_1 .form_textfield,
.form_1 .form_radio {
	margin-bottom: 6px;
	float: left;
	height: 30px;
}

.form_1 .form_radio {
	margin-left: 225px;
}

.form_1 label,
.form_1 .label {
	float: left;
	width: 65px;/*65*/
	padding-right: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #6480ae;
	text-align: right;
	line-height: 27px;
}

.form_1 .label {
	width: 142px;
	padding-right: 12px;
}

.form_1 .form_radio label {
	float: left;
	width: 40px;
	padding: 0px;
	text-align: left;
	line-height: 30px;
}

.form_1 .form_textfield input {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
width: 147px;/*165*/
		height: 22px;/*30*/
		padding: 8px 5px 0px 5px;
		float: left;
		background: url(../../images/design/form_1_input_text.gif) left top no-repeat;
		font-size: 11px;
		font-weight: bold;
		color: #6480ae;
}

.form_1 .form_textfield input.focus {
	background-position: right top;
}

.form_1 .form_radio input {
	margin: 0px 4px 0px 0px;
}

.form_1 .form_textarea {
	clear: both;
}

.form_1 .form_textarea textarea {
	width: 385px;/*395*/
	height: 111px;/*127*/
	padding: 8px 5px;
	background: url(../../images/design/form_1_input_textarea.gif) left bottom no-repeat;
	border: 0px;
	font-size: 11px;
	color: #6480ae;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}

.form_1 .form_textarea textarea.focus {
	background-position: right top;
}

#contact_form.form_1 #submit_question {
	float: right;
	width: 99px;
	height: 29px;
	margin: 3px 5px -18px 0px;
	background: url(../../images/design/contact_form_submit.gif) left top no-repeat;
	border: 0px;
	cursor: pointer;
	position: relative;
}

#contact_form.form_1 #submit_questionEN {
	float: right;
	width: 99px;
	height: 29px;
	margin: 3px 5px -18px 0px;
	background: url(../../images/design/contact_form_submitEN.gif) left top no-repeat;
	border: 0px;
	cursor: pointer;
	position: relative;
}

#contact_form.form_1 #ctl00_ContentPlaceHolder1_submit_question {
	float: right;
	width: 99px;
	height: 29px;
	margin: 3px 5px -18px 0px;
	background: url(../../images/design/contact_form_submit.gif) left top no-repeat;
	border: 0px;
	cursor: pointer;
	position: relative;
}

#contact_form.form_1 #ctl00_ContentPlaceHolder1_submit_questionEN {
	float: right;
	width: 99px;
	height: 29px;
	margin: 3px 5px -18px 0px;
	background: url(../../images/design/contact_form_submitEN.gif) left top no-repeat;
	border: 0px;
	cursor: pointer;
	position: relative;
}

.article #contact_form.form_1 #submit_question {
	margin-right: 35px;
}

.article #contact_form.form_1 #submit_questionEN {
	margin-right: 35px;
}

#contact_form.form_1 #submit_question:hover {
	background-position: right top;
}

#contact_form.form_1 #submit_questionEN:hover {
	background-position: right top;
}

/* --------------------------------------------------------------------------------------------- bottom */

#bottom {
	background: #eef3fb url(../../images/design/bottom_bck.gif) left top repeat-x;
	padding: 28px 0px 0px 16px;
	width: 987px;
	height: 262px;
	margin: 0 auto;
}

#bottom_inner {
}

/* --------------------------------------------------------------------------------------------- type_1 */

.type_1 {
	width: 236px;
	padding-right: 8px;
	margin-right: 8px;
	float: left;
	background: url(../../images/design/type_1_bck.gif) right 16px no-repeat;
 	height: 230px;
}

.type_1 h2 {
	line-height: 1px;
	padding-top: 3px;
	height: 20px;
}

.type_1 h3 {
	font-size: 11px;
	text-align: center;
	line-height: 26px;
}

#glossary, #glossary a {
	color: #5b79aa;
}

#glossary,
#about {
	position: relative;
	top: 0px;
	left: 0px;
}

#glossary .container,
#about .container {
	float: left;
	width: 236px;
	height: 230px;
	position: relative;    
	overflow: hidden;
}

#glossary ul,
#about ul {
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 230px;
}

#glossary ul li,
#about ul li {
  width: 236px;
  height: 230px;
  float:left;
}

.type_1 .header {
	width: 228px;/*236*/
	height: 30px;/*34*/
	padding: 4px 4px 0px 4px;
}

.type_1 .previous_button {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -10000px;
	overflow: hidden;
	float: left;
	margin: 4px 0px -28px 4px;
	position: relative;
	z-index: 201;
}

.type_1 .next_button {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -10000px;
	overflow: hidden;
	float: right;
	margin: 4px 4px -28px 0px;
	position: relative;
	z-index: 202;
}

/* --------------------------------------------------------------------------------------------- glossary */

#glossary .header {
	background: url(../../images/design/glossary_head.gif) left top no-repeat;
}

#glossary .previous_button {
	background: url(../../images/design/left_1.jpg) top left no-repeat;
}

#glossary .previous_button_over {
}

#glossary .previous_button_disabled {
}

#glossary .next_button {
	background: url(../../images/design/right_1.jpg) top left no-repeat;
}

#glossary .next_button_over {
}

#glossary .next_button_disabled {
}

#glossary p.text {
	margin: 0px 1px;
	padding: 8px 6px 14px 6px;
	font-size: 11px;
	line-height: 18px;
	background-color: #f4f7fc;
}

#glossary p.more {
	background: url(../../images/design/glossary_bottom.gif) left top no-repeat;
	height: 27px;
	font-size: 11px;
	clear: both;
}

#glossary p.more a {
	display: block;
	padding: 0px 0px 0px 18px;
	margin: 10px 8px 0px 0px;
	height: 10px;
	line-height: 10px;
	float:right;
	background: url(../../images/design/bullet_1.gif) left top no-repeat;
}

#glossary p.more a:hover {
	color: #f4f7fc;
	background-color: #5b79aa;
}

/* --------------------------------------------------------------------------------------------- about */

#about .header {
	background: url(../../images/design/about_head.gif) left top no-repeat;
}

#about .previous_button {
	background: url(../../images/design/left_2.jpg) top left no-repeat;
}

#about .next_button {
	background: url(../../images/design/right_2.jpg) top left no-repeat;
}

#about h3,
#about h3 a {
	color: #a9191a;
}

#about table {
	color: #5b79aa;
	font-size: 11px;
	border-collapse: collapse;
	width: 230px;
	margin-top: 6px;
	margin-left: 3px;
}

#about table tr {
	height: 20px;
	cursor: pointer;
}

#about table tr.odd {
	background: url(../../images/design/table_1_row_1.gif) left top no-repeat;
}

#about table tr.even {
	background: url(../../images/design/table_1_row_2.gif) left top no-repeat;
}

#about table td {
	padding: 0px 0px 2px 11px;
}

#about table td a {
	color: #5b79aa;
	text-decoration: underline;
}

#about table td a:hover {
	color: #f3f7fc;
	background-color: #5b79aa;
}

/* --------------------------------------------------------------------------------------------- #currency_converter */

#currency_converter h2 {
	padding-top: 0px;
	padding-bottom: 3px;
}

#currency_converter .first_item {
	width: 236px;
	height: 36px;
	background: url(../../images/design/converter_head_1.gif) left top no-repeat;
}

#currency_converter .second_item {
	width: 236px;
	height: 36px;
	background: url(../../images/design/converter_head_2.gif) left top no-repeat;
}

#currency_converter select {
	margin: 5px 0px 0px 11px;
	width: 66px;
	font-size: 10px;
	height: 20px;
	font-weight: bold;
	color: #5b79aa;
	float: left;
}

#currency_converter input {
	width: 134px;/*142*/
	height: 21px;/*26*/
	padding: 5px 4px 0px 4px;
	background: url(../../images/design/converter_input.gif) left top no-repeat;
	border: 0px;
	margin: 4px 5px 0px 0px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #5b79aa;
}

#currency_converter input.focus {
	background-position: right top;
}

#currency_converter table {
	width: 233px;/*233*/
	padding-top: 10px;
	margin-left: 2px;
	background: #fff url(../../images/design/table_2_bck.gif) left bottom no-repeat;
	color: #5b79aa;
	font-size: 11px;
	border-collapse: collapse;
}

#currency_converter table tr {
	height: 20px;
	cursor: pointer;
}

#currency_converter table tr.odd {
	background: url(../../images/design/table_2_row_1.gif) 1px 0px no-repeat;
}

#currency_converter table td {
	padding: 0px 0px 2px 0px;
	width: 20%;
	text-align: center;
}

#currency_converter table td.first {
	padding-left: 12px;
	text-align: left;
	font-weight: bold;
}

/* --------------------------------------------------------------------------------------------- calendar */

#calendar h2 {
	line-height: 1px;
	padding-top: 3px;
	height: 20px;
}

#calendar .calendar {
	width: 213px;
	background: #fff url(../../images/design/calendar_bck.gif) left bottom no-repeat;
	text-align: center;
	padding-bottom: 6px;
	padding: 0px 2px 6px 0px;
}

#calendar .calendar caption {
	text-align: center;
	background: #fff;
	font-size: 11px;
	font-weight: bold;
	color: #707070;
	padding-top: 12px;
}

#calendar .calendar caption a {
	display: inline;
	margin-top: -20px;
}

#calendar .calendar caption a.floatright {
	margin-right: 30px;
	float: right;
}

#calendar .calendar caption a.floatleft {
	margin-left: 30px;
	float: left;
}

#calendar .calendar thead {
	font-size: 11px;
	color: #757575;
	height: 20px;
}

#calendar .calendar td a {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../../images/design/calendar_day_bck.gif) left top no-repeat;
	font-size: 11px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 1px;
}

#calendar .calendar td.selected a,
#calendar .calendar td a:hover {
	background: url(../../images/design/calendar_day_hover.gif) left top no-repeat;
}

/* --------------------------------------------------------------------------------------------- footer */

#footer_wrapper {
	width: 100%;
	height: 390px;
	position: absolute;
	bottom: 0px;
	background: url(../../images/design/footer_wrapper_bck.gif) center bottom repeat-x;
	z-index: 10;
}

#footer {
	position: relative;
	width: 1003px;
	height: 390px;
	margin: 0px auto;
	background: #eef3fb url(../../images/design/footer_wrapper_bck.gif) center bottom repeat-x;
}

#footer #contact li {
	float: left;
	padding: 0px 18px 0px 26px;
}
#footer #contact li.phone {
	float: right;
	padding: 0px 26px 0px 18px;
}

#footer #contact h2 {
	line-height: 1px;
	background: url(../../images/design/footer_contact_bck.gif) left bottom no-repeat;
	padding-bottom: 6px;
	margin-bottom: 3px;
}

#footer #contact li p {
	font-size: 11px;
	color: #768fb7;
}

#footer #contact li p a {
	font-size: 11px;
	color: #768fb7;
}

#footer #contact li p a:hover {
	color: #eef3fb;
	background-color: #768fb7;
}

#footer #footer_navigation {
	clear: both;
	position: absolute;
	top: 363px;
	left: 9px;
}

#footer #footer_navigation li {
	float: left;
	background: url(../../images/design/footer_nav_item_bck.gif) left top repeat-y;
	padding-left: 2px;
}

#footer #footer_navigation li a {
	display: block;
	height: 22px;
	margin: 0px 8px;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	float: left;
}

#footer #footer_navigation li a:hover {
	color: #b2c4df;
}

#footer #footer_navigation li.contact a {
	background: url(../../images/design/footer_nav_contact.gif) left center no-repeat;
	text-indent: -10000px;
	width: 20px;
}

#footer #footer_navigation li.contact a:hover {
	background-position: right center;
}

#footer a.bi,
#footer a.ea {	
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 368px;
}

#footer a.bi {
	right: 150px;
}

#footer a.ea {
	right: 18px;
}

#footer a.bi:hover,
#footer a.ea:hover {
	color: #b2c4df;
}#ministarstvo_wrapper {
	margin: 0 0 0 180px;
	padding: 0px;
	width: 555px;
	background-color: #D0DBED;
}
#ministarstvo_wrapper p {
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 10px;
	text-align: left;
	color: #000;
}

#ministarstvo_wrapper #ministarstvo_gore {
	height: 285px;
	width: 555px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/divgore.jpg);
}
#ministarstvo_lijevo {
	margin: 0px;
	padding: 0px;
	width: 269px;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6D747C;
	border-bottom-color: #6D747C;
	border-left-color: #6D747C;
	background-color: #E0E4F0;
}
#lijevo2 {
	padding: 0px;
	float: right;
	width: 133px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6D747C;
	border-bottom-color: #6D747C;
	border-left-color: #6D747C;
}
#desno1 {
	padding: 0px;
	float: left;
	width: 138px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #6D747C;
	border-right-color: #6D747C;
	border-bottom-color: #6D747C;
}
#desno2 {
	padding: 0px;
	float: right;
	width: 139px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6D747C;
	border-bottom-color: #6D747C;
	border-left-color: #6D747C;
}

#ministarstvo_desno {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 280px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6D747C;
	border-bottom-color: #6D747C;
	border-left-color: #6D747C;
	background-color: #E0E4F0;
}
#lijevo1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 133px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #6D747C;
	border-right-color: #6D747C;
	border-bottom-color: #6D747C;
}

#pojednostavljeni {
				
				display:block;
				margin:0;
				padding:0;
				width:100%;
}

#pojednostavljeni h3 {
				height:1%;
				clear:both;
				margin:0;
				padding-left:15px;
				font-size:12px;
				color:#3F4F68;
}
#pojednostavljeni h3.solo {
				margin: 127px 0 0;
}

#pojednostavljeni ul {
				margin:2px 0 8px;
				padding:0;
}

#pojednostavljeni ul li {
				background:url("../../images/design/att_docs_bck.gif") no-repeat scroll left top transparent;
				color:#424242;
				font-size:11px;
				line-height:18px;
				width:100%;
				list-style-type:none;
				margin:0;
				padding:0;
}

#pojednostavljeni ul li .doc {
				background:url("../../images/design/att_docs_bottom_bck.gif") no-repeat scroll left bottom transparent;
				padding-left:20px;
				margin:0;
				
}

#pojednostavljeni ul li:hover .doc {
				background-position: right bottom;
}
#pojednostavljeni ul li:hover {
				background-position: -520px top;
}
#pojednostavljeni ul li .clearfix {
				display:block;
}

#pojednostavljeni a {
				float:right;
				text-decoration:none;
				margin:0;
				padding:0;
}

#pojednostavljeni a img  {
				float:left;
				padding:2px 2px 0;
				border:medium none;
				margin:0;
}

#pojednostavljeni2 {
				
				display:block;
				margin:0;
				padding:0;
				width:100%;
}

#pojednostavljeni2 h3 {
				height:1%;
				clear:both;
				margin:0;
				padding-left:15px;
				font-size:12px;
				color:#3F4F68;
}
#pojednostavljeni2 h3.solo {
				margin: 127px 0 0;
}

#pojednostavljeni2 ul {
				margin:2px 0 8px;
				padding:0;
}

#pojednostavljeni2 ul li {
				background:url("../../images/design/att_docs_bck.gif") no-repeat scroll left top transparent;
				color:#424242;
				font-size:11px;
				line-height:18px;
				width:100%;
				list-style-type:none;
				margin:0;
				padding:0;
}

#pojednostavljeni2 ul li .doc {
				background:url("../../images/design/att_docs_bottom_bck.gif") no-repeat scroll left bottom transparent;
				padding-left:20px;
				margin:0;
				
}

#pojednostavljeni2 ul li:hover .doc {
				background-position: right bottom;
}
#pojednostavljeni2 ul li:hover {
				background-position: -520px top;
}
#pojednostavljeni2 ul li .clearfix {
				display:block;
}

#pojednostavljeni2 a {
				float:right;
				text-decoration:none;
				margin:0;
				padding:0;
}

#pojednostavljeni2 a img  {
				float:left;
				padding:2px 2px 0;
				border:medium none;
				margin:0;
}

/* dodano Goran 26.10.2010. */

.indextablica 
{
    width: 491px;
    padding: 0px;
    margin-left: 16px;
    margin-bottom: 10px;
    background-image: url("../../images/design/indextablica.jpg");
    background-repeat: no-repeat;
}

.indextablica td
{
    border-top: dotted 1px #B9C4D5;
    padding: 5px;
    
}

.indextablica td.lijevi
{
    width: 234px;
    border-right: dotted 1px #B9C4D5;
}

.indextablica td.lijeviboja
{
    width: 234px;
    /*border-right: solid 1px #768AAD;*/
}
.indextablica td.lijeviboja2
{
    border-top:none;
    width: 234px;
    border-right: dotted 1px #B9C4D5;
}
.indextablica td.firstboja
{
    border: none;
    width: 234px;
    /*border-right: solid 1px #768AAD;
    border-top: 1px solid #768AAD;*/
}
.indextablica td.boja
{
    border: none;
    width: 234px;
    /*border-top: solid 1px #768AAD;*/
}


.indextablica td.lijevibojagore
{
    width: 234px;
    
    border-right: dotted 1px #B9C4D5;
    background: #FFFFFF;
}
.indextablica td.bojagore
{
    width: 234px;
    /*border-top: none;*/
    background: #FFFFFF;
}

.indextablica p
{
    color: #758AAC;
    font-size: 11px;
    padding: 5px;
}

.indextablica h3
{
    color:#758AAC;
    float:left;
    font-size:15px;
    margin-bottom:2px;
    padding-right:2px;
    width:150px;
}
.znacka 
{
    padding-right: 10px;
}

.slikalink
{
    border:1px solid #DED5D5;
    float:left;
    margin-left:-4px;
    margin-right:7px;
    padding:2px;
}
.slikalink2
{
    border:1px solid #DED5D5;
    float:left;
    margin-left:6px;
    margin-right:7px;
    padding:2px;
}
.slikarapex
{
    border:1px solid #DED5D5;
    float:left;
    margin-top:0px;
    margin-left:6px;
    padding:2px;
}

.slikamjere
{
    border:1px solid #DED5D5;
    float:left;
    margin-top:2px;
    margin-left:-4px;
    padding:2px;
}

/* Dodano Goran 3.11.2010. */ 

p.tb-na18 {
margin-right:0cm;
margin-left:0cm;
text-align:center;
font-size:20.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;
}
p.broj-d {
margin-right:0cm;
margin-left:0cm;
text-align:right;
font-size:13.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;
}
p.t-9-8 {
margin-right:0cm;
margin-left:0cm;
font-size:12.0pt;
font-family:"Times New Roman","serif";
}
p.tb-na16 {
margin-right:0cm;
margin-left:0cm;
text-align:center;
font-size:18.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;
}
p.t-12-9-fett-s {
margin-right:0cm;
margin-left:0cm;
text-align:center;
font-size:14.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;
}
p.klasa2 {
margin-right:0cm;
margin-left:0cm;
font-size:12.0pt;
font-family:"Times New Roman","serif";
}
p.t-9-8-potpis {
margin-right:0cm;
margin-left:367.2pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";
}
span.bold1 {
font-weight:bold;
}
p.t-11-9-sred {
margin-right:0cm;
margin-left:0cm;
text-align:center;
font-size:14.0pt;
font-family:"Times New Roman","serif";
}
p.clanak- {
margin-right:0cm;
margin-left:0cm;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";
}
p.clanak {
margin-right:0cm;
margin-left:0cm;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";
}
p.t-10-9-sred {
margin-right:0cm;
margin-left:0cm;
text-align:center;
font-size:13.0pt;
font-family:"Times New Roman","serif";
}
p.MsoNormal {
margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Century Gothic","sans-serif";
}

span.MsoFootnoteReference {
vertical-align:super;
}
p.MsoNormal {
margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
}
p.MsoBodyTextIndent2 {
margin:0cm;
margin-bottom:.0001pt;
text-align:justify;
text-indent:36.0pt;
font-size:9.0pt;
font-family:"Times New Roman","serif";
}
p.MsoBodyTextIndent {
margin:0cm;
margin-bottom:.0001pt;
text-align:justify;
text-indent:36.0pt;
font-size:9.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;
}
p.MsoFootnoteText {
margin:0cm;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Times New Roman","serif";
}

p.T-119sred {
margin-top:6.4pt;
margin-right:0cm;
margin-bottom:2.15pt;
margin-left:0cm;
text-align:center;
text-autospace:none;
font-size:11.5pt;
font-family:"Times-NewRoman","serif";
}
p.T-109sred {
margin-top:4.25pt;
margin-right:0cm;
margin-bottom:2.15pt;
margin-left:0cm;
text-align:center;
text-autospace:none;
font-size:10.5pt;
font-family:"Times-NewRoman","serif";
}
p.T-109curz {
margin-top:4.25pt;
margin-right:0cm;
margin-bottom:2.15pt;
margin-left:0cm;
text-align:center;
text-autospace:none;
font-size:10.5pt;
font-family:"Times-NewRoman","serif";
font-style:italic;
}
p.T-98-2 {
margin-top:0cm;
margin-right:0cm;
margin-bottom:2.15pt;
margin-left:0cm;
text-align:justify;
text-indent:17.1pt;
tab-stops:107.65pt;
text-autospace:none;
font-size:9.5pt;
font-family:"Times-NewRoman","serif";
}
p.T-119curz {
margin-top:6.4pt;
margin-right:0cm;
margin-bottom:2.15pt;
margin-left:0cm;
text-align:center;
text-autospace:none;
font-size:11.5pt;
font-family:"Times-NewRoman","serif";
font-style:italic;
}
p.MsoBodyText {
margin:0cm;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;
}


p.MsoNormal {
margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
}
span.MsoFootnoteReference {
vertical-align:super;
}

p.Clanak {
margin-top:4.3pt;
margin-right:0cm;
margin-bottom:2.15pt;
margin-left:0cm;
text-align:center;
text-autospace:none;
font-size:9.5pt;
font-family:"Times-NewRoman","serif";
}

/************************************************************************************************************/

#ldc2 {
	width: 464px;
	float: left;
	margin-top: 3px;
	position: relative;
	margin-bottom:20px;
	background-image: url('../../images/design/tab2.jpg');
	
}
/* --dodano Goran 26.10.2010.-- */
.index2 {
	width: 464px;
	float: left;
	margin-top: -7px;
	position: relative;
	height:630px;
	background-image:url('../../images/design/pozadinatab.png');
}





#ldc2 #tabs2 {
	margin-left: 2px;
}

#ldc2 #tabs2 li {
	float: left;
}

#ldc2 #tabs2 li a {
	display: block;
	height: 30px;
	text-indent: -10000px;
	overflow: hidden;
	margin-right: -3px;
}

#ldc2 #tabs2 li.articles a {
	background: url(../../images/design/izdvajamo.png) left bottom no-repeat;
	position: relative;
	z-index: 103;
	width: 130px;
}

#ldc2 #tabs2 li.articlesEN a {
	background: url(../../images/design/articles_title_en.png) left top no-repeat;
	position: relative;
	z-index: 103;
	width: 130px;
}

#ldc2 #tabs2 li.odgovori a {
	background: url(../../images/design/odgovori_titles.png) left top no-repeat;
	position: relative;
	z-index: 103;
	width: 130px;
}

#ldc2 #tabs2 li.links a {
	background: url(../../images/design/links_title.png) left top no-repeat;
	position: relative;
	z-index: 102;
	width: 130px;
}

#ldc2 #tabs2 li.linksEN a {
	background: url(../../images/design/links_title_en.png) left top no-repeat;
	position: relative;
	z-index: 102;
	width: 130px;
}

#ldc2 #tabs2 li.docs a {
	background: url(../../images/design/docs_title.png) left top no-repeat;
	position: relative;
	z-index: 101;
	width: 130px;
}

#ldc2 #tabs2 li.docsEN a {
	background: url(../../images/design/docs_title_en.png) left top no-repeat;
	position: relative;
	z-index: 101;
	width: 130px;
}

#ldc2 #tabs2 li.custom_view a {
	background: url(../../images/design/docs_custom_view.png) left top no-repeat;
	position: relative;
	z-index: 101;
	width: 177px;
}

#ldc2 #tabs2 li.custom_address a {
	background: url(../../images/design/docs_custom_address.png) left top no-repeat;
	position: relative;
	z-index: 102;
	width: 177px;
}

#ldc2 #tabs2 li.regulations a {
	background: url(../../images/design/regulations_title.png) left top no-repeat;
	position: relative;
	z-index: 103;
	width: 130px;
}

#ldc2 #tabs2 li.selected a {
	background: url(../../images/design/selected_title.png) left top no-repeat;
	position: relative;
	z-index: 102;
	width: 130px;
}

#ldc2 #tabs2 li.most_viewed a {
	background: url(../../images/design/most_viewed_title.png) left top no-repeat;
	position: relative;
	z-index: 101;
	width: 130px;
}
#ldc2 #tabs2 li.najgledanija {
	background: url(../../images/design/najgledanija_title.png) left top no-repeat;
	position: relative;
	z-index: 101;
	width: 177px;
}

#ldc2 #tabs2 li a:hover {
	background-position: left bottom;
}

#ldc2 #tabs2 li a.active {
	background-position: left bottom;
	z-index: 104;
}

#ldc2 .content {
	clear: both;
	background: url(../../images/design/selected_content_bck.png) left top repeat-y;
	padding: 10px 0px 0px 0px;
	width: 100%;
}

#home_first #ldc2 .content {
 	height: auto !important;
 	height: 240px;
}

* html #ldc2 .content {
	height: 1%;
}





#ldc2 .content li {
	width: 216px;
	width: 432px;
	padding: 3px 0px;
	background: url(../../images/design/ldc_item_bck.gif) left bottom repeat-x;
	float: left;
	margin-left: 10px;
}



#ldc2 .content li a,
#ldc2 .content li p {
	display: block;
	padding-left: 18px;
	font-size: 11px;
	line-height: 18px;
	color: #424242;
	background: url(../../images/design/selected_link_bck.gif) left top no-repeat;
	background: url(../../images/design/selected_link_outer_bck.gif) left top no-repeat;
	background: url(../../images/design/selected_link_outer_long_bck.gif) left top no-repeat;
}

#ldc2 .content li p a.docs
 {
	display: inline;
	padding-left: 0px;
	background: none;
	margin-left: 4px;
}

#ldc2 .content li p span {
	width: 275px;
	display: block;
	float: left;
}



#ldc2 .content li p a.docs img {
	margin-bottom: -2px;
}





#ldc2 .content li p:hover,
#ldc2 .content li a:hover
 {
	background-position: right top;
}

/*******************************************************************************************************************************/

.nekitekst
{
    color:#758AAC;
    display:block;
    float:left;
    font-size:13px;
    width:168px;
    margin-left: 30px;
    margin-top: 22px;
}

#anketa 
{
    margin-right: 15px;
    float:right;
    width: 460px;
    background-image: url('../../images/design/anketa.jpg');
    background-repeat: no-repeat;
    /*border-bottom: dotted 1px #B9C4D5;*/
    border-left: solid 2px #E3E2DE;
    border-right: solid 2px #E3E2DE;
    background-color: #F7F6EF;
}
#glasanje
{
    float:right;
    width:235px;
    /*height:69px;*/
    height:80px;
    /*margin-top: 10px;*/
    margin-top: 7px;
}
#glasanje td
{
    height:14px;
}
#glasanje input
{
    padding:0px;
    margin:0px;
    width:12px;
    height:12px;
}
#glasanje .btn
{
    padding:0px;
    margin-top:3px;
    width:auto;
    height:auto;
}


#UpdatePanel1
{
    height: 73px;
}

#RadioButtonList1_0
{
    height:12px;
}
#RadioButtonList1_1
{
    height:12px;
}
#RadioButtonList1_2
{
    height:12px;
}
#ImageButton2
{
    margin-top:3px;
}
#glasanje p
{
    padding:0px;
    margin:0px;
}

/**************************Tablica kontakti***************************/

.tablicakontakti
{
    width:539px;
    border: 1px solid #ccc;
}

.tablicakontakti td
{
   border: 1px solid #ccc;
   padding: 5px;
}

.tablicakontakti td.naslov
{
   
   width:356px;
   background-color: #CFDAEB;
}

.tablicakontakti td.desni
{
   text-align: right;
   width:68px;
}
.tablicakontakti td.lijevi
{
   width:356px;
}

.tablicakontakti td.prazni
{
   border: none;
}

.tablicakontakti h3
{
    font-size: 1.17em;
    font-weight:normal;
    color: #3C5172;
}

.tablicakontakti h3.naslov
{
   
    font-weight:bold;
    
}

.box
{
    width:500px;
    height:100px;
}

/*******************Središnji ured*******************/

.struct_l
{
    width:165px;
    height:57px;
    background-image:url(../../CURH/Slike/Ustroj/struct_l.jpg);
    font-size:10px;
    overflow: hidden;
    display: table;
    color: #927D14;
    font-weight:bold;
    line-height: 13px;
    margin-top:10px;
}
.struct_m
{
    width:165px;
    height:35px;
    background-image:url(../../CURH/Slike/Ustroj/struct_m.jpg);
    font-size:7px;
    overflow: hidden;
    display: table;
    color: #927D14;
    line-height: 10px;
    font-weight:bold;
}
.struct_mz
{
    width:165px;
    height:35px;
    background-image:url(../../CURH/Slike/Ustroj/struct_mz.jpg);
    font-size:7px;
    overflow: hidden;
    display: table;
    color: #927D14;
    line-height: 10px;
    font-weight:bold;
}
.struct_s
{
    width:165px;
    height:33px;
    background-image:url(../../CURH/Slike/Ustroj/struct_s.jpg);
    font-size:7px;
    overflow: hidden;
    display: table;
    color: #927D14;
    line-height: 10px;
    font-weight:bold;
}
.struct_sz
{
    width:165px;
    height:33px;
    background-image:url(../../CURH/Slike/Ustroj/struct_sz.jpg);
    font-size:7px;
    overflow: hidden;
    display: table;
    color: #927D14;
    line-height: 10px;
    font-weight:bold;
}
.struct_ss
{
    width:165px;
    height:33px;
    background-image:url(../../CURH/Slike/Ustroj/struct_ss.jpg);
    font-size:7px;
    overflow: hidden;
    display: table;
    color: #927D14;
    line-height: 10px;
    font-weight:bold;
}
.struct_ss
{
    width:165px;
    height:33px;
    background-image:url(../../CURH/Slike/Ustroj/struct_szs.jpg);
    font-size:7px;
    overflow: hidden;
    display: table;
    color: #927D14;
    line-height: 10px;
    font-weight:bold;
}
.article .text a.link
{
    color: #927D14;
    border:none;
    padding:0px;
    background-color:Transparent;
}
.article .text a.link:hover
{
    border:none;
    color:Black;
}
.article .text a.linkl
{
    color: #3B527C;
    border:none;
    padding:0px;
    background-color:Transparent;
}
.article .text a.linkl:hover
{
    border:none;
    color:Black;
}
.article .text a.links
{
    color: #666666;
    border:none;
    padding:0px;
    background-color:Transparent;
}
.article .text a.links:hover
{
    border:none;
    color:Black;
}
