
/*basic styles*/

.forma { }
	.forma p { }
	.forma input { }
	.forma input.button { }
	.forma textarea { }
	.forma select { }
	.kontaktForma .msg { color: #666; padding: 10px 0 20px 0;}
	.kontaktForma td { padding: 4px 10px 4px 0;}
/*****************************/

/*block styles*/

.block {display: inline; clear:both; margin: 10px;}
.block:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .block {height: 1%;}
.block {display: block;}
/* End hide from IE-mac */

.image_holder {text-align: center;}
	.image_holder img {margin: 0px; display: inline;}
		.image_border {border: 1px solid #ccc; padding: 2px;  }
	.image_holder p {color: #888; margin-bottom: 5px; font-size: 10px !important; line-height: 15px !important;}

.optimize {display: table;}
.left, .Left {float: left; margin-right: 10px}
.main {overflow: hidden; margin: 0px}
.right, .Right {float: right; margin-left: 10px}
.large_image .image_holder{ padding: 10px; margin: 10px; border: 0px solid #999; background-color: #FFF;}
.large_image {clear: both;}
.center img, .Center img, .large_image .Center img, .large_image .center img {
	margin: 0 auto;}
.large_image .Center p, .large_image .center p {
	text-align: center; margin: 0 auto; width: 300px;}


/*table styles*/
table, .table_main { background-color: #fff; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px;}
.table_main1, .table_main_colorless { background-color: #fff; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px;}

.table_main td, .table_main1 td, .table_main th, .table_main1 th  {padding:2px 3px}

.table_main td p { margin:0; padding:0; text-align:left; }
.table_main1 td p { margin:0; padding:0; text-align:left; } 
.table_main_colorless td p { margin:0; padding:0; text-align:left; }

.td_inner, .td_colorless{ border-bottom:1px solid #e5e5e5; padding-top:3px; padding-bottom:3px; line-height:13px; }
.td_inner1, .td_colorl_01 {border-bottom:1px solid #e5e5e5; padding-top:3px; padding-bottom:3px; line-height:13px; color:#000; }
.td_inner2, .td_colorl_02 {background:url(../images/basic/green.gif) no-repeat 0 5px; color:#5ca100; padding-left:10px; border-bottom:1px solid #e5e5e5; border:1px solid #f00; }
.td_inner3, .td_colorl_03 { background:url(../images/basic/red.gif) no-repeat 0 5px; color:#ff5a00; padding-left:10px; border-bottom:1px solid #e5e5e5; }
.td_inner4, .td_colorl_04 {border-top:1px solid #9aa4b3; border-bottom:1px solid #e5e5e5; padding-top:3px; padding-bottom:3px; line-height:13px; color:#73798d;}
table td.td_headerRow, table td.td_header_row{ border-bottom:2px solid #9aa4b3; font-size:12px; padding-top:10px; padding-bottom:10px; }
table td.td_headerCol, table td.td_header_col{color:#000; border-bottom:1px solid #9aa4b3; padding-bottom:3px; padding-top:3px;line-height:13px;}
/*****************************/



/*-------------------------------------------    

    Reset

-------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/*-------------------------------------------    

    Links

-------------------------------------------*/

a, a:visited {
	/* font-size: 11px; */
	text-decoration: none;
	font-weight: normal;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
}
a img {	
	border: none;
}
a, a:active, a:focus {
	outline: none;
}

/*-------------------------------------------    

    General Selectors (Typo: 6 7 8 9 10 11 12 14 18 21 24 36 48)

-------------------------------------------*/

* {
	background-repeat: no-repeat;
}
html {
	font-size: 11px;
} 
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	background: #D4D9DD url(../images/basic/bg-body.gif) no-repeat center top;
	text-align:center;
	line-height: 15px;
}
p, ul, ol, dl { 
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 15px;
}
h1 {
	font: normal 21px/25px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	color: #000;
	background: url(../images/basic/border-h2.gif) repeat-x left bottom;	
	padding-bottom: 5px;
}
h2 {
	font: normal 21px/25px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	color: #000;
	background: url(../images/basic/border-h2.gif) repeat-x left bottom;
	padding-bottom: 5px;	
}
h2 a, h2 a:visited {
	color: #000;
}
h3 {
	color: #FF9900;
	font: normal 12px/20px Georgia, "Times New Roman", Times, serif;
	margin: 5px 0;
}
h4 {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}
label {
	line-height:15px;
	vertical-align:middle;
}
input {
	line-height:15px;
	vertical-align:middle;
}

table {	
	border-spacing: 0; 
	border-collapse: collapse;
	/* tables still need 'cellspacing="0"' in the markup */
}
img {
	display: block;
	}
	p img, span img, table img {
	display: inline;
}
button {
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: transparent;
	text-align:  left;
}
ul, ol {
	margin-left: 20px;
}
select, option, input, textarea {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.noMargin {
	margin: 0 !important;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.noBorder {
	border: none !important;
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.block h1 {
	color: #0066B1;
	font: 32px/38px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0;
	background: none;
	margin-bottom: 8px;
}
.block .autor {
	color: #999999;
	font: italic bold 15px/22px Georgia, "Times New Roman", Times, serif;
	background: transparent url(../images/basic/border-h2.gif) repeat-x scroll left bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.block .antrfileNaslov {
	font: 16px/21px Georgia, "Times New Roman", Times, serif;
	padding: 5px 0 5px 15px;
	margin-left: 8px;
	border-left: 2px solid #999;
	margin-bottom: 0;
	color: #0066B1;
	margin-top: 15px;
}
.block .antrfileText {
	padding-left: 15px;
	margin-left: 8px;
	border-left: 1px solid #999;
	color: #666666;
	margin-bottom: 0;
}
.block p.preamble {
	font: 15px/22px Georgia, "Times New Roman", Times, serif;
	background: transparent url(../images/basic/border-h2.gif) repeat-x scroll left bottom;
	padding-bottom: 10px;
}
hr.delimiter {
	border: 0;
	border-bottom: 1px solid #EBEBEB;
	height: 1px;
	background: #EBEBEB;
	clear: both;
	margin: 0;
}
