*{
	margin: 0;
	padding: 0;
	}

body {
	background-color: #005e20;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	}

#wrapper {
	width: 900px;
	min-height: 100%;
	left:50%;
	margin-left:-450px;
	position: relative;
	padding-top:5px;
	background-color: #fff;
	}
	
#header {
	background:url(Images/header.jpg) no-repeat top left;
	width: 900px;
	height: 96px;
	text-align:right;
	}
	
#address {
	padding-top: 12px;
	padding-right: 48px;
	font-weight:bold;
	font-size: 9px;
	}
	
#address a {
	color:#333333;
	}
	
#menuwrap {
	width: 900px;
	height: 29px;
	background:url(Images/menu.jpg) no-repeat top left;
	}
	
#menu {
	width:800px; 
	height:29px; 
	position:relative; 
	z-index:100;
	float: right;
	}
	
/* hack to correct IE5.5 faulty box model */
* html #menu {
	width:800px; 
	w\idth:800px;
	}
	
#menu .current a {
	color: #005e20;
	background-color: #fff;
	height: 29px;	
	}
	
#menu .current a:hover { 
	color: #005e20;
	background-color: #fff;
	height: 29px;
	}
	
#menu .current a:visited { 
	color: #005e20;
	background-color: #fff;
	height: 29px;
	}
	
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	float: right;
	}
	
 #menu ul ul {
	/*width:149px;*/
	}
	
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
 #menu li {
	float:left;
	min-width:80px;
	position:relative;
	}
	
/* style the links for the top level */
 #menu a,  #menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	/*width:138px;*/
		min-width:80px;
	height:29px; 
	/*border:1px solid #000; 
	border-width:1px 0 1px 1px; */
	background: #005e20; 
	/*padding-left:5px;
	padding-right:5px;*/
	line-height:29px; 
	font-weight:bold;
	text-align: center;
	}
	
/* a hack so that IE5.5 faulty box model is corrected */
* html  #menu a, * html  #menu a:visited {
	width:/*149*/80px; 
	max-w\idth:/*138*/80px;
	}

/* style the second level background */
 #menu ul ul a.drop,  #menu ul ul a.drop:visited {
	background:#005e20;
	}
	
/* style the second level hover */
 #menu ul ul a.drop:hover{
	/*background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;*/
	}
 #menu ul ul :hover > a.drop {
	/*background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;*/
	}
	
/* style the third level background */
 #menu ul ul ul a,  #menu ul ul ul a:visited {
	background:#005e20;
	color: #fff;
	}
	
/* style the third level hover */
 #menu ul ul ul a:hover {
	background:#ccebc9;
	color: #005e20;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
 #menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:29px;
	left:0; 
	/*width:149px;*/
	}
	
#menu ul li ul li {
	border: #005e20 1px solid;
	max-height: 29px;
	}

/* another hack for IE5.5 */
* html  #menu ul ul {
	top:29px;
	t\op:29px;
	}

/* position the third level flyout menu */
 #menu ul ul ul{
	left:/*149*/195px; 
	top:-1px;
	/*width:149px;*/
	}

/* position the third level flyout menu for a left flyout */
 #menu ul ul ul.left {
	left:-149px;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
 #menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}

/* style the second level links */
 #menu ul ul a,  #menu ul ul a:visited {
	background:#005e20;
	color:#fff; 
	height:auto; 
	line-height:1em;
	padding: 9px 0 9px 10px;
	width:185px;
	text-align: left;
	/*border-width:0 1px 1px 1px;*/
	}
	
/* yet another hack for IE5.5 */
* html  #menu ul ul a, * html  #menu ul ul a:visited {
	/*width:150px;
	w\idth:128px;*/
	}

/* style the top level hover */
 #menu a:hover,  #menu ul ul a:hover{
	color:#005e20; 
	background:#ccebc9;
	}
 #menu :hover > a,  #menu ul ul :hover > a {
	color:#005e20; 
	background:#ccebc9;
	}

/* make the second level visible when hover on first level list OR link */
 #menu ul li:hover ul,
 #menu ul a:hover ul{
	visibility:visible; 
	}
/* keep the third level hidden when you hover on first level list OR link */
 #menu ul :hover ul ul{
	visibility:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
 #menu ul :hover ul :hover ul{ 
	visibility:visible;
	}
	
.prirucnik a, small a {
	color: #005e20;
	font-weight:bold;
	}
	
