/*------------------------------------------------
   BASIC
------------------------------------------------ */
*                                      { margin: 0; padding: 0; list-style: none; }

body                                   {
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	background: #4f4f4f url(../images/layout/body-bg.gif);
	text-align: center;
	}


a img                                  { border: none; }
a, a img, 
a:link, a:visited, 
a:hover, a:active                      { outline: none; }
br.clear { line-height: 0; height: 0; clear: both; }
#print-logo { display: none; }

/*------------------------------------------------
   LAYOUT
------------------------------------------------ */
#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: #fff;
	border-top: 3px solid #f58220;
	padding-bottom: 25px;
	}
/*------------------------------------------------
   TOP
------------------------------------------------ */	
#top {
	height: 47px;
	background: #000;
	color: #fff;
	font-size: 11px;
	color: #b7b7b7;
	padding: 0 27px;
	}	
	
#top a { color: #b7b7b7; text-decoration: underline; }	
#top a:hover { color: #b7b7b7; text-decoration: none; }	
	
#top ul {
	display: inline;
	float: left;
	margin: 15px 0 0 0;
	}	
	
#top ul li { display: inline; margin-right: 20px; }	

/*------------------------------------------------
   SEARCH
------------------------------------------------ */		
#search {
	display: inline;
	float: right;
	width: 300px;
	text-align: right;
	margin: 13px 0 0 0;
	}	
	
#search label,
#search legend { display: none; }	
#search fieldset { border: none; }

#zoom_query {
	width: 165px;
	padding: 3px 2px;
	background: #d2d2d2;
	border: none;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	}
#submit {
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	border: 1px solid #5b5b5b;
	color: #fff;
	}
	
/*------------------------------------------------
   HEADER
------------------------------------------------ */
#header {
	background: transparent url(../images/layout/header.jpg) no-repeat 0 0;
	height: 262px;
	}		
	
/*------------------------------------------------
   PATH
------------------------------------------------ */	
#pathWrapper {
	height: 25px;
	background: transparent url(../images/layout/dotted.gif) repeat-x 0 0;
	border-bottom: 2px solid #ef8220;
	margin: 5px 0 25px 0;
	padding: 5px 27px 0 27px;
	}	
	
#path {
	display: inline;
	float: left;
	}	
	
#path li {
	display: inline;
	margin: 0 5px 0 0;
	background: transparent url(../images/layout/path-arrow.gif) no-repeat 0 2px;
	padding-left: 15px;
	line-height: 20px;
	}
	
#path li.home {
	background: transparent url(../images/layout/path-arrow-home.gif) no-repeat 0 2px;
	padding-left: 35px;
	}			
	
#path a {
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	}	
	
#print-link {
	display: inline;
	float: right;
	display: block;
	background: transparent url(../images/layout/print.gif) no-repeat left center;
	padding: 2px 0 2px 25px;
	color: #000;
	text-decoration: none;
	}	
	
#print-link:hover { text-decoration: underline; }		

/*------------------------------------------------
   CONTAINER // Basic
------------------------------------------------ */
#mainContent {
	padding: 0 27px;
	}

#secContent {
	display: inline;
	float: right;
	width: 190px;
	margin: 0 27px 0 0;
	}
	
#secContent img { width: 185px; height: 46px; margin: 0; }	
/*------------------------------------------------
   CONTAINER // Home
------------------------------------------------ */	
#mainContent.home {
	padding: 0 27px 0 0;
	display: inline;
	float: left;
	width: 715px;
	}	

/*------------------------------------------------
   CONTAINER // Projekt
------------------------------------------------ */	
#container div.projekt {
	padding: 0 0 0 27px;
	display: inline;
	float: left;
	width: 688px;
	}	
	
#container.projekt #secContent h2 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #525252;
	padding: 6px 0;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	margin: 0 0 15px 0;
	}		
	
#vrh { clear: both; padding: 25px 27px 0 27px; margin-bottom: 15px; }	
#vrh a {
	font-weight: bold;
	background: transparent url(../images/layout/vrh-bullet.gif) no-repeat 0 3px;
	padding-left: 15px;
	}
	
/*------------------------------------------------
   FOOTER
------------------------------------------------ */	
#footer {
	background: transparent url(../images/layout/dotted.gif) repeat-x 0 0;
	border-bottom: 2px solid #ef8220;
	padding: 6px 27px;
	font-size: 11px;
	height: 16px;
	}

#copyright { display: inline; float: left; }
#development { display: inline; float: right; }

#footer a { color: #000; text-decoration: underline; }
#footer a:hover { color: #000; text-decoration: none; }	
	
/*------------------------------------------------
   Typ.
------------------------------------------------ */	
#container { line-height: 24px; }
#secContent { line-height: 20px; }

#container h1 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #525252;
	padding: 6px 0;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;	
	margin-bottom: 15px;
	}
	
#container h2 {
	font: bold 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0;
	}	
	
