/*generalni stilovi i stilovi za index stranicu*/

*
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

body {
	background-color: #cbccbe;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
}
#header-container {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 165px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #2fa130;
	text-transform: uppercase;
	margin-bottom: 14px;
	text-align: left;
}
p {
	margin-bottom: 15px;
}
a {
	color: #11862D;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#clearfix {
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}

#header-container #logo {
	float: left;
	width: 350px;
	height: 110px;
}
#header-container #top-menu {
	margin-left: 390px;
	margin-right: 33px;
	text-align: right;
}
#header-container #top-menu #top ul {
	padding-top: 25px;
}
#header-container #top-menu #top li {
	display: inline;
	list-style-type: none;
	padding-left: 25px;
}
#header-container #top-menu #top li.home {
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-container #top-menu #top li.kontakt {
	background-image: url(../images/kontakt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-container #top-menu #top li.mapa {
	background-image: url(../images/mapa.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-container #top-menu #top a {
	font-weight: normal;
	color: #858585;
	text-decoration: none;
}
#header-container #top-menu #top a:hover {
	text-decoration: underline;
}
#header-container #top-menu #language {
	padding-top: 20px;
	color: #11862d;
}
#header-container #top-menu #language a {
	color: #11862d;
	text-decoration: none;
	font-weight: bold;
}
#header-container #top-menu #language a:hover {
	text-decoration: underline;
}
#header-container #menu {
	margin-top: 36px;
	height: 54px;
}
#header-container #menu ul {
	list-style-type: none;
	height: 54px;
	padding-left: 9px;
}
#header-container #menu li {
	float: left;
}
#header-container #menu li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 18px;
	padding-left: 18px;
	vertical-align: middle;
	height: 54px;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	float:left;
	line-height: 54px;
	white-space: normal;
}
#header-container #menu li a:hover {
	background-image: url(../images/arrow-menu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: visible;
}
#flash-container {
	width: 932px;
	border: 9px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 315px;
}
#intro {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 146px;
	background-color: #e4e5dd;
	background-image: url(../images/intro-bg.gif);
	background-repeat: no-repeat;
}
#intro #dobrodosli {
	float: left;
	width: 190px;
	padding-top: 22px;
	padding-left: 29px;	
	display: inline;
}
#intro #savjeti {
	margin-left: 358px;
	padding-top: 22px;
	padding-right: 27px;
}
#content-container {
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content-bg.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	padding-right: 27px;
	padding-left: 27px;
	border-bottom-width: 27px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#content-container #novosti {
	float: left;
	width: 299px;
	padding-top: 25px;
}
#content-container #novosti h2,
#content-container #projekti h2,
#content-container #projekti h2 a,
#content-container #novosti h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3a9a00;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#content-container #projekti h2 a:hover,
#content-container #novosti h2 a:hover {
	text-decoration: underline;
}
#content-container #novosti a.opsirnije,
#content-container #projekti a.opsirnije,
#content-container-pages #content #tekst a.opsirnije {
	text-transform: lowercase;
	color: #358b00;
	display: block;
	background-color: #f1f1f2;
	width: 69px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #92c075;
	border-bottom-color: #92c075;
	text-decoration: none;
	margin-bottom: 25px;
	margin-top: 15px;
}
#content-container #novosti a.opsirnije:hover,
#content-container #projekti a.opsirnije:hover,
#content-container-pages #content #tekst a.opsirnije:hover {
	color: #fff;
	background-color: #358b00;
}
#content-container #novosti ul.pagination,
#content-container-pages #content #tekst ul.pagination{
	height: 20px;
	margin-bottom: 0px;
}
#content-container #novosti ul.pagination li,
#content-container-pages #content #tekst ul.pagination li {
	list-style-type: none;
	display: block;
	float: left;
}



#content-container #novosti ul.pagination li a.active,
#content-container-pages #content #tekst ul.pagination li a.active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #656565;
	text-decoration: none;
	background-color: #cacbc6;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#content-container #novosti ul.pagination li a, 
#content-container-pages #content #tekst ul.pagination li a{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #656565;
	text-decoration: none;
	background-color: #ebece7;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#content-container #novosti ul.pagination li a:hover,
#content-container-pages #content #tekst ul.pagination li a:hover {
	color: #fff;
	background-color: #656565;
}

#content-container #baneri {
	float: right;
	width: 189px;
	padding-top: 25px;
	text-align: right;
}
#content-container #baneri img {
	margin-bottom: 5px;
}

#content-container #projekti {
	margin-right: 239px;
	margin-left: 356px;
	padding-top: 25px;
}
#content-container-pages #content #tekst2 a.opsirnije {
	text-transform: lowercase;
	color: #358b00;
	display: block;
	background-color: #f1f1f2;
	width: 69px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #92c075;
	border-bottom-color: #92c075;
	text-decoration: none;
	margin-bottom: 25px;

}
#content-container-pages #content #tekst2 a.opsirnije:hover {
	color: #fff;
	background-color: #358b00;
}

#content-container-pages #content #tekst2 ul.pagination{
	height: 20px;
	margin-bottom: 0px;
}
#content-container-pages #content #tekst2 ul.pagination li {
	list-style-type: none;
	display: block;
	float: left;
}
#content-container-pages #content #tekst2 ul.pagination li a.active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #656565;
	text-decoration: none;
	background-color: #cacbc6;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#content-container-pages #content #tekst2 ul.pagination li a{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #656565;
	text-decoration: none;
	background-color: #ebece7;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#content-container-pages #content #tekst2 ul.pagination li a:hover {
	color: #fff;
	background-color: #656565;
}

#content-container-pages #content #tekst2 img{
	padding:10px;
}

#footer-container {
	width: 911px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 27px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 84px;
	color: #656565;
}
#footer-container #adresa {
	float: left;
	width: 299px;
	padding-top: 20px;
}
#footer-container #adresa img {
	float: right;
}
#footer-container #mail {
	float: right;
	width: 203px;
	padding-top: 20px;
}
#footer-container #mail em {
	color: #939485;
	font-style: normal;
}
#footer-container #telefon {
	margin-right: 240px;
	margin-left: 355px;
	padding-top: 20px;
}
#web-dizajn {
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 27px;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 1px;
	color: #93948a;
	font-size: 11px;
	text-decoration: none;
}
#web-dizajn a {
	color: #93948a;
	text-decoration: none;
}

/*dodatni stilovi za ostale stranice*/

#content-container-pages {
	width: 914px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	background-image: url(../images/content-bg-inner.gif);
	background-repeat: repeat-y;
	padding-right: 9px;
	padding-left: 27px;
	border-bottom-width: 27px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#content-container-pages #left-column {
	float: left;
	width: 210px;
	padding-top: 50px;
}
#content-container-pages #content {
	margin-left: 227px;
}
#content-container-pages #content #photo {
	padding-top: 9px;
	background-color: #fff;
	height: 193px;
	text-align: right;
}

#content-container-pages #content #tekst {
	color: #333333;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 35px;
}
#content-container-pages #content #tekst h1 {
	font-size: 22px;
	font-weight: bold;
	text-transform: none;
}
#content-container-pages #content #tekst ul.foto {
	padding-left: 0px;
}
#content-container-pages #content #tekst ul.foto li {
	float: left;
	list-style-type: none;
	display: block;
	height: auto;
	width: auto;
	margin-top: 9px;
	margin-right: 8px;
	border: 1px solid #b8b8b8;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#content-container-pages #content #tekst img.foto {
	list-style-type: none;
	height: auto;
	width: auto;
	margin-top: 3px;
	margin-right: 8px;
	border: 1px solid #b8b8b8;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 5px;
	display: inline;
}
#content-container-pages #content #tekst h2 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #2fa130;
}
#content-container-pages #content #tekst h2.multimedija {
	font-size: 16px;
	margin-bottom: 5px;
}
#content-container-pages #content #tekst span.multimedija {
	margin-bottom: 10px;
	display: block;
	height: auto;
	width: 625px;
	float: left;
}
#content-container-pages #content #tekst #container {
	text-align: center;
}
#content-container-pages #content #tekst ul.clipping {
	margin-bottom: 25px;
	padding-left: 0px;
}
#content-container-pages #content #tekst .clipping li {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
}
#content-container-pages #content #tekst #kontakt-podaci {
	float: left;
	width: 240px;
}
#content-container-pages #content #tekst #karta {
	margin-left: 250px;
}

#content-container-pages #content #tekst ul {
	padding-left: 25px;
	margin-bottom: 15px;
}

#content-container-pages #left-column ul {
	margin-bottom: 70px;
}

#content-container-pages #left-column li {
	background-image: url(../images/pages-left-bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 17px;
	display: block;
	margin-bottom: 10px;
	line-height: 15px;
	min-height: 19px;
	height: auto;
	padding-top: 2px;
}

#content-container-pages #left-column li a {
	color: #009000;
	text-decoration: none;
}
#content-container-pages #left-column li a:hover {
	text-decoration: underline;
}
#content-container-pages #left-column h1 {
	margin-top: 50px;
	margin-bottom: 20px;
}
#content-container-pages #left-column h1.drugi {
	margin-top: 0px;
	margin-bottom: 20px;
}
#content-container-pages #left-column img {
	margin-bottom: 5px;
}
#content-container-pages #left-column p.suradnja {
	font-size: 11px;
	color: #666666;
}



#content-container-pages #content #tekst ul.tree, 
#content-container-pages #content #tekst ul.tree ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/vline.gif);
	background-repeat: repeat-y;
} 

#content-container-pages #content #tekst ul.tree ul { 
	margin-left: 10px; 
} 

#content-container-pages #content #tekst ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	color: #369;
	font-weight: normal;
	background-image: url(../images/node.gif);
	background-repeat: no-repeat;
} 
#content-container-pages #content #tekst ul.tree li a {
	text-decoration: none;
}
#content-container-pages #content #tekst ul.tree li a:hover {
	text-decoration: underline;
}

#content-container-pages #content #tekst ul.tree li.last {
	background-image: url(../images/lastnode.gif);
	background-repeat: no-repeat;
}

#content-container-pages #content #tekst ul.tree li.last-child {
	background-color: #fff;
	background-image: url(../images/lastnode.gif);
	background-repeat: no-repeat;
} 