.prirucnik a:hover, small a:hover {
	color: #252525;
	font-weight:bold;
	}
	
#footer {
	background-color: #fff;
	width: 900px;
	height: 60px;
	float: left;
	border-top: #005e20 2px solid;
	border-bottom: #005e20 5px solid;
	}
#footer p {
	text-align:right;
	font-size:9px;
	padding-top: 40px;
	padding-right: 15px;
	}
.footer {
	float:left;
	}

img.footer {
	border:0;
	margin: 5px 0 5px 10px;
	}	

#lang {
	float: left;
	}

#lang img {
	margin-left: 15px;
	margin-top: 7px;
	float:left;
	border: #fff 1px solid;
	}
	
.logo {
	margin-left: 15px;
	margin-top: 7px;
	float:left;
	border:0;
	}
/*---------------------------------------------------------------------------------------------*/
/*naslovnica*/
#intro_index {
	background:url(Images/intro_05.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}
	
#intro_index_ita {
	background:url(Images/intro_06.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}

#introtext_index {
	font-size:12px;
	padding: 30px 52px 80px 485px;
	color: #005e20;
	text-align:justify;
	}
	
.grey {
	font-weight:bold;
	color:#363636;
	}

.blue {
	font-weight:bold;
	color:#2ea5d4;
	}
	
.green {
	font-weight:bold;
	color:#29a61e;
	}

#one{
	background:url(Images/one.jpg) no-repeat bottom right;
	padding-bottom: 15px;
	}
	
#two{
	background:url(Images/two.jpg) no-repeat bottom right;
	padding-bottom: 15px;
	}
	
#three{
	background:url(Images/three.jpg) no-repeat bottom right;
	padding-bottom: 15px;
	}
	
#four{
	background:url(Images/four.jpg) no-repeat right bottom;
	padding-bottom: 15px;
	}
	
#one, #two, #three, #four {
	background-color: #fff;
	height: 230px;
	width: 225px;
	float: left;
	}
	
#content_ita #one, #content_ita #two, #content_ita #three, #content_ita #four {
	background-color: #fff;
	height: 260px;
	width: 225px;
	float: left;
	}
	
#one p, #two p, #three p, #four p {
	padding: 10px 10px 0 10px;
	font-size: 11px;
	}

#one h5, #two h5, #three h5, #four h5 {
	padding: 10px 0 0 10px;
	}
	
.more a {
	color: #252525;
	font-weight:bold;
	}

.more a:hover {
	color: #005e20;
	font-weight:bold;
	}


/*---------------------------------------------------------------------------------------------*/
/*o nama*/
#intro_onama {
	background:url(Images/intro_04.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}

#introtext_onama {
	font-size:12px;
	padding: 30px 52px 80px 485px;
	color: #005e20;
	text-align:justify;
	}

#content_onama {
	background-color: #FFFFFF;
	width: 900px;
	}
	
#conttxt_onama {
	width: 280px;
	/*height: 165px;*/
	float: left;
	padding-top: 30px;
	padding-left: 30px;
	}
#conttxt_onama p {
	font-size: 12px;
	}
	
#onama_text p {
	font-size: 12px;
	padding: 10px 30px 0 30px;
	}
	
#onama_text h4 {
	padding: 35px 0 0 30px;
	}
	
#onama_text {
	width: 900px;
	height: 1480px;
	/*height: 500px;*/
}

#onama_text_ita {
	width: 900px;
	height: 1600px;
	}
	
#onama_text_ita p {
	font-size: 12px;
	padding: 10px 30px 0 30px;
	}
	
#onama_text_ita h4 {
	padding: 35px 0 0 30px;
	}

.bold {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}

#map {
	text-align:right;
	padding: 20px 15px 30px 5px;
	}

iframe {
	border: #005e20 1px solid;
	}

/*---------------------------------------------------------------------------------------------*/
/*usluge*/
#intro_usluge {
	background:url(Images/intro_01.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}
	
#intro_usluge_ita {
	background:url(Images/intro_02.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}

#introtext_usluge {
	font-size:12px;
	padding: 30px 52px 80px 485px;
	color: #005e20;
	text-align:justify;
	}
#content_usluge {
	background-color: #FFFFFF;
	width: 900px;
	height: 400px;
	}
	
#contleft_usluge {
	width: 450px;
	height: 400px;
	float: left;
	/*padding-top: 30px;
	padding-left: 15px;*/
	/*padding: 15px 15px 15px 20px;*/
	}