#container h3,
#container h4,
#container h5,
#container h6 {
	font: bold 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	}	
	
#container h1 a:link,
#container h1 a:visited,
#container h2 a:link,
#container h2 a:visited,
#container h3 a:link,
#container h3 a:visited,
#container h4 a:link,
#container h4 a:visited,
#container h5 a:link,
#container h5 a:visited,
#container h6 a:link,
#container h6 a:visited { color: #4f4f4f; text-decoration: none; }		
	
#container p,
#container ol,
#container ul,
#container table { margin: 0 0 15px 0; }

#container ol li {
	list-style: decimal;
	margin-left: 50px;
	}	
	
#container ul {
	margin-left: 10px;
	padding: 5px 0 5px 20px;
	border-left: 1px solid #a3a3a3;
	}	
	
#container ul ul { margin: 10px 0; }	

#container img {
	display: inline;
	border: 1px solid #4f4f4f;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
#container img.left { float: left; margin-right: 10px; }
#container img.right { float: right; margin-left: 10px; }	

#container a:link,
#container a:visited { color: #f08220; text-decoration: underline; }
#container a:hover,
#container a:active { color: #000; text-decoration: underline; }

#container a.more { font-weight: bold;  }

#mainContent hr,
#secContent hr {
	border: none;
	border-top: 1px solid #ccc;
	margin: 30px 0 30px 27px;
	}
	
#secContent hr { margin: 0; padding: 0; height: 0; line-height: 0;  }	

.rightImages {
	display: inline;
	float: right;
	width: 340px;
	margin: -200px 0 0 0;
	text-align: right;
	}
	
.rightImages img { margin: 0 0 0 10px; }	

/*------------------------------------------------
   Typ. // Home Spec.
------------------------------------------------ */	
#container .home h2 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #525252;
	padding: 6px 0;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	margin: 0 0 15px 27px;
	}
	
#container .home h3 {
	font: bold 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0 5px 0;
	}
	
#container #secContent.home h2	{ margin-left: 0; }
#container #secContent.home.home h3 { margin-bottom: 10px; }	
	
.home-box {
	padding: 0 0 0 27px;
	background: transparent url(../images/layout/home-box-left-border.gif) repeat-y 0 0;
	}

/*------------------------------------------------
   KONTAKT FORMA
------------------------------------------------ */	
#forma fieldset { 
	border: 1px solid #ccc;
	padding: 15px;
	margin: 0 0 15px 0;
	 }
#forma legend {
	color: #4f4f4f;
	padding: 0 10px;
	}
	
#forma input { margin-right: 10px; }	

#podaci input,
#captchaWrapper input {
	width: 165px;
	padding: 3px 2px;
	background: #d2d2d2;
	border: none;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	
#podaci textarea {
	width: 250px;
	height: 100px;
	padding: 3px 2px;
	background: #d2d2d2;
	border: none;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	}	

#prefkontakt input { margin-right: 10px; }
#submitForm input {
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	border: 1px solid #5b5b5b;
	padding: 2px;
	margin: 10px 5px 0 0;
	color: #fff;
	}
	
#captchaWrapper { margin: 15px 0; }	
	
#container p.right {
	display: inline;
	float: right;
	width: 500px;
	margin: -180px 0 0 0;
	}	
	
/*------------------------------------------------
   REFERENCE
------------------------------------------------ */	
#reference img { margin-right: 5px; width: 200px; height: 50px; }
.ref01, .ref02 { padding: 10px 10px; margin-bottom: 5px; border: 1px solid #ccc;  }
.ref01:hover, .ref02:hover { border: 1px solid #56565a; }

.ref01 { background: #eeeeee;}

/*------------------------------------------------
   ETAZA i STAN - zajednicki elementi
------------------------------------------------ */	
#container #etaza h2,
#container #stan h2,
#container #etaza h3,
#container #stan h3,
#container #etaza h4,
#container #stan h4,
#container #etaza h5,
#container #stan h5,
#container #etaza h6,
#container #stan h6 { color: #f08220; }

#container #tablica table { width: 100%; line-height: 15px; }
#container #tablica table th { text-align: center; font-weight: bold; padding: 3px 5px 8px 5px; border-bottom: 1px solid #f08220; }
#container #tablica table td { padding: 4px 5px; border-bottom: 1px solid #c5c5c5; }

#container #kompas { text-align: right; padding: 15px 0 0 0; }
#container #kompas img { padding: 0; border: 0; }

.zaprod { background: #fff; color: #4f4f4f; border: 1px solid #f08220; padding: 0 2px; }
.rez { background: #a6a6a6; color: #fff; border: 1px solid #f08220; padding: 0 2px; }
.prod { background: #000; color: #fff; border: 1px solid #f08220; padding: 0 2px; }

/*------------------------------------------------
   ETAZA
------------------------------------------------ */	
#container #etaza #tablica table td { text-align: right; }
#container #etaza #tablica table td.left { text-align: left; }
#container #etaza #tablica table td.center { text-align: center; }

#tlocrt-etaza { padding: 20px 0 0 0; text-align: right; }
#tlocrt-etaza img { padding: 0; margin: 0; border: none; }
#tlocrt-etaza h2 { text-align: left; }
#etaza-pdf { display: block; float: right; width: auto; margin: -35px 0 10px 0; background: transparent url(../images/layout/list.gif) no-repeat 0 12px; padding-left: 10px; }

.table-left,
.table-right { display: inline; width: 48%; }

.table-left { float: left; }
.table-right { float: right; }

#tlocrt-skripta {
	width: 688px;
	}

/*------------------------------------------------
   STAN
------------------------------------------------ */
#stan #tablica {
	display: inline;
	float: left;
	width: 400px;
	}
	
#stan #tablica p { font-size: 11px; }		
	
#stan #tablica .right { text-align: right; }	

#stan #podaci {
	display: inline;
	float: right;
	width: 200px;
	margin: 0 0 0 20px;
	}
	
#tlocrt-stana {
	clear: both;
	text-align: center;
	padding-top: 15px;
	}	
#tlocrt-stana h2 { text-align: left; }	
#tlocrt-stana img { padding: 0; margin: 0; border: none; }
#container #podaci ul {
	padding: 0;
	border: none;
	margin: 0 0 30px 0;
	line-height: 20px;
	}
	
#container #podaci ul li {
	background: transparent url(../images/layout/list.gif) no-repeat 0 10px; 
	padding: 0 0 0 15px;
	margin-left: 0;
	}	
	
