body {
			font-family: Arial, helvetica, sans-serif;
			font-size: 12px;
			margin: 0px;
			background-color: #fff;																/* color 1 */
			background-image: url('/design/bg-body.png');
			background-repeat: repeat-x;
			background-position: left top;
			}
td {
			font-family: Arial, helvetica, sans-serif;
			font-size: 12px;
			/*background-color: white;*/
			}
a {
			color: #800000;
			text-decoration: none;
			}
a:hover {
			color: black;
			text-decoration: underline;
			}
			
img {	
			border:0px;
			}
hr { 
			border: 0;
			color: #EC4242;
			background-color: #EC4242;
			height: 1px;
			}
h1 {
			font-size: 16px;
			font-weight: bold;	
			color: #800000;
			padding-left: 15px;
			background-image: url('/design/bg-h1.png');
			height: 30px;
			}		
																						
h2 {
			font-size: 14px;
			font-weight: bold;	
			color: #800000;
			margin-top: 10px;
			}				
			
div#right h2, div#left h2 {
			font-size: 14px;
			font-weight: normal;	
			color: #800000;
			background-image: url('/design/bg-box-180.png');
			margin: 0px;
			padding:7px 10px;
			}	
			
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('/design/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('/design/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('/design/bg-box.png');
			background-repeat: repeat-x;
			}	
			




	
/* ----- topmenu ------*/

div#topmenu {
			
			background-image: url('/design/bg-topmenu.png');
			background-repeat: repeat-y;
			background-position:  top;
			/*margin-left:1Px;*/
			width: 960px;
			}
		
div#topmenu ul {
			text-align: left;
			margin: 0;
			padding:7px 7px 8px 7px;
			}
div#topmenu li {
			background : transparent;
			display : inline;
			list-style-type : none;
			margin-top : 7px;
			}
	
div#topmenu li a {
			font:12px Arial, sans-serif;
			letter-spacing: 1px;			
			font-weight: bold;
			text-align: left;	
			color: #555;
			text-decoration: none;	
			padding:7px 20px 8px 20px;		
			
			}


div#topmenu li a:hover {
			/*background-color: #B81212;*/
			color : #333;
			}	
		
		
/* ----- 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:3px 5px 0px 5px; 
			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#right .datum {
			font-size:10px;
			margin-top: 8px;
			text-align:right;
			color: #777;
			}
div#right .naslov {
			font-size:12px;
			}
div#right .sazetak {
			font-size:11px;
			color: #777;
			}
/* ---- iskaznica tvrtke ---- */
dl.tvrtka dt {
		width:120px;
		float:left;
		font-weight:normal;
		}

dl.tvrtka dd {
		font-weight:bold;
		margin-left:120px;
		}
