div {
}
* {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	margin-bottom: 10px;
}
.img_text {
	margin: 7px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #888888;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	background-image: url(../images_common/body_ozd1.jpg);
	background-attachment: scroll;
}
table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #BED62F;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 20px;
}
h3 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
h5 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
h1, h2, h3, h4, h5 {
	color: #bed62f;
	margin-top: 5px;
}
h4 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 2px;
	color: #888888;
}
#counter {
	visibility: hidden;
}
#container/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
  {
	width: 900px;
	text-align: left;
	margin: 0px auto;
} 
#header  {
	width: 900px;
	height: 68px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
#ul_lang {
	width: 196px;
	height: 50px;
	background-image: url(../images_common/jeziki_ozd.jpg);
	list-style-type: none;
	float: right;
	margin-left: 10px;
}
#ul_lang  li {
	float: left;
	color: #FFFFFF;
	font-size: 9px;
	padding-top: 23px;
}
#ul_lang a {
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#ul_lang a:hover, #ul_lang .selected a{
	color: #000000;
}
#ul_lang img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#ul_depart {
	width: 205px;
	height: 50px;
	background-image: url(../images_common/department_ozd.jpg);
	list-style-type: none;
	float: right;
	padding-left: 14px;
	margin-left: 10px;
}
.float_left {
	float: left;
}
#ul_depart  li {
	float: left;
	color: #FFFFFF;
	font-size: 9px;
	padding-top: 13px;
}
#ul_depart     a   {
	color: #FFFFFF;
	text-decoration: none;
}
#ul_depart img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}









#menu  {
	width: 900px;
	margin: 0;
	text-align: center;
	height: 40px;
	position: relative;
}

#menu  ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu  li  {
	float: left;
	font-size: 14px;
	padding-top: 6px;
}
#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
}
#menu a:hover {
	color: #cccccc;
}

#menu  ul  li a:hover {
	color: #000000;
}
#menu  ul  .selected{
	color: #000000;
	background-image: url(../images_common/mainmenu_active.jpg);
	background-position: buttom center;
	margin-top: 1px;
}
#menu  ul  .selected a{
	color: #000000;
}
#menu .ul_left {
}

#menu  .ul_left  li {
	float: left;
	color: #999999;
	padding: 12px;
}
#menu    .ul_left    .crtica {
	background-image: url(../images_common/mainmenu_crtica.jpg);
	width: 2px;
	padding: 0px;
	float: left;
	height: 40px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#menu    .ul_right    .crtica {
	background-image: url(../images_common/mainmenu_crtica.jpg);
	width: 2px;
	padding: 0px;
	float: right;
	height: 40px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#menu .ul_left a {
	padding: 0px;
}

#menu  .ul_right  li {
	float: right;
	padding: 12px;
}
#menu .ul_right {
	float: right;
}
#menu .ul_right a {
}
#menu .ul_right img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu  .ul_right_top  li {
	float: right;
	font-size: 12px;
	padding-top: 15px;
}
#menu .ul_right_top a {
	padding: 0px;
	margin-left: 0px;
}
#menu .ul_right_top img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}








#submenu  {
	width: 900px;
	margin: 0;
	text-align: center;
	height: 40px;
	position: relative;
	background-image: url(../images_common/submenu_bg.jpg);
}

#submenu  ul  {
	list-style-type: none;
	margin: 0 auto;
	display: block;
	height: 40px;
	padding-top: 2px;
}
#submenu  li  {
	float: left;
	font-size: 13px;
	padding-top: 6px;
}
#submenu a, #submenu a:link, #submenu a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
}
#submenu a:hover {
}

#submenu  ul  li a:hover {
	text-decoration: underline;
}
#submenu  ul  .selected{
	font-weight: bold;
}
#submenu  ul  .selected a{
}
#submenu .ul_left {
}

#submenu  .ul_left  li {
	float: left;
	font-size: 13px;
	color: #999999;
	padding: 11px;
	padding-right: 35px;
	padding-left: 35px;
}
#submenu    .ul_left    .crtica {
	width: 2px;
	padding: 0px;
	float: left;
	height: 40px;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
}


#submenu .ul_left a {
	padding: 0px;
}

#submenu  .ul_left  li {
}





