@charset "utf-8";
/* CSS Document */
/*
----------------------------------------------- 
xxx CSS 
Author: nivas
URL: http://www.nivas.hr/
Updated: xx/xx/xxxx         
----------------------------------------------- */


/* =Normalize
----------------------------------------------- */
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,
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;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/*=typopraphy
----------------------------------------------- */
body {
font-family:Tahoma, Geneva, sans-serif;
font-size:12pt;
line-height:1.8em;
color:#000;
}

body strong { font-weight:bold; }
body em { font-style:italic; }

a,
a:link { color:#333; text-decoration:none; }
a:hover { color:#333; }
a:active { color:#333; }
a:focus { color:#333; }

h1 { font-size:16pt; margin:12px 0; text-transform:uppercase; }
h2 { font-size:15pt; margin:12px 0; }
h3 { font-size:14pt; margin:12px 0; }
h4 { font-size:13pt; margin:12px 0; }
h5 { font-size:12pt; margin:12px 0; text-transform:uppercase; }
h6 { font-size:11pt; margin:12px 0; }

h6.office_name { font-size:15pt; }


dl { margin:12px 0; } 
p { margin:12px 0; }
ul { list-style:disc inside; margin:12px; }


li.extra,
p.lnk_bt { display:none; }




/* =General
----------------------------------------------- */


.branding .nav_clasik, 
.nav_main, 
.nav_sec, 
.branding .search, 
.breadcrum, 
.footer .cont, 
.footer a span,
.footer .end a,
.vcard, 
.vevent, 
#load,
.meni_sidebar{
	display:none;
}






/* branding */
.branding {
	padding-bottom:20px;
}
.branding h1.logo {
	display:none;
}
.branding img.logo_print {
	display:block;
	margin-top:20px;
}

/* content */

.content a.right_link,
.content .pager,
.content a.more,
.content a.free_cat,
.home .box3_alt,
.content .pager,
.intro h1 span {
	display:none;
}
.content .news_home {
	padding:15px 0;
	border-top:#000 1px solid;
	border-bottom:#000 1px solid;
}
.content .n_wraper {
	border-top:#000 1px solid;
	padding-top:10px;
}
.content .news_home .wrap_photo,
.content .n_wraper .wrap_photo {
	float:left;
	width:100px;
}
.content .news_home p,
.content .news_home ul,
.content .news_home ol,
.content .news_home dl,
.content .news_home h1,
.content .news_home h2,
.content .news_home h3,
.content .news_home h4,
.content .news_home h5,
.content .news_home h6,
.content .n_wraper p,
.content .n_wraper ul,
.content .n_wraper ol,
.content .n_wraper dl,
.content .n_wraper h1,
.content .n_wraper h2,
.content .n_wraper h3,
.content .n_wraper h4,
.content .n_wraper h5,
.content .n_wraper h6 {
	padding-left:120px;
}
.content .n_wraper p.date {
	font-size:9pt;
	line-height:15px;
	float:right;
}
.content ul.ref_list {
	list-style:none;
}



/* footer */
.footer {
	margin-top:40px;
	padding-top:10px;
	border-top:#000 2px solid;
	position:relative;
}
.footer ul {
	list-style:none;
	margin:0 0 12pt 0;
}
.footer .iso {
	text-align:right;
	width:200px;
	float:right;
	margin-top:-135px;
}
.footer .end {
	clear:both;
	float:left;
	height:30px;
	margin:15px 0;
	width:100%;
}
.footer ul em {
	font-style:normal;
}
