html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../images/img_body.png);
	background-repeat: repeat;
	background-position: left top;	
}
input, textarea {
	font-family: Tahoma, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#body {
	background-repeat: repeat;
	background-image: url(../images/background.jpg);
}
.header_line_narrow {
	height: 28px;
	background-image: url(../images/img_head_line.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: -1;
}
.header_line_wide {
	height: 263px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: -2;
	background-color: #1d130d;
}
.clear_both {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	width: 100%;
}
.naslovi_sivi {
	font-size: 14px;
	color: #000;
	line-height: 18px;
	font-weight: bold;
}
.naslovi_crveni {
	font-size: 14px;
	color: #CA0003;
	line-height: 18px;
	font-weight: bold;
}
.naslovi_plavi {
	font-size: 14px;
	font-weight: bold;
	color: #247CC6;
	line-height: 18px;
	float: left;
}
.textovi_sivi {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	text-align:justify;
}
.textovi_sivi img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 2px #C4A899;
}
.youtube_video {
	margin-top: 10px;
}

.textovi_tamno_sivi {
	font-size: 12px;
	color: #666;
	line-height: 16px;
}
.procitaj_vise {
	background-color: #C4A899;
	font-size: 12px;
	color: #FFF;
	padding: 5px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.procitaj_vise:hover {
	background-color: #1D130D;
}
.link_o {
	font-size: 12px;
	text-decoration: none;
	color: #666;
	line-height: 16px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.link_o:hover {
	text-decoration: underline;
}
.link_bijeli {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
.link_bijeli:hover {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}
.pre_container {
	width: 70px;
	margin-right: 10px;
	margin-top: 10px;
	height: 20px;
	float:right;
}
.pre_container .language_bih {
	width: 28px;
	height: 19px;
	margin-left: 5px;
	background-image: url(../images/img_language_icons.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
}
.pre_container .language_bih:hover {
	background-position: left bottom;
}
.pre_container .language_eng {
	width: 28px;
	height: 19px;
	margin-left: 5px;
	background-image: url(../images/img_language_icons.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
}
.pre_container .language_eng:hover {
	background-position: right bottom;
}
.pre_container .social {
	width: 120px;
	height:25px;
	float:right;
	margin-top: 5px;
}
.pre_container .social .social_icon {
	background-image: url(../images/img_social.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	display:block;
	float:left;
	margin-left: 5px;
}
.pre_container .social .facebook {
	background-position: 0px top;	
}
.pre_container .social .facebook:hover {
	background-position: 0px bottom;	
}
.pre_container .social .twitter {
	background-position: -24px top;	
}
.pre_container .social .twitter:hover {
	background-position: -24px bottom;	
}
.pre_container .social .youtube {
	background-position: -48px top;	
}
.pre_container .social .youtube:hover {
	background-position: -48px bottom;	
}
.pre_container .social .gplus {
	background-position: -72px top;	
}
.pre_container .social .gplus:hover {
	background-position: -72px bottom;	
}
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.75);
	padding-top: 28px;
}
#container .intro {
	margin-top: 0px;
	margin-right: 130px;
	margin-bottom: 0px;
	margin-left: 130px;
	height: 700px;
	width: 700px;
	float: left;
	height: 700px;
}
#container .email{
	position: absolute;
	height: 30px;
	width: 200px;
	left: 355px;
	top: 613px;
	z-index: 5;
}
#container .email a {
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	text-decoration: underline;
}
#container .email a:hover {
	font-weight: bold;
	color: #F7118F;
	font-size: 14px;
	text-decoration: underline;
}
.top_re {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 25px;
	width: 100%;
}
#header {
	height: 236px;
	background-image: url(../images/img_header_background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header .logo {
	float: left;
	height: 58px;
	width: 252px;
	background-image: url(../images/logo.png);
	background-position: center top;
	margin-right: 15px;
	margin-top: 24px;
}
.logo a {
	margin: 0px;
	padding: 0px;
	height: 137px;
	width: 143px;
	cursor: pointer;
	display: block;
}
.velika_slika {
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 309px;
	width: 425px;
	position: absolute;
	top: 0px;
	right: -120px;
	z-index: -1;
}
.velika_slika_a  {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 150px;
	float: right;
	display: block;
	z-index: 1;
	position: absolute;
	top: 0px;
	right: 150px;
}
#header .main_nav {
	height: 35px;
	width: 680px;
	float: right;
	margin-right: 10px;
	clear: right;
	margin-top: 20px;
	text-align: right;
}
#header .main_nav .mainlink_container {
}
.main_nav ul li .selected {
	background: #C4A899;
}
.main_nav .mainlink_container  .main_link {
	position: relative;
	z-index:5;
	text-shadow: 0 -1px 2px #333;
	display: inline-block;
}
.main_nav .mainlink_container .main_link:first-child {
	border-left: none;
}
.main_nav .mainlink_container .main_link:last-child {
	border-right: none;
}
.main_nav .mainlink_container .main_link .main_link_link {
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFF;
	height: 35px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.main_nav .mainlink_container  .main_link .main_link_link:hover {
	background: #C4A899;
}
.main_nav .mainlink_container  .main_link .sublink_container {
	display: none;
}
.main_nav .mainlink_container  .main_link:hover .sublink_container {
	display: block;
	position: absolute;
	left: 0px;
	top: 35px;
	width: 150px;
	border: 1px none #FFF;
	z-index:1;
	background-color: #C3A798;
}
.main_nav .mainlink_container .main_link:hover .sublink_container .sublink {
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3A798;
}
.main_nav .mainlink_container .main_link:hover .sublink_container .sublink .sublink_link {
	line-height: 40px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	height: 40px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.main_nav .mainlink_container .main_link:hover .sublink_container .sublink .sublink_link:hover {
	background-color: #1D130D;
}
.main_nav .mainlink_container .main_link:hover .sublink_container .sublink .subsublink_container {
	display: none;
	background-image: url(../images/crna_trans.png);
	background-repeat: repeat;
	border: 1px solid #F0B22F;
}

.main_nav .mainlink_container .main_link:hover .sublink_container .sublink:hover .subsublink_container {
	display: block;
	position: absolute;
	left: 130px;
	top: 0px;
}
.main_nav .mainlink_container .main_link:hover .sublink_container .sublink:hover .subsublink_container .subsublink_link {
	line-height: 40px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	height: 40px;
	width: 130px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0B22F;
	text-indent: 5px;
}
.main_nav .mainlink_container .main_link:hover .sublink_container .sublink:hover .subsublink_container .subsublink_link:hover {
	color: #F0B22F;
}
#slide {
	position: relative;
	height: 224px;
	width: 306px;
	float:right;
	margin-top: 50px;
	margin-right: 10px;
}
.box_naslovi {
	float: left;
	height: 50px;
	width: 202px;
}
.slide_left .textovi_sivi {
	height: 199px;
	width: 190px;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
}
.box_naslovi .link_o {
	line-height: 50px;
	float: right;
	margin-right: 10px;
}
#slide .slide_animacija {
	height: 224px;
	width: 306px;
	position: relative;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.slide_animacija .image_main {
	height: 224px;
	width: 306px;
}
.slide_animacija .animation_tab_container {
	height: 224px;
	width: 306px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.slide_animacija .text_slide {
	position: absolute;
	height: 70px;
	width: 350px;
	top: 40px;
	left: 15px;
}
.text_slide h1 {
	font-size: 28px;
	color: #333;
	line-height: 28px;
}
.slide_animacija .text_slide_text {
	position: absolute;
	height: 100px;
	width: 350px;
	top: 140px;
	left: 15px;
	color: #7B7B79;
	font-size: 16px;
}
.slide_animacija .text_slide_link {
	position: absolute;
	height: 20px;
	width: 235px;
	top: 200px;
	left: 15px;
}
.text_slide_link .link_o {
	font-size: 14px;
	color: #FE1C20;
}
.slide_animacija .arrow_left {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
	border-radius: 10px;
	left: 40px;
	top: 20px;
}
.slide_animacija .arrow_left a {
	background-image: url(../images/arrow.png);
	background-position: left top;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
}
.slide_animacija .arrow_left a:hover {
	background-image: url(../images/arrow.png);
	background-position: left bottom;
	display: block;
	height: 50px;
	width: 50px;
	cursor: pointer;
}
.slide_animacija .arrow_right {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
	border-radius: 10px;
	top: 20px;
	right: 40px;
}
.slide_animacija .arrow_right a {
	background-image: url(../images/arrow.png);
	background-position: right top;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
}
.slide_animacija .arrow_right a:hover {
	background-image: url(../images/arrow.png);
	background-position: right bottom;
	display: block;
	height: 50px;
	width: 50px;
	cursor: pointer;
}
#slide .slide_pages {
	width: 200px;
	height: 25px;
	position: absolute;
	left: 15px;
	bottom: 20px;
}
#slide .slide_pages .slide_page {
	background-color: #FFF;
	height: 20px;
	width: 22px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #0d76ad;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
#slide .slide_pages .slide_page:hover {
	background-color: #0d76ad;
	color: #FFF;
}
#slide .slide_pages .slide_page_selected {
	background-color: #0d76ad;
	height: 20px;
	width: 22px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