#home_projects {
	width: 900px;
	margin-top: 20px;
	height: 140px;
}
#home_projects ul {
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
	position: relative;
	height: 90px;
}
#home_projects  ul li {
	position: relative;
	float: left;
	height: 90px;
	width: 221px;
	margin-right: 4px;
}
#home_projects   ul   li  a img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#home_projects  ul  li img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#home_projects img {
}
#home_projects  a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.g_18_black {
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
	padding-top: 10px;
	display: block;
}
#home_foot {
	width: 900px;
	margin-top: 10px;
	position: relative;
}
#foot_desno_clients {
	height: 171px;
}
#foot_desno_clients img {
	position: absolute;
	top: 0px;
	right: 0px;
}
.vlki_naslov_zelen {
	font-size: 28px;
	font-style: normal;
	color: #bed62f;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.vlki_naslov_zelen_lcd {
	font-size: 24px;
	font-style: normal;
	color: #bed62f;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
.vlki_naslov_crni {
	font-size: 28px;
	font-style: normal;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#foot_info4 {
	width: 102%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.foot_naslov {
	font-size: 18px;
	color: #000000;
	margin-top: 10px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#foot_info4   ul {
	list-style-type: none;
}
#foot_info4    ul    li {
	float: left;
	width: 200px;
	margin-right: 12px;
	text-align: justify;
	margin-left: 12px;
	margin-top: 15px;
}
#foot_info4   ul   li   a {
	text-decoration: none;
	color: #666666;
}
#foot_info4    ul    img {
	float: left;
	margin-right: 10px;
}
#foot_info4   ul   li p  {
	width: 110px;
	float: left;
}


#foot_info5 {
	width: 102%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#foot_info5   ul {
	list-style-type: none;
}
#foot_info5    ul    li {
	float: left;
	width: 155px;
	margin-right: 12px;
	text-align: left;
	margin-left: 12px;
	margin-top: 15px;
}
#foot_info5   ul   li   a {
	text-decoration: none;
	color: #666666;
}
#foot_info5    ul    img {
	float: left;
	margin-right: 10px;
}
#foot_info5   ul   li p  {
	width: 90px;
	float: left;
}


#case_study_w {
	width: 102%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#case_study_w  ul li .naslov {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
#case_study_w ul {
	list-style-type: none;
}
#case_study_w ul li {
	float: left;
	margin-right: 17px;
	text-align: justify;
	margin-left: 17px;
	width: 190px;
	margin-top: 15px;
}
#case_study_w ul li a {
	text-decoration: none;
	color: #666666;
}
#case_study_w  ul  img {
	margin-bottom: 5px;
}


#case_study_w2 {
	width: 102%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#case_study_w2  ul li .naslov {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
#case_study_w2 ul {
	list-style-type: none;
}
#case_study_w2 ul li {
	float: left;
	margin-right: 10px;
	text-align: justify;
	margin-left: 10px;
	width: 280px;
	margin-top: 15px;
	color: #616161;
	font-size: 11px;
}
#case_study_w2 ul li a {
	text-decoration: none;
	color: #616161;
}
#case_study_w2  ul  img {
	margin-bottom: 5px;
}

.prikazovalniki_tabela {
	width: 700px;
	height: 127px;
	margin-top: 15px;
}
.prikazovalniki_tabela ul {
	color: #000000;
	font-size: 12px;
	margin-left: 30px;
}
.prikazovalniki_tabela li {
	list-style-type: square;
}
.prikazovalniki_slika {
	height: 137px;
	width: 120px;
}
.prikazovalniki_velikosti {
	height: 35px;
}
.prikazovalniki_ikone {
	width: 100px;
}
.hidden_div {
	display: none;
}
#ref_meni {
	width: 210px;
	float: left;
	height: 300px;
}
#ref_meni li {
	float: left;
	list-style-type: none;
}

#ref_main {
	padding-top: 1px;
	text-align: right;
	width: 680px;
	position: relative;
	float: left;
	margin-bottom: 60px;
	height: 380px;
} 
#ref_main ul {
	width: 680px;
	position: relative;
	list-style-type: none;
}
#ref_main ul li {
	position: absolute;
	left: 0px;
	top: 0px;
}
#ref_main p {
}

.ref_naslov_zelen {
	font-size: 14px;
	font-style: normal;
	color: #bed62f;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.ref_naslov_crni {
	font-size: 14px;
	font-style: normal;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ido_main {
	position: relative;
}
#ido_left {
	width: 450px;
	float: left;
}
#ido_right {
	margin-left: 500px;
	margin-top: 50px;
	margin-bottom: 30px;
}
#ido_right p {
	font-size: 14px;
	color: #000000;
	margin-right: 50px;
}




#software_main {
	position: relative;
	margin-bottom: 10px;
	background-image: url(../images_common/software_bg.jpg);
	height: 700px;
	background-repeat: no-repeat;
	background-position: 0px 60px;
}
#software_left {
	width: 290px;
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
	margin-left: 580px;
}
#software_left ul {
	list-style-type: none;
}
#software_left li {
	margin-top: 10px;
	height: 180px;
}
#software_left p {
	height: 140px;
}
#software_left .ref_naslov_zelen {
	color: #A7BC2B;
	font-size: 16px;
}
#software_right {
	margin-bottom: 30px;
	margin-left: 280px;
}
#software_right p {
	font-size: 14px;
	color: #000000;
	margin-right: 50px;
}







/*SIDEBAR ZA NOVICE*/

#sidebar1 {
	width: 330px;
	float: left;
	height: 300px;
}
#sidebar1 ul {
	list-style-type: none;
	padding: 0;
	width: 85%;
}
#sidebar1 .list_main {
	margin-top: 40px;
	margin-left: 8px;
}
#sidebar1 li {
}
#sidebar1 ul li a, #sidebar1 ul li a:link, #sidebar1 ul li a:visited {
	font-size: 14px;
	text-decoration: none;
	display: block;
	text-align: right;
	background-repeat: no-repeat;
	color: #000000;
	height: 22px;
}
#sidebar1 ul li a:hover, #sidebar1 ul li a.active {
	color: #BDD62F;
}

#sidebar1 ul li ul li a, #sidebar1 ul li ul li a:link, #sidebar1 ul li ul li a:visited {
	font-size: 10px;
	text-decoration: none;
	display: block;
	text-align: left;
	background-repeat: no-repeat;
	color: #999999;
	padding-left: 45px;
}
#sidebar1 ul li ul li a:hover , #sidebar1 ul li ul li a.active{
	color: #BDD62F;
	background-repeat: no-repeat;
}
.kontakt_podatki {
	text-align: right;
	font-size: 14px;
	color: #000000;
}
.kontakt_naslov {
	font-size: 18px;
	font-style: normal;
	color: #bed62f;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
.podpis_naslova {
	font-size: 10px;
	font-weight: bold;
}
.kontakt_sivi {
	color: #999999;
}
#common_div_line {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
#mainContent {
	padding-top: 1px;
	text-align: left;
	width: 550px;
	position: relative;
	float: left;
	margin-bottom: 60px;
	font-size: 12px;
} 
#mainContent em {
	font-size: 14px;
	color: #000000;
	font-style: normal;
}











.slika_rob {
	border: 1px solid #CCCCCC;
}
input, select,textarea  {
	
}
input:hover, select:hover, textarea:hover  {
	color: #cccccc;
}
.common_table  {
	margin: 0 auto;
	width: 400px;
	font-size: 10px;
}
.content_table {
	height: 170px;
	width: 400px;
	background-image: url(../pictures/content_ozd.jpg);
	font-size: 11px;
}
.content_table_small {
	margin: 0 auto;
	width: 290px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.content_table_detalis {
	width: 400px;
	margin: 0 auto;
	font-size: 12px;
}
.ekipa_ime {
	font-size: 11px;
	font-weight: bold;
	color: #BDD62F;
}
.ekipa_naziv {
	font-size: 9px;
	color: #999999;
}
.ekipa_tabela {
	width: 445px;
}
.ekipa_tabela_slika {
	width: 110px;
}
.ekipa_tabela_ime {
	width: 148px;
}
.ekipa_tabela_kontakti {
	width: 148px;
}
.nostyle {
}
#footer {
	padding: 0 10px;
	text-align: center;
	height: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #AAAAAA;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center    {
	text-align: center;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
}
.naslov_h4 {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #333333;
	text-align: left;
}
/*[if IE]>

#mainContent { zoom: 1; padding-top: 15px; }
#loged_in_div {
	height: 50px;
	padding: 20px;
	padding-bottom: 35px;
}


<![endif]*/
#main_full {
	width: 900px;
	text-align: left;
}
#mainContentHalf {
	padding-top: 1px;
	text-align: left;
	width: 445px;
	position: relative;
	float: left;
	margin-bottom: 20px;
	height: 280px;
}
.MANJKA {color: #FF0000}
.h3_class {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ACD62F;
}
.podpis {
	font-size: 9px
}
.vlki_naslov_zelen_ekipa {
	font-size: 24px;
	font-style: normal;
	color: #bed62f;
}
#kjesmo_border {
	width: 170px;
	margin-left: 40px;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	background-image: url(../images_common/kjesmo_bg.jpg);
	background-position: left center;
}
#kjesmo_border table .kontakt_podatki {
	color: #666666;
}
