*{
	font-family: Verdana;
	font-size: 10px;
	color: #62623F;
}
a{
	font-family: Verdana;
	font-size: 10px;
	color: #62623F;
	text-decoration: none;
}
.naslov{
   background-image: url(../images/podloga-title.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 6px;
	height: 30px;
	color: #62623F;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.link{
	text-decoration: none;
	color: #62623f;
	padding-left:20px;
}
.pocetna_table{
	float: left;
	
}
.aktuelnosti_table{
	padding-left: 5px;	
}
.aktuelnosti_txt{
	font-family: Verdana;
	font-size: 10px;
	color: #62623F;	
}
.aktuelnosti_link{
font-family: Verdana;
	font-size: 10px;
	color: #a76c91;	
	}
.novosti_table{
	
}
.novosti_txt{
	
}
.anketa_table{

}
.required{
	background-color: #F4A6D7;
	border: 1px solid; 
}
.anketa_pitanje{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #62623F;	
	width: 100%;	
}
.anketa_pitanje_cell{
	height: 25px;
}
.anketa_pitanje_cell a{
	font-size: 10px;
	text-decoration: none;
	padding-left: 20px;
}
.anketa_odgovori{
	font-family: Tahoma;
	font-size: 10px;
	color: #62623F;	
}
.novost_table{
	padding-left: 10px;
	padding-bottom: 10px;	
}
.novost_naslov{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;
	color: #62623F;
	text-align: left;
}
.novost_naslov a{
	text-decoration: none;
}
.novost_txt{
	font-family: Tahoma;
	font-size: 10px;
	color: #62623F;	
	text-align: left;
}
.novost_link{
	text-align: left;	
}
.slika{
	border: solid 1px #000000;
	padding: 2px;
	margin: 5px;
}
.galerija_listAll{
	
}
.albumi_list{
	width: 100%;	
}
.albumi_linija{
	height: 31px;
	padding:3px;
	text-align: right;
	background-image: url(../images/podloga-tackice.gif);
}
.albumi_list1{
	background-color: #E9E9E9;
	margin-top: 5px;
	padding: 5px;
	font-family: Tahoma;
	font-size: 10px; 
	color: #B59999;
}
.slike_nove{

}
.galerija_pager{
	text-decoration: none;
	padding: 5px;
}
.galerija_pager_selected{
	text-decoration: none;
	font-weight: bold;
}
.table_slika{
	width: 120px;
}
.container{
	text-align: left;
	float: left;
	max-width: 540px;
}
.kategorije_link{
	padding-left: 15px;
	width: 50px;
}
.podkategorije_link{
	float: left;
	display: block;
	width: 50px;
	padding: 5px;
}
.pitanja_list{

}
.pitanje{
	border-bottom: 1px dashed #000000;
	color:#A76C91 ;
	font-family: Tahoma;
	font-weight: bold;
	padding: 3px;
}
.odgovor{
	color: #62623F;
	font-family: Tahoma;
	font-weight: bold;
	padding: 3px;
}
.pitanje_autor{
	color: #62623F;
	font-family: Tahoma;
	padding: 3px;
	text-align: right;
	padding-right: 10px;
	border-bottom: 1px solid #FFFFFF;
	
}
.container_pitanja{
	padding-bottom: 10px;
}
.dugmich{
	padding-top: 5px;
	margin-top: 5px;
}
.button{
	background-color: #A76C91;
	padding: 2px;
	margin: 3px;
	color: #FFFFFF;
	font-weight: bold;
}
.loader{
	background-color: #F4A6D7;
	color:#FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	border: 1px solid #62623F;
	height: 80px;
	width: 120px;
	text-align: center;
	z-index: 100000;
}
.knjiga_komentar{
	padding-left: 10px;
	padding-bottom: 10px;
}
#container{
	padding-right: 10px;
	margin-right: 10px;
	float: left;
}
.sadrzaj{
	float: left;
}


	p{
		margin-top:0px;
	}
	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:530px;
		height:500px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:500px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		border:1px solid #BC8FBD;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 0.9em;
		line-height:130%;
		color: #333;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:500px;
		float:left;
		display: none;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:460px;	/* Total height - 40 pixels */
		border:1px solid #BC8FBD;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		background-color:#BC8FBD;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #BC8FBD;
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
	.scrollimg{
	float: left;
	}