#slide .slide_right {
	height: 246px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 5;
	border-radius: 5px;
	overflow: hidden;
}
.slide_right .title_usluga:first-child {
	border-top: none;
}
.slide_right .title_usluga:last-child {
	border-bottom: none;
}
.slide_right .title_usluga {
	width: 238px;
	height: 60px;
	text-shadow: 0 -1px 2px #333;
	color: #fff;
	line-height: 60px;
	text-decoration: none;
	font-size: 14px;
	padding-left: 8px;
	background: #2174ad; /* Old browsers */
	background: -moz-linear-gradient(top,  #2174ad 0%, #0f5a90 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2174ad), color-stop(100%,#0f5a90)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2174ad 0%,#0f5a90 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2174ad 0%,#0f5a90 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2174ad 0%,#0f5a90 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2174ad 0%,#0f5a90 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2174ad', endColorstr='#0f5a90',GradientType=0 ); /* IE6-9 */
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C5384;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #267FB6;
	padding-right: 8px;
	-webkit-transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.slide_right .title_usluga:hover {
	background: #fe1c20; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe1c20 0%, #cb0003 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe1c20), color-stop(100%,#cb0003)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe1c20 0%,#cb0003 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe1c20 0%,#cb0003 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe1c20 0%,#cb0003 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe1c20 0%,#cb0003 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe1c20', endColorstr='#cb0003',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	text-shadow: 0 -1px 2px #1974ba;
}
.zanimljivosti_one .zanim_datum {
	padding: 0px;
	height: 20px;
	width: 190px;
	display: block;
	float: left;
	font-size: 11px;
	color: #999;
	line-height: 20px;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.zanimljivosti_one .zanim_img {
	padding: 0px;
	height: 45px;
	width: 60px;
	float: left;
	border: 1px solid #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.zanimljivosti_one .zanim_nas {
	color: #666;
	padding: 0px;
	float: left;
	height: 45px;
	width: 125px;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.zanim_nas a {
	text-decoration: none;
	cursor: pointer;
	color: #666;
	font-style: italic;
}
.zanim_nas a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.box_naslovi .link_o {
	line-height: 50px;
	float: right;
	margin-right: 10px;
}
#main {
	width: 960px;
	padding-top: 20px;
}
.index_design_block {
	width: 450px;
	height: 160px;
	margin-left: 20px;
	float:left;
}
.index_design_block .db_title{
	width: 125px;
	height: 53px;
	float: left;
	font-family: 'Great Vibes', cursive;
	line-height: 53px;
	font-size: 28px;
	text-align:center;
}
.index_design_block .db_text{
	width: 300px;
	height: 120px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 16px;
	text-align: justify;
}
.index_design_block .db_link {
	width: 300px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	text-decoration:none;
}
.index_design_block .db_link:hover {
	text-decoration:underline;
}
.index_design_block .au_link {
	color: #1D130D;
}
.index_design_block .s_link {
	color: #C4A899;
}
.about_us {
	background-color: #C4A899;
	color: #1D130D;
}
.au_title {
	background-color: #1D130D;
	color: #C4A899;
}
.services {
	background-color: #1D130D;
	color: #C4A899;
}
.s_title {
	background-color: #C4A899;
	color: #1D130D;
}
#main .main_side {
	float: left;
	width: 202px;
	background-color: #FFF;
	border: 1px solid #e8e8e8;
}
#main .main_side .banner_wrap {
	width: 197px;
	overflow:hidden;
	height: 328px;
}

.main_side .arrow_top {
	padding: 0px;
	height: 20px;
	width: 90px;
	float: left;
	display: block;
	background-image: url(../images/strelice_par.png);
	background-position: left top;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.main_side .arrow_top:hover {
	padding: 0px;
	height: 20px;
	width: 90px;
	float: left;
	display: block;
	background-image: url(../images/strelice_par.png);
	background-position: left bottom;
	cursor: pointer;
}

.main_side .arrow_down {
	padding: 0px;
	height: 20px;
	width: 90px;
	float: left;
	display: block;
	background-image: url(../images/strelice_par.png);
	background-position: right top;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 50px;
}
.main_side .arrow_down:hover {
	padding: 0px;
	height: 20px;
	width: 90px;
	float: left;
	display: block;
	background-image: url(../images/strelice_par.png);
	background-position: right bottom;
	cursor: pointer;
}
.main_side .banner_par {
	float: left;
	height: 70px;
	width: 180px;
	border: 1px solid #e8e8e8;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.banner_par img {
	height: 70px;
	width: 180px;
}
#main .main_content {
	width: 930px;
	margin-left: 15px;
	margin-top: 20px;
}
.main_content .index_news {
	width: 930px;
}
.index_third_1 {
	width: 360px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(../images/img_slider_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	margin-bottom: 20px;
	float: left;
}
.index_third_1 .slider {
	margin-left: 30px;
	width: 306px;
	height: 224px;
	overflow: hidden;
	margin-left: 27px;
	position: relative;
}
.index_third_1 .slider img{
	position: absolute;
	top: 0px;
	left: 0px;
}
.index_third_1 .dots_container {
	width: 360px;
	height: 15px;
	text-align:center;
	margin-top: 15px;
}
.index_third_1 .dots_container .dot {
	width: 10px;;
	height: 10px;
	display: inline-block;
	background-color: #C4A899;
	margin-left: 5px;
}
.index_third_1 .dots_container .dot_selected {
	width: 10px;;
	height: 10px;
	display: inline-block;
	background-color: #1D130D;
	margin-left: 5px;
}
.index_third_2 {
	width: 250px;
	min-height: 250px;
	float:left;
	background-image: url(../images/img_divider.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-right: 10px;
	color: #1D130D;
}
.index_third_2 .third_title{
	font-family: 'Great Vibes', cursive;
	font-size: 24px;
}
.index_third_2 .third_subtitle{
	font-family: 'Great Vibes', cursive;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 8px;
}
.index_third_2 .third_text{
	font-size: 13px;
	line-height: 16px;
}
.index_third_2 .third_text a{
	color: #1D130D;
	text-decoration: none;
}
.index_third_2 .third_text a:hover{
	text-decoration: underline;
}
.index_third_2 .third_bold_title{
	font-size: 13px;
	line-height: 16px;
	margin-top: 8px;
	font-weight: bold;
	margin-bottom: 3px;
}
.index_third_2 .news_image_container{
	width: 165px;
	height: 120px;
	border: 3px solid #C4A899;
	margin-left: 28px;
	overflow: hidden;
	margin-bottom: 10px;
}
.index_third_2 .news_image_container img{
	width: 165px;
	min-height: 120px;
}
.index_third_2 .third_link{
	font-size: 13px;
	line-height: 16px;
	margin-top: 8px;
	float: right;
	color: #1D130D;
	text-decoration: none;
}
.index_third_2 .third_link:hover{
	text-decoration: underline;
}
.main_content .index_news .expertise_wrap {
	width: 884px;
	overflow:hidden;
	height:360px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
.index_news .l_arrow {
	height: 21px;
	width: 21px;
	float: left;
	background-image: url(../images/strelice_left_right.png);
	background-position: right bottom;
	cursor: pointer;
	margin-top: 110px;
}
.index_news .l_arrow:hover {
	background-position: left bottom;
}
.index_news .r_arrow {
	height: 21px;
	width: 21px;
	float: left;
	background-image: url(../images/strelice_left_right.png);
	background-position: right top;
	cursor: pointer;
	margin-top: 110px;
}
.index_news .r_arrow:hover {
	background-position: left top;
}
.index_news .news_container {
	height: 330px;
	width: 197px;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	position: relative;
	text-decoration: none;
}
.news_container .news_image_container {
	height: 120px;
	width: 185px;
	padding:5px;
	border: solid 1px #CCC;
	overflow: hidden;
}
.news_container .news_image_container .news_image_wrapper {
	height: 120px;
	width: 185px;
	overflow: hidden;
	text-decoration: none;
}
.news_container .news_image_container .news_image_wrapper img {
	max-width: 185px;
	min-height: 120px;
}
.news_container h1 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FE1B1F;
	width: 190px;
	text-align: left;
	display: block;
	height: 45px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	float: left;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
.news_container p {
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 100px;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	text-align: justify;
	display: block;
	margin-top: 10px;
	text-decoration: none;
}
.news_container .news_image_link {
	width: 84px;
	height: 27px;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	text-align: center;
	position:absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/img_news_link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 27px;
}
.news_container .news_image_link:hover {
	background-position: left bottom;
	text-decoration: underline;
}
#main .main_experts {
	width: 930px;
	float: left;
	margin-top: 20px;
	border: 1px solid #DDD;
	height: 170px;
	border-radius: 5px;
	background-color: #F9F9F8;
}
#main .main_experts .box_naslovi{
	margin-left: 10px;
	margin-top: 10px;
	height: 25px;
}

#main .main_experts .experts_wrap {
	width: 830px;
	float: left;
	height: 120px;
	overflow:hidden;
}

.main_experts .experts {
	height: 80px;
	width: 130px;
	float: left;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 17px;
	margin-bottom: 15px;
	margin-left: 17px;
	cursor: pointer;
	border: 1px solid #DDD;
	text-align:center;
}

.main_experts .l_e_arrow {
	float: left;
	height: 21px;
	width: 21px;
	background-image: url(../images/strelice_left_right_footer.png);
	background-position: left bottom;
	cursor: pointer;
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 14px;
}
.main_experts .l_e_arrow:hover {
	background-position: right bottom;
}

.main_experts .r_e_arrow {
	margin-top: 40px;
	margin-right: 14px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: left;
	height: 21px;
	width: 21px;
	background-image: url(../images/strelice_left_right_footer.png);
	background-position: left top;
	cursor: pointer;
}
.main_experts .r_e_arrow:hover {
	background-position: right top;
}
.main_experts .experts img {
	max-height: 76px;
	max-width: 126px;
	margin: 2px;
}
#footer {
	width: 960px;
	height: 175px;
	color: #fff;
	float: left;
	position: relative;
}
#footer .footer_block {
	float: left;
	margin-left: 30px;
}
#footer .footer_block .footer_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
#footer .footer_block .label_block {
	font-size: 13px;
	margin-top: 8px;
	float:left;
}
#footer .footer_block .data_block {
	font-size: 13px;
	margin-top: 8px;
	float:left;
}
#footer .footer_block .data_block a {
	color: #fff;
	text-decoration: none;
}
#footer .footer_block .data_block a:hover {
	text-decoration: underline;
}
#footer .footer_block .footer_map {
	background-image: url(../images/img_footer_map.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 103px;
	width: 137px;
	margin-top: 10px;
	margin-left: 25px;
	display: block;
}
#footer .footer_block .footer_link {
	color: #fff;
	margin-top: 5px;
	text-decoration: none;
	font-size: 13px;
	margin-left: 10px;
}
#footer .footer_block .footer_link:hover {
	text-decoration: underline;
}
#footer .footers_footer {
	background-image: url(../images/footers_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#footer .footers_footer .copyrights {
	float: left;
	width: 400px;
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	margin-left: 10px;
}
#footer .footers_footer .siadizajn {
	width: 250px;
	float: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 30px;
	color: #FFF;
	text-align: right;
	cursor: pointer;
	text-decoration: none;
	margin-right: 10px;
}
#footer .footers_footer .siadizajn:hover {
	color: #900;
	text-decoration: underline;
}
.footer_line {
	background-image: url(../images/img_footer_line.png);
	height: 175px;
	width: 100%;
	position: absolute;
	z-index: -1;
	left: 0px;
	right: 0px;
	bottom: 0px;	
}
.main_block h1 {
	margin-bottom: 15px;
	font-size:18px;
	color:#000;
	font-weight: bold;
}
.main_block .podnaslov {
	margin-bottom: 15px;
	font-size:16px;
	color:#000;
}

