/* All CSS is Validated, HTML is Validated as XHTML 1.0 STRICT! */


/* Global set margins/paddings/fonts */
/* font-family is set here only, everything else inherits it */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
	
/* Link Styles */
a:link, a:visited { color: #C95414; text-decoration:none; font-weight:bold; font-size:12px}

a:hover, a:active { color: #d54238; text-decoration:none; font-size:12px }

a:link.alt, a:visited.alt { color: #C95414; text-decoration:none; font-weight:bold; font-size:12px }

a:hover.alt, a:active.alt { color: #d54238; text-decoration:none; font-size:12px}

a img {
	border:none;
	vertical-align: middle;
}

/* Heading Tag Styles */
h1 {
	padding-bottom:10px;
	font-size: 21px;
	font-weight: bold;
	color: #333300;
	padding-top: 30px;
	}

h2 {
	padding-bottom:10px;
	font-size: 16px;
	font-weight: bold;
	color: #C95414;
	padding-top: 10px;
	}

h3 {
	padding-bottom:10px;
	font-size: 14px;
	font-weight: bold;
	color: #333300;
	}

h4 {
	padding-bottom:10px;
	font-size: 12px;
	font-weight: bold;
	color: #b32016;
	}

/*((((((((((((((((((((*/
/*  Global HTML Tags  */
/* alphabetical order */
/*((((((((((((((((((((*/

address { color: #acabab; }

/* Fieldset, Legend */
fieldset {
	border: none;
	border-top: 1px solid #b32016;
	}

	fieldset legend {
		color: #b32016;
		font-size: 9pt;
		font-weight: bold;
		padding: 0px 8px;
		}

	fieldset small {
		color: #b32016;
		font-size: 8pt;
		float: left;
		width: 45%;
		margin: 20px 10px;
		}

	fieldset .submit_clear input {
		width: 60px;
		margin: 0px 5px;
		}
		
	fieldset.alt { border-top: 1px solid #b32016; }

		fieldset.alt legend { color: #b32016; }

/* Horizontal Rules */
hr {
	color: #b32016;
	background-color: #b32016;
	border: 0px;
	height: 1px;
	}
	
hr .alt {
	color: #b32016;
	background-color: #b32016;
	border: 0px;
	height: 1px;
	}
	
p { padding-bottom:10px; }


small {
	color: #acabab;
	font-style: italic;
	}
	
/* Table Styles */
table {

	margin: 10px 0px;
	}

th {
	color: #b32016;
	font-weight: bold;
	font-size: 9pt;
	border-bottom: 1px solid #b32016;
	padding: 4px 0px;
	text-align: left;
	padding: 6px 0px;
	}
	
th.alt {
	color: #b32016;
	border-bottom: 1px solid #b32016;
	}
	
ul li { list-style: square inside; }

ol li { list-style: inside; }


/*(((((((((((((((((((((((((((*/
/*  Global Divs and Classes  */
/*    alphabetical order     */
/*(((((((((((((((((((((((((((*/

/* alt1/alt2 are mainly used for table cells to alternate bg colors */
.okvirfotke {
	border: 1px dotted #333300;
	padding: 5px;
	margin: 2px 3px 5px 0px;
	background-color: #fff;

}

.okvirfotke_alt
{
	border: 1px dotted #333300;
	padding: 5px;
	margin: 2px 3px 5px 0px;
	background-color: #333300;

}
.alt2 {
	background: #f0f0f0;
	padding: 7px 4px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align:left;
	}
	
/* Breadcrumb navigation */
#breadcrumb {}

	#breadcrumb ul {}

		#breadcrumb ul li { display: inline; }
	
/* Clearance allows an element containing two other floating 
elements to be cleared and still stay within 1.0 Strict XHTML */
.clearance {
	clear: both;
	height: 1px;
	}

/* Date / Calendar Display Block */
/* Degrades very nicely to display in one line */
#date {
	width: 63px;
	float: left;
	margin: 0px 10px;
	}

	#date span {
		display: block;
		text-align: center;
		}

	#date .date_mo {
		color: #b32016;
		font-size: 10pt;
		text-transform: lowercase;
		padding-bottom: 6px;
		border-bottom: 1px solid #b32016;
		}

	#date .date_day {
		background: #f0f0f0;
		font-weight: bold;
		font-size: 18pt;
		margin-top: 1px;
		}

	#date .date_year {
		color: #b32016;
		padding-top: 6px;
		}

.img_border {
	background: #fff;
	padding: 3px;
	border: 1px solid #b32016;
	float: right;
	margin: 20px;
	}

	.img_border_alt {
		background: #fff;
		padding: 3px;
		border: 1px solid #b32016;
		float: right;
		margin: 20px;
		}
		
	
.left { text-align: left; }


		
.right { text-align: right; }



	
.copyright {
	color:#000000;
	text-align:center;
	font-size:7pt;
	padding:2px 0px 2px 0px;
	clear: both;
		}
.trenutno {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.sadrzaj {
	color: #000000;
	font-size: 13px;
}

