@charset "windows-1250";
/* CSS Document */
div#content-lijevo td {
	padding: 2px;
}
/* */
div#content-lijevo div.content-text {
	display: block;
	float: none;
	clear: both;
	padding-bottom: 15px;
	width: 534px;
	font-size: 12px;
	color: #545454;
}
div#content-lijevo div.content-text div.description {
	color: #ABABAB;
	font-style: italic;
	padding: 5px 5px 15px 0;
}
div#content-lijevo div.content-text div.detaildescription {
	padding: 5px 5px 5px 0;
}
div#content-lijevo div.content-text p {
	padding: 2px 0;
}
/* slike */
div#content-lijevo div.content-text div.img {
	display: block;
	float: none;
	clear: both;
	width: 535px;
}
div#content-lijevo div.content-text div.img ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	float: none;
	clear: both;
	width: 535px;
}
div#content-lijevo div.content-text div.img img.big {
	margin-bottom: 5px;
}
div#content-lijevo div.content-text div.img ul li {
	float: left;
	height: 40px;
	width: 50px;
}
/* dokumenti*/
div#content-lijevo div#docs div.holder{
	margin-top:20px;
	border-top:1px dotted #CCCCCC;
}
div#content-lijevo div#docs table{
	width:100%;
}
div#content-lijevo div#docs td{
	padding:5px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
}
div#content-lijevo div#docs td a{display:block;height:24px;}
div#content-lijevo div#docs td a span{
	display:block;
	padding-top:3px;
}
div#content-lijevo div#docs td img{
	margin-right:5px;
}
div#content-lijevo div#docs td.first{
	text-align:left;
}
/* sve ankete */
div.sve-ankete{
	
}	
div#content-lijevo div.sve-ankete div.anketa h3{
	font-size:10px;
	font-weight:100;
}
div.sve-ankete .result-holder{
	border-bottom:dashed 1px #CCCCCC;
}
div.sve-ankete .anketa div{
	margin:5px 0;
}
/* gradski glasnik */
.publink{
	width:82px;
	float:left;
	display:block;
	padding:5px;
	margin:5px;
	border:1px solid #ececec;
	text-align:center;	
	background-color:#f9f9f9;
	text-decoration:none;
	color:Black;
}
.publink:hover
{
	text-decoration:underline;
	background-color:#d7d9dd;
}
.publink img
{
	margin:auto;
	display:block;
	border:1px solid #000 ;
}
a img{border:none;outline:none;}
/*
	forma kod prijedloga / pitanja
*/
form#prijedlog-forma {
	width: 534px;
	display: block;
	float: none;
	clear: both;
	padding: 10px 0;
	border-bottom: 2px solid #CCC;
}
form#prijedlog-forma label {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	padding: 0 0 10px 0;
}
form#prijedlog-forma label.small {
	width: 330px;
}
form#prijedlog-forma label.big {
	width: 100%;
}
form#prijedlog-forma label span, form#prijedlog-forma p {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 3px;
	color: #000000;
}
div#prijedlog-forma-hold p.show {
	padding: 5px;
	width: 524px;
	background-color: #E9E5E5;
	color:#000;
}
form#prijedlog-forma label input.tekst {
	display: block;
	float: none;
	clear: both;
	background-color:#FFF;
	border: 1px solid #E9E5E5;
	padding: 7px 10px;
	width: 90%;
	font-size: 14px;
	font-weight: normal;
	height: 16px;
	background-image: url(../img/bg/form-input-bg-tile.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
form#prijedlog-forma label textarea.tekst {
	display: block;
	float: none;
	clear: both;
	background-color:#FFF;
	border: 1px solid #E9E5E5;
	padding: 5px 0 5px 10px;
	overflow: auto;
	width: 518px;
	height: 100px;
	font-size: 14px;
	background-image: url(../img/bg/form-textarea-bg-tile.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
form#prijedlog-forma input.gumb {
	border: 0px none;
	display: block;
	float: left;
	margin-right: 5px;
	background-image: url(../img/button/form-button-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 81px;
	height: 36px;
	padding: 9px 0;
	color:#FFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
/* dio za captchu */
form#prijedlog-forma div#security-div {
	display: block;
	float: left;
	width: 534px;
	background-position: 0px 15px;
	background-repeat: no-repeat;
}
form#prijedlog-forma div#security-div label, form#prijedlog-forma div.holder div#security-div p {
	display: block;
	float: none;
	clear: both;
	padding: 2px 0 2px 0;
	margin-left: 115px;
	width: auto;
}
form#prijedlog-forma div#security-div label input {
	vertical-align: middle;
	margin-right: 5px;
}
form#prijedlog-forma p.info {
	font-size: 11px;
	display: block;
	float: none;
	clear: both;
	width: 524px;
	text-align: right;
	padding: 0 10px 0 0;
	position: absolute;
}