#contleft_usluge p {
	font-size: 12px;
	padding: 0 10px 0 20px;
	}
#contleft_usluge h4 {
	padding-top: 13px;
	padding-left: 20px;
	}
#contright_usluge {
	width: 450px;
	height: 400px;
	float: left;
	/*padding-top: 30px;*/
	/*padding-left: 15px;*/
	/*padding: 15px;*/
	}
#contright_usluge p {
	font-size: 12px;
	padding: 0 20px 0 10px;
	}
#contright_usluge h4 {
	padding-top: 13px;
	padding-left: 10px;
	}
	
#contright_usluge ul {
	font-size: 12px;
	padding: 10px 20px 0 50px;
	}

#contleft_usluge .more, #contright_usluge .more {
	padding-top: 10px;
	padding-bottom: 10px;
	}
/*---------------------------------------------------------------------------------------------*/
/*asbestos*/

#intro_asbestos {
	background:url(Images/intro_04.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}
	
#intro_asbestos_eng {
	background:url(Images/intro_05.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}
	
#intro_asbestos_ita {
	background:url(Images/intro_06.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}

#content_asbestos {
	background-color: #FFFFFF;
	width: 900px;
	height: 960px;
	}
	
#conttxt_asbestos {
	width: 400px;
	height: 920px;
	float: left;
	padding-top: 40px;
	padding-left: 35px;
	}
	
#conttxt_asbestos p {
	font-size: 12px;
	}

#contright_asbestos {
	background: url(Images/asbestos.jpg) no-repeat top left;
	width: 395px;
	height: 800px;
	/*float: right;*/
	float: left;
	/*padding: 40px 0 0 65px;*/
	margin-left: 30px;
	text-align: right;
	}
/*----asbestos_ita-------------------------------------------------------------------------------*/
#content_asbestos_ita {
	background-color: #FFFFFF;
	width: 900px;
	height: 1100px;
	}
	
#conttxt_asbestos_ita {
	width: 400px;
	height: 920px;
	float: left;
	padding-top: 40px;
	padding-left: 35px;
	}
	
#conttxt_asbestos_ita p {
	font-size: 12px;
	}



/*---------------------------------------------------------------------------------------------*/
/*easyoff*/
#intro_easyoff {
	background:url(Images/intro_06.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}

#introtext_easyoff {
	padding: 16px 52px 80px 505px;
	color: #005e20;
	text-align:left;
	}
	
#introtext_easyoff ul{
	font-size:12px;
	padding-top: 10px;
	line-height: 14px;
	}
	
#content_easyoff {
	background-color: #FFFFFF;
	width: 900px;
	height: 390px;
	}
	
#conttxt_easyoff {
	width: 400px;
	height: 350px;
	float: left;
	padding-top: 40px;
	padding-left: 35px;
	}
	
#conttxt_easyoff p {
	font-size: 12px;
	}
	
#contright_easyoff {
	background: url(Images/easyoff.jpg) no-repeat top left;
	width: 395px;
	height: 350px;
	float: right;
	padding: 40px 35px 0 35px;
	text-align: right;
	}

#contright_easyoff p {
	font-size: 11px;
	}

/*---------------------------------------------------------------------------------------------*/
/*easyon*/

#intro_easyon {
	background:url(Images/intro_09.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}
	
#introtext_easyon {
	padding: 16px 52px 10px 505px;
	color: #005e20;
	text-align:left;
	}
	
#introtext_easyon ul{
	font-size:12px;
	padding-top: 10px;
	line-height: 14px;
	}
	
#content_easyon {
	background-color: #FFFFFF;
	width: 900px;
	height: 400px;
	}

#content_easyon_eng {
	background-color: #FFFFFF;
	width: 900px;
	height: 450px;
	}
		
#conttxt_easyon {
	background-color: #FFFFFF;
	width: 400px;
	height: 400px;
	float: left;
	padding-top: 40px;
	padding-left: 35px;
	}

#conttxt_easyon p {
	font-size: 12px;
	}

#conttxt_easyon_eng {
	background-color: #FFFFFF;
	width: 400px;
	height: 470px;
	float: left;
	padding-top: 40px;
	padding-left: 35px;
	}

#conttxt_easyon_eng p {
	font-size: 12px;
	}
	
