body {
			font-family: Arial, helvetica, sans-serif;
			font-size: 12px;
			margin: 0px;
			background-color: #fff;																/* color 1 */
			background-image: url('../images/bg-body.jpg');
			background-repeat: repeat-x;
			background-position: left top;
			color:#555;
			line-height: 140%;
			}
td {
			font-family: Arial, helvetica, sans-serif;
			font-size: 12px;
			background-color: white;
			}
a {
			/*color: #0086E4;*/
			color: #005BBF;
			text-decoration: none;
			}
a:hover {
			color: #000;
			text-decoration: none;
			}
hr { 
			border: 0px;
			color: #EC4242;
			background-color: #EC4242;
			height: 1px;
			}
h1 {	
			/*color: #0086E4;*/
			color: #005BBF;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:24px;
			line-height:26px;
			padding-bottom:4px;
			font-weight:normal;
			}		
																						
h2 {
			/*color: #0086E4;*/
			color: #005BBF;
			font-family: Georgia,"Times New Roman", Times, serif;
			font-size:18px;
			/*line-height:26px;*/
			padding-bottom:4px;
			font-weight:normal;
			}				
img {
			border:0px;
			}			

CITE {
			float: right;
			margin: 10px;
			margin-left: 20px;
			font-size: 24px;
			color: #fff;
			padding: 5px 5px 5px 5px;
			background-color: #49499C;
			border: 1px solid #303067;
	
			}		
			
.box {
			color: #333;
			padding: 5px;
			background-color: #fff;
			border: 1px solid #ccc;
			background-image: url(../images/bg-box.png);
			background-repeat: repeat-x;
			background-position: left top;			
			}				
.box a {
			color: #333;
			}	
.box ul {
			font-size:11px;
			padding: 0;
			margin-left:15px;
			}

div#slike {
			text-align: center;
			}
div#slike img {
			padding: 6px; 
			border: 1px solid #dddddd;
			margin: 5px 15px;
			}




/* ----- forms ------*/

input, textarea {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			padding: 2px;
			/*border: 0px;*/
			margin:0px;	
			/*border: 1px solid #ccc;*/
			/*background-image: url('../images/bg-box.png');*/
			/*background-repeat: repeat-x;*/
			}	
input:focus, textarea:focus {
			border: 1px solid #000;
			}

label	{
			display: block;
			float: left;
			width: 130px;
			margin-right: 10px;
			text-align: right;
}
fieldset {
			background-image : url('../images/bg-box.png');
			background-repeat: repeat-x;
			}	
			

/* ----- leftmenu ------*/

#leftmenu ul {
			list-style-type:none;
			border-bottom: 3px solid #ffdd44;
			padding:0;
			width: 100%;
			margin:0px;
			}
			
#leftmenu li {padding-bottom:15px;}			
#leftmenu li a { 
			display:block; 
			padding: 3px 10px; 
			color:#5F5FCD; 
			background:#ffee99; 
			text-decoration:none;  
			border-top: 3px solid #ffdd44;
			width: 85%;			
			}
#leftmenu li a:hover {
			background:#eecc33;
			}		
		
/* ----- leftmenu level 2 ------*/
			
#leftmenu ul li ul {
			list-style-type:none;
			border-bottom: 3px solid #ffdd44;
			margin:0;
			width: 100%;
			}
#leftmenu li ul li{padding-bottom:3px;}
#leftmenu li ul li a { 
			display:block; 
			padding: 2px 20px;
			color:#dd0000; 
			background:#ffffc9; 
			text-decoration:none;  
			border-top: 0px solid #ffdd44;			
			}	
	



		
/* ----- tabs ------*/			
			
	ul.tabs {
			text-align: left;
			border-bottom:1px solid #49499C;
			margin:0;
			}
		
	ul.tabs li {
			display: inline;
			list-style-type : none;
			margin:0;
			/*margin-left:10px;*/
			padding:2px 4px 1px 4px; 
			border-left:1px solid #49499C;
			border-right:1px solid #49499C;
			border-top:1px solid #49499C;
			cursor: pointer;
			}
	.soff:hover {
			background-color:#fff; 
			color: #000; 
			border-bottom:1px solid #fff;
			}
	.soff {
			background-color:#49499C; 
			color: #fff; 
			border-bottom: 1px solid #49499C;}
	.son{
			background-color:#fff; 
			color: #000; 
			border-bottom:2px solid #fff;}
			
			
/* ----- left & right ----- */

div#left .datum, div#right .datum {
			/*font-family: Georgia, "Times New Roman", Times, serif;*/
			font-family: Arial, helvetica, sans-serif;
			font-size:11px;
			}
div#left .naslov, div#right .naslov {
			font-family: Arial, helvetica, sans-serif;
			font-size:12px;
			}