.galerija_slika {
	margin: 0px;
	height: 300px;
	width: 705px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
.galerija_slika .galerija_slika_slika {
	margin: 0px;
	padding: 0px;
	height: 270px;
	width: 360px;
	float: left;
	border: 8px solid #FFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.galerija_slika .galerija_slika_slika img {
	height: 270px;
	width: 360px;
}
.galerija_slika .galerija_slika_male_slike {
	padding: 0px;
	height: 270px;
	width: 170px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.galerija_slika_male_slike .galerija_slika_mala_slika {
	margin: 0px;
	padding: 0px;
	height: 133px;
	width: 168px;
	float: left;
	background-image: url(../images/galerija_slika_bcg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.galerija_slika_mala_slika img {
	padding: 0px;
	height: 90px;
	width: 120px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 21px;
	border: 1px solid #e8e8e8;
}

.galerija_slika .galerija_slika_left {
	background-image: url(../images/strelice_left_right.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	height: 90px;
	width: 20px;
	padding: 0px;
	cursor: pointer;
	margin-top: 90px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.galerija_slika .galerija_slika_left:hover {
	background-position: right bottom;
	background-image: url(../images/strelice_left_right.png);
	background-repeat: no-repeat;
}
.galerija_slika .galerija_slika_right {
	padding: 0px;
	float: left;
	height: 90px;
	width: 20px;
	background-image: url(../images/strelice_left_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.galerija_slika .galerija_slika_right:hover {
	background-position: right top;
	background-image: url(../images/strelice_left_right.png);
	background-repeat: no-repeat;
}

.main_content .projekti {
	padding: 10px;
	width: 720px;
	float: left;
}
.projekti .projekti_one {
	height: 150px;
	width: 720px;
	padding: 0px;
	float: left;
	background-color: #F8F8F8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.projekti_one .projekti_slika {
	float: left;
	height: 150px;
	width: 200px;
}
.projekti_slika img {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 200px;
}

.projekti_one .naslovi_projekti {
	float: left;
	padding: 0px;
	height: 40px;
	width: 490px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	overflow: hidden;
}
.naslovi_projekti .naslovi_plavi{
	font-style: italic;

}
.projekti_one .projekti_text {
	float: left;
	padding: 0px;
	height: 48px;
	width: 480px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	overflow: hidden;
}

.projekti_text .textovi_tamno_sivi {
	padding: 5px;
	float: right;
	height: 48px;
	line-height: 14px;
}
.projekti_one .procitaj_vise {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
.box_naslovi_projekti .naslovi_plavi {
	line-height: 18px;
	text-align: left;
	display: block;
	background-color: #f8f8f8;
	width: 730px;
	padding: 5px;
	color: #247CC6;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
}

.pagination_container {
	height: 26px;
	width: 710px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pagination_container li {
	float: left;
	margin-right: 3px;
}
.pagination_container li a {
	height: 26px;
	width: 26px;
	line-height: 26px;
	text-align: center;
	color: #e82128;
	background-color: #C4A899;
	display: block;
	text-decoration: none;
	border-radius: 2px;
	font-size: 12px;
	-webkit-transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.pagination_container li a:hover {
	color: #fff;
	background-color: #1D130D;
}

.pagination_container li .selected_page {
	height: 26px;
	width: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFF;
	background-color: #1D130D;
	display: block;
	text-decoration: none;
	border-radius: 2px;
	font-size: 12px;
}

.main_content .strucni_saradnici {
	padding: 10px;
	width: 720px;
	float: left;
}
.strucni_saradnici .saradnici_one {
	height: 110px;
	width: 720px;
	padding: 0px;
	float: left;
	background-color: #F8F8F8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.saradnici_one .textovi_saradnici {
	padding: 0px;
	height: 110px;
	width: 475px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.saradnici_one .saradnici_slika {
	float: left;
	height: 90px;
	width: 120px;
	margin-top: 10px;
	margin-left: 10px;
}
.saradnici_slika img {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 120px;
	border: 1px solid #FFF;
}
.textovi_saradnici .naslovi_saradnici {
	float: left;
	padding: 0px;
	height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	overflow: hidden;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}
.textovi_saradnici .saradnici_text {
	float: left;
	padding: 0px;
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	overflow: hidden;
	font-style: italic;
}

.saradnici_text .textovi_tamno_sivi {
	padding: 5px;
	float: right;
	height: 53px;
	line-height: 14px;
	overflow:hidden;
}
.saradnici_one .procitaj_vise {
	float: right;
	height: 110px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	line-height: 110px;
	text-align: center;
	background-color: #000;
}

.main_content .radionice {
	padding: 10px;
	width: 720px;
	float: left;
}
.radionice .radionice_one {
	height: 150px;
	width: 720px;
	padding: 0px;
	float: left;
	background-color: #F8F8F8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.radionice_one .radionice_slika {
	float: left;
	height: 150px;
	width: 200px;
}
.radionice_slika img {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 200px;
}

.radionice_one .naslovi_radionice {
	float: left;
	padding: 0px;
	height: 40px;
	width: 490px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	overflow: hidden;
	color: #F0B22F;
}
.naslovi_radionice .naslovi_plavi{
	font-style: italic;

}
.radionice_one .radionice_text {
	float: left;
	padding: 0px;
	height: 48px;
	width: 480px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	overflow: hidden;
}

.radionice_text .textovi_tamno_sivi {
	padding: 5px;
	float: right;
	height: 48px;
	line-height: 14px;
}
.radionice_one .procitaj_vise {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}

.main_content .roditelji {
	padding: 10px;
	width: 720px;
	float: left;
}
.roditelji .roditelji_one {
	width: 720px;
	padding: 0px;
	float: left;
	background-color: #F8F8F8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	min-height:140px;
	position: relative;
	padding-bottom:30px;
}


.roditelji_one .naslovi_roditelji {
	float: left;
	padding: 0px;
	width: 720px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	overflow: hidden;
	color: #F0B22F;
}
.naslovi_roditelji .naslovi_plavi{
	font-style: italic;

}
.roditelji_one .roditelji_text {
	float: left;
	padding: 0px;
	height: 73px;
	width: 710px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	overflow: hidden;
}

.roditelji_text .textovi_tamno_sivi {
	padding: 5px;
	float: right;
	height: 48px;
	line-height: 14px;
}
.roditelji_one .roditelji_text_full {
	float: left;
	padding: 0px;
	width: 710px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.roditelji_text_full .textovi_tamno_sivi {
	padding: 5px;
	float: right;
	line-height: 14px;
}
.roditelji_one .procitaj_vise {
	float: right;
	margin-top: 15px;
	position: absolute;
	bottom:15px;
	right: 10px;
}

.main_content .volonteri {
	padding: 10px;
	width: 720px;
	float: left;
}
.mapa_kontakt  {
	height: 210px;
	width: 930px;
}
.mapa_kontakt .google_map_k {
	height: 200px;
	width: 960px;
}
.mapa_kontakt .google_map_k #cm-example_2 {
	height: 190px;
	width: 960px;
}
#main .side_povez {
	width: 202px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.side_content .povezano{
	float: left;
	width: 236px;
	border: 1px solid #1D130D;
	margin-bottom: 20px;
	margin-left: 10px;
}
.side_content .box_naslovi{
	width: 236px;
	text-align:center;
	line-height: 50px;
}
.side_content .box_naslovi .naslovi_sivi{
	line-height: 50px;
}
.povezano .povezano_one {
	margin-bottom: 10px;
}
.povezano_one .datum {
	padding: 0px;
	height: 20px;
	width: 190px;
	display: block;
	float: left;
	font-size: 11px;
	color: #999;
	line-height: 20px;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.povezano_one .povezano_img {
	padding: 0px;
	height: 45px;
	width: 60px;
	float: left;
	border: 1px solid #247cc6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.povezano_one .povezano_nas {
	color: #247cc6;
	padding: 0px;
	float: left;
	height: 45px;
	width: 125px;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.povezano_nas a {
	text-decoration: none;
	cursor: pointer;
	color: #247cc6;
}
.povezano_nas a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.povezano_one .kontakti {
	color: #333;
	font-size: 12px;
	line-height: 14px;
	margin: 5px;
	text-align: center;
}
.povezano_one .kontakti a{
	color: #e82128;
	text-decoration:none;
}
.povezano_one .kontakti a:hover{
	text-decoration:underline;
}
.novosti_pregled .novosti_pregled_one {
	height: 150px;
	float: left;
	background-color: #EAE0DB;
	margin-bottom: 10px;
	position: relative;
	border: solid 2px #c4a899;
}
.novosti_pregled_one .novosti_pregled_slika {
	float: left;
	height: 150px;
	width: 200px;
	overflow:hidden
}
.novosti_pregled_slika img {
	min-height: 150px;
	max-width: 200px;
}
.novosti_pregled_one .naslovi_novosti_pregled {
	float: left;
	height: 40px;
	width: 450px;
	margin-top: 5px;
	margin-left: 10px;
	overflow: hidden;
	font-size: 14px;
}
.naslovi_novosti_pregled h2{
	color: #1d130d;
}
.novosti_pregled_one .novosti_pregled_text {
	float: left;
	height: 65px;
	width: 650px;
	margin-left: 20px;
	overflow: hidden;
}
.novosti_pregled_one .procitaj_vise {
	position:absolute;
	right:10px;
	bottom: 10px;
}
.main_content .kontakt_forma {
	padding: 0px;
	width: 700px;
	float: left;
	height: 460px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 10px solid #F6F6F6;
	background-color: #f8f8f8;
}
.kontakt_forma .forma {
	float: left;
	height: 445px;
	width: 600px;
	padding-top: 5px;
	position: relative;
	margin-left: 50px;
}
.forma .slika_forma {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.forma #contact_form .form_label{
	height: 30px;
	width: 150px;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	color: #1D130D;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
}
.form_field {
	float: left;
	height: 30px;
	width: 380px;
	padding: 0px;
	border: 1px solid #e8e8e8;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	color: #666;
	line-height: 30px;
	font-style: italic;
	background-color: #F8F8F8;
}
.form_field:hover {
	border: 1px solid #666;
	background-color: #fff;
}
.form_field:focus {
	border: 1px solid #C4A899;
}
.form_field_red {
	float: left;
	height: 30px;
	width: 380px;
	padding: 0px;
	border: 1px solid red;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	color: #666;
	line-height: 30px;
	font-style: italic;
	background-color:#FFD9D9;
}

.text_area {
	width: 380px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #e8e8e8;
	font-size: 12px;
	font-style: italic;
	color: #666;
	background-color: #f8f8f8;
	height: 200px;
}
.text_area:hover {
	border: 1px solid #C4A899;
	background-color: #fff;
}
.text_area:focus {
	border: 1px solid #336699;
}
.text_area_red {
	width: 380px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid red;
	font-size: 12px;
	font-style: italic;
	color: #666;
	background-color:#FFD9D9;
	height: 200px;
}

.confirmation_message {
	padding: 0;
	width: 280px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	float:left;
	height: 30px;
}
.confirmation_message p {
	line-height: 20px;
	margin: 0px;
	border: 1px solid #B4E8AA;
	color: #318F14;
	padding: 5px;
	font-size: 12px;
}
.validation_error {
	padding: 0;
	width: 280px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	float:left;
}
.validation_error p {
	padding: 5px;
	color: #D23E17;
	margin: 0;
	border: 1px solid #9E4408;
	font-size: 12px;
	height: 20px;
}

.hidden_div {
	display: none;
}
.button_simple {
	height: 30px;
	width: 84px;
	float: right;
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	cursor: pointer;
	margin-right: 50px;
	text-decoration: none;
	background-color: #C4A899;
	border:none;
}
.button_simple:hover {
	background-position: left bottom;
	background-color: #1D130D;
}
.side_content {
	width:260px;
	float: left;
	min-height: 200px;
}
.main_block {
	width:600px;
	float: left;
	margin-left: 10px;
}
.main_block ul{
	
}
.main_block ul .list_item{
	color: #1d130d;
	font-size: 14px;
	padding-bottom: 12px;
	margin-bottom: 15px;
	margin-left: 20px;
	line-height: 18px;
	background-image: url(../images/hyphen.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: justify;
}
.main_block ul .list_item_client{
	color: #1d130d;
	font-size: 14px;
	padding-bottom: 12px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-left: 10px;
	line-height: 18px;
	text-align: justify;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #1D130D;
}
.main_block ul .list_item_client .client_label{
	font-weight: bold;
}

.main_block ul li:first-letter{
	font-family: 'Great Vibes', cursive;
	font-size: 24px;
}
.main_block .textovi_sivi {
	margin-bottom: 10px;
}

.main_block .text {
    border-bottom: 1px solid #dce9fc;
    border-color: #dce9fc;
    border-top: 1px solid #dce9fc;
    float: left;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    padding: 0 0 0 30px;
    text-align: justify;
    width: 500px;
	color: #666;
	font-size: 12px;
}
.main_block .text:hover {
    background-color: #eaf1fb;
    border-bottom: 1px solid #dce9fc;
    border-color: #dce9fc;
    border-top: 1px solid #dce9fc;
}
.main_block .p_slike {
    border-bottom: 1px solid #dce9fc;
    border-color: #dce9fc;
    border-top: 1px solid #dce9fc;
    float: right;
    height: 39px;
    line-height: 20px;
    padding: 0 0 0 10px;
    text-align: center;
    width: 80px;
}
.main_block .p_slike:hover {
    background-color: #eaf1fb;
}
.side_novosti{
	height: 300px;
	width: 240px;
	position: relative;
	margin-bottom: 20px;
}
.side_novosti .naslovi_veliki {
	display: block;
	margin-bottom: 5px;
	padding-left: 0px;
}
.side_novosti .novost_1 {
	height: 65px;
	width: 240px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	padding-top: 10px;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.novost_1 .novost_image_container {
	float: left;
	height: 55px;
	width: 90px;
	border: 1px solid #1D130D;
	overflow: hidden;
}
.novost_1 .novost_image_container .slika_novost {
	min-height: 55px;
	max-width: 90px;
}
.side_novosti .novost_1 h1 {
	display: block;
	height: 50px;
	width: 140px;
	color: #1D130D;
	font-size: 11px;
	line-height: 12px;
	float: left;
	padding-left: 5px;
}
.novost_1 .datum {
	position: absolute;
	display: block;
	font-size: 11px;
	color: #666;
	line-height: 14px;
	right: 5px;
	bottom: 5px;
}
.side_novosti .lin {
	position: absolute;
	height: 1px;
	width: 240px;
	background-image: url(../images/linija.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 45px;
}
.side_novosti .link_background {
	position: absolute;
	right: 0px;
	bottom: 15px;
	text-decoration:none;
	color: #1D130D;
	font-size: 12px;
}
.side_novosti .link_background:hover {
	text-decoration:underline;
}
.teammate_divider_l {
	width: 340px;
	float: left;
}
.teammate_divider_r {
	width: 550px;
	float: left;
	margin-left: 10px;
	padding-top: 20px;
	min-height: 400px;
}
.teammate_image {
	width: 300px;
	margin-left: 18px;
	margin-top: 15px;
}
.teammate_image img {
	width: 300px;
	border: 2px solid #c4a899;
}
.teammate_label {
	width: 150px;
	float: left;
	height: 20px;
	font-weight: bold;
	clear:left;
	font-size: 13px;
	margin-bottom: 10px;
}
.teammate_data{
	width: 400px;
	float: left;
	font-size: 13px;
	margin-bottom: 10px;
}
.teammate_data a{
	color: #000;
}
