﻿/*
//////////////////////////////////////////////
/////                                    /////
/////             ZAJEDNIČKI DIO         /////
/////                                    /////
//////////////////////////////////////////////
*/

body{
	font-family:verdana;
	font-size:11px;
}

hr{
	color:#000000; 			  
	background-color:#000000;
	border:0;
}

a{
	font-size:10pt;
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;
}

/*
//////////////////////////////////////////////
/////                                    /////
/////             ARHIVA                 /////
/////                                    /////
//////////////////////////////////////////////
*/

#arhiva_zaglavlje{
	width:400px;	
	background-color:#6699CC;
	margin:2px;
	font-weight:bold;
}

#arhiva_redak{
	width:400px;
	background-color:#66CCCC;
	margin:2px;
}

#arhiva_redak:hover{
	background-color:#3399FF;	
}




/*
//////////////////////////////////////////////
/////                                    /////
/////             PREGLED                /////
/////                                    /////
//////////////////////////////////////////////
*/

#pregled{
	margin:20px;	
	
}

#pregled_slika{
	float:left;	
	margin-right:5px;
	margin-bottom:5px;
	
}

#pregled_naslov{
	font-size:14pt;
	color:#000000;	
}

#pregled_opis{
	font-weight:bold;		
}

#pregled_tekst{
	color:#000030;
	font-size:9pt;
}


/*
//////////////////////////////////////////////
/////                                    /////
/////             NOVOSTI                /////
/////                                    /////
//////////////////////////////////////////////
*/
#novosti_slika{
	float:left;	
	margin-right:5px;
	margin-bottom:5px;
}

#novosti_naslov{
	font-weight:bold;
}

#novosti_opis{
	margin-top:7px;
}

#pregled{
	
}