#podaci-premljenost,
#podaci-status { margin-top: 10px; }	

/*------------------------------------------------
   VIZUALIZACIJE
------------------------------------------------ */
#vizualizacije img { margin: 0 10px 10px 0; }

/*------------------------------------------------
   MAPA WEBA
------------------------------------------------ */
#container #sitemap,
#container #sitemap ul {
	border-left: none;
	}
	
#container #sitemap ul { padding: 0 30px; margin: 10px; }	
#container #sitemap ul li { background: transparent url(../images/layout/bullet.gif) no-repeat 0 9px; padding-left: 15px; }
#container #sitemap ul ul li { background: transparent url(../images/layout/bullet.gif) no-repeat 0 6px; padding-left: 15px; }
#container #sitemap ul ul { line-height: 18px; }


/*------------------------------------------------
   NAV // mainMenu
------------------------------------------------ */	
#flashLogo {
	display: inline;
	float: left;
	width: 320px;
	height: 65px;
	margin: 5px 0 0 5px;
	}
	
#mainMenu {
	display: inline;
	float: left;
	margin: 30px 0 0 70px;
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	}
	
#mainMenu li { display: inline; margin-right: 15px; }	
#mainMenu a {
	color: #ef8220;
	text-decoration: underline;
	}	
#mainMenu a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#mainMenu a.on { color: #000; text-decoration: none; }	

/*------------------------------------------------
   NAV // projektiMenu
------------------------------------------------ */	
#container #secContent #projektiMenu,
#container #secContent #projektiMenu ul,
#container #secContent #projektiMenu ul ul {
	margin: 0;
	padding: 0;
	border: none;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	}
	
#container #secContent #projektiMenu {
	background: transparent url(../images/layout/projekti-menu-bg.jpg) repeat-x 0 0;
	padding: 5px;
	font-weight: bold;
	}

#container #secContent #projektiMenu li.first a { font-weight: bold; }
	
#container #secContent #projektiMenu a {
	display: block;
	height: 1%;
	background: transparent url(../images/layout/projekti-menu-arrow.gif) no-repeat 1px 8px;
	padding: 5px 5px 5px 15px; 
	border-bottom: 1px solid #dedede;
	}
	
#container #secContent #projektiMenu ul ul a {
	padding: 5px 0 5px 35px;
	background: transparent url(../images/layout/projekti-menu-arrow.gif) no-repeat 15px 8px;
	}	
	
#container #secContent #projektiMenu a { color: #525252; text-decoration: none; font-weight: bold; }
#container #secContent #projektiMenu ul a { font-weight: normal; }
#container #secContent #projektiMenu a:hover,
#container #secContent #projektiMenu a:active { color: #f08220; text-decoration: none; }	
#container #secContent #projektiMenu a.on { color: #525252; text-decoration: none; font-weight: bold; }
#container #secContent #projektiMenu ul a.on { color: #f08220; text-decoration: none; font-weight: bold; }

#container #secContent #projektiMenu a { position: relative; }
#container #secContent #projektiMenu a span,
#container #secContent #projektiMenu a:hover span,
#container #secContent #projektiMenu a:active span { color: #f08220; font-size: 11px; position: absolute; right: 5px; text-decoration: none; }
#container #secContent #projektiMenu a.on span { color: #f08220; font-weight: normal; }
#video { width: 635px; height: 505px; }