#contright_easyon {
	background: #fff url(Images/easyon.jpg) no-repeat top left;
	width: 395px;
	height: 400px;
	float: right;
	padding: 40px 35px 0 35px;
	text-align: right;
	}
	
#contright_easyon_eng {
	background: #fff url(Images/easyon.jpg) no-repeat top left;
	width: 395px;
	height: 470px;
	float: right;
	padding: 40px 35px 0 35px;
	text-align: right;
	}

#series_easyon {
	height: 400px;
	float:left;
	text-align:left;
	font-size:12px;
	padding: 0 35px 0 35px;
	background-color: #FFFFFF;
}

#series_easyon_ita {
	height: 450px;
	float:left;
	text-align:left;
	font-size:12px;
	padding: 0 35px 0 35px;
	background-color: #FFFFFF;
}

/*---------------------------------------------------------------------------------------------*/
/*antibakterijska*/

#intro_antibakterijska {
	background:url(Images/intro_12.jpg) no-repeat top left;
	width: 900px;
	height: 400px;
	background-color: #fff;
	}

#content_antibakterijska {
	background-color: #FFFFFF;
	width: 900px;
	height: 420px;
	}
	
#conttxt_antibakterijska {
	width: 400px;
	height: 380px;
	float: left;
	padding-top: 40px;
	padding-left: 35px;
	}
	
#conttxt_antibakterijska p {
	font-size: 12px;
	}

#contright_antibakterijska {
	background: url(Images/antibakterijska.jpg) no-repeat top center;
	width: 395px;
	height: 350px;
	float: right;
	padding: 40px 50px 0 20px;
	text-align: right;
	}



/*---------------------------------------------------------------------------------------------*/
/*certifikati*/
#intro_cert {
	background:url(Images/intro_14.jpg) no-repeat top left;
	width: 900px;
	height: 500px;
	background-color: #fff;
	}
	
#intro_cert_eng {
	background:url(Images/intro_11.jpg) no-repeat top left;
	width: 900px;
	height: 500px;
	background-color: #fff;
	}

#intro_cert_it {
	background:url(Images/intro_10.jpg) no-repeat top left;
	width: 900px;
	height: 500px;
	background-color: #fff;
	}

#introtext_cert {
	padding: 25px 52px 80px 520px;
	color: #005e20;
	text-align:left;
	height: 420px;
	}
	
#introtext_cert ul{
	font-size:12px;
	padding-top: 15px;
	line-height: 17px;
	}
	
#introtext_cert h3{
	color: #005e20;
	}

#introtext_cert ul a {
	color: #005e20;
	}

	
/*---------------------------------------------------------------------------------------------*/
/*info*/
#intro_info {
	background:url(Images/intro_14.jpg) no-repeat top left;
	width: 900px;
	height: 465px;
	}
	
#intro_info_eng {
	background:url(Images/intro_08.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}
	
#intro_info_it {
	background:url(Images/intro_03.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}

#content_info {
	background-color: #fff;
	}
	
/*---------------------------------------------------------------------------------------------*/
/*galerija*/

#intro_gallery {
	background:url(Images/intro_03.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}

#introtext_gallery {
	/*font-size:12px;*/
	padding: 25px 52px 80px 520px;
	color: #005e20;
	text-align:justify;
	}
	
#introtext_gallery ul{
	font-size:12px;
	padding-top: 15px;
	line-height: 17px;
	}
	
#introtext_gallery ul a {
	color: #005e20;
	}
	
#content_gallery {
	background-color: #FFFFFF;
	width: 900px;
	height: 1000px;
	}
	
#content_gallery ul li {
	list-style-type: none;
	display: inline;
	}
	
#content_gallery ul{
	padding-left: 5px;
	}

#content_gallery ul li ul li a{
	text-decoration: none;
	}
	
#content_gallery ul li ul li a img {
	border: 2px solid #ccebc9;
	margin-top: 3px;
	}
	
#content_gallery ul li ul li a:hover img{
	border: 2px solid #005e20;
	}
.section h5{
	font-weight: bold;
	color: #005e20;
	padding: 40px 0 10px 10px;
	}
	
.overview {
	/*color: #005e20;*/
	font-size: 12px;
	padding-left: 5px;
	}
	

/*---------------------------------------------------------------------------------------------*/
/*klijenti*/

#intro_ref {
	background:url(Images/intro_13.jpg) no-repeat top left;
	width: 900px;
	height: 450px;
	}
	
#intro_ref h3 {
	padding-bottom: 7px;
	}
	
#introtext_ref {
	padding: 25px 52px 80px 520px;
	color: #005e20;
	text-align:justify;
	}
	
#content_ref {
	width: 900px;
	height: 220px;
	background-color: #fff;
	}

#content_ref h5 {
	padding-left: 20px;
	}

#content_ref1 {
	background-color: #fff;
	width: 450px;
	height: 220px;
	float: left;
	}
	
#content_ref2 {
	background-color: #fff;
	width: 450px;
	height: 220px;
	float: right;
	}
	
#content_ref ul {
	padding: 20px 30px 0 30px;
	}

.ref1 {
	font-weight: bold;
	list-style-type: disc;
	padding: 10px 0 5px 0;
	font-size:12px;
	}


.ref2 {
	font-weight: normal;
	list-style-type: none;
	padding-top: 0px;
	}
	
.ref3 {
	font-weight: normal;
	list-style-type: disc;
	font-size:12px;
	}
	
/*---------------------------------------------------------------------------------------------*/
/*azbestinfo*/
	
#intro_azbestinfo {
	background:url(Images/intro_02.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}

#introtext_azbestinfo {
	font-size:12px;
	padding: 30px 52px 80px 485px;
	color: #005e20;
	text-align:justify;
	}
#content_azbestinfo {
	background-color: #FFFFFF;
	width: 900px;
	height: 1000px;
	}
	
#contleft_azbestinfo {
	width: 450px;
	height: 1000px;
	float: left;
	/*padding-top: 30px;
	padding-left: 15px;*/
	/*padding: 15px 15px 15px 20px;*/
	}
#contleft_azbestinfo p {
	font-size: 12px;
	padding: 0 10px 0 20px;
	}
#contleft_azbestinfo h4 {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 12px;
	}
#contright_azbestinfo {
	width: 450px;
	height: 1000px;
	float: left;
	/*padding-top: 30px;*/
	/*padding-left: 15px;*/
	/*padding: 15px;*/
	}
#contright_azbestinfo p {
	font-size: 12px;
	padding: 0 20px 0 10px;
	}
#contright_azbestinfo h4 {
	padding-top: 20px;
	padding-left: 10px;
	font-size: 12px;
	}
/*asbestinfo_ita-------------------------------------------------------------------------------*/

#content_azbestinfo_ita {
	background-color: #FFFFFF;
	width: 900px;
	height: 1100px;
	}
	
#contleft_azbestinfo_ita {
	width: 450px;
	height: 1100px;
	float: left;
	}	
#contleft_azbestinfo_ita p {
	font-size: 12px;
	padding: 0 10px 0 20px;
	}
#contleft_azbestinfo_ita h4 {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 12px;
	}
#contright_azbestinfo_ita {
	width: 450px;
	height: 1100px;
	float: left;
	}
#contright_azbestinfo_ita p {
	font-size: 12px;
	padding: 0 20px 0 10px;
	}
#contright_azbestinfo_ita h4 {
	padding-top: 20px;
	padding-left: 10px;
	font-size: 12px;
	}

/*---------------------------------------------------------------------------------------------*/
/*beton*/
	
#intro_beton {
	background:url(Images/intro_02.jpg) no-repeat top left;
	width: 900px;
	height: 340px;
	}

#introtext_beton {
	font-size:12px;
	padding: 30px 52px 80px 485px;
	color: #005e20;
	text-align:justify;
	}
#content_beton {
	background-color: #FFFFFF;
	width: 900px;
	height: 700px;
	}
	
#contleft_beton {
	width: 450px;
	height: 700px;
	float: left;
	/*padding-top: 30px;
	padding-left: 15px;*/
	/*padding: 15px 15px 15px 20px;*/
	}
#contleft_beton p {
	font-size: 12px;
	padding: 0 10px 0 20px;
	}
#contleft_beton h4 {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 12px;
	}
#contright_beton {
	width: 450px;
	height: 700px;
	float: left;
	/*padding-top: 30px;*/
	/*padding-left: 15px;*/
	/*padding: 15px;*/
	}
#contright_beton p {
	font-size: 12px;
	padding: 0 20px 0 10px;
	}
	
#contright_beton ul {
	font-size: 12px;
	padding: 10px 20px 0 50px;
	}
	
#contright_beton h4 {
	padding-top: 20px;
	padding-left: 10px;
	font-size: 12px;
	}
	
.center {
	text-align: center;
	}
