/* CSS RESET & GLOBALS */
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, font, img, ins, kbd, q, s, samp, small, strike, 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; }


@font-face {
    font-family: 'robotoregular';
    src: url('font/roboto-regular-webfont.eot');
    src: url('font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto-regular-webfont.woff') format('woff'),
         url('font/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('font/RobotoCondensed-Bold-webfont.eot');
    src: url('font/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('font/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('font/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('font/RobotoCondensed-Regular-webfont.eot');
    src: url('font/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('font/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('font/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('font/roboto-bold-webfont.eot');
    src: url('font/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto-bold-webfont.woff') format('woff'),
         url('font/roboto-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	background: url(img/bg-main.jpg) top repeat-x;
	margin:0; padding:0; font-family: Arial, Helvetica, Sans-Serif; font-size: 13px;
}

body.sub {
	background: url(img/bg-sub2.jpg) top repeat-x;
	margin:0; padding:0; font-family: Arial, Helvetica, Sans-Serif; font-size: 13px;
}

p {
	text-align: justify;
	padding-bottom: 10px;
}

#wrapper {
	position: center;
}

#center {
	width: 980px; 
	margin: 0 auto;
}

.header {
	width: 980px;
}

.logo {
	float: left;
	margin-top: 25px;
}

.logo img {
	float: left;
}

.rh {
	font-family: 'roboto_condensedbold', Arial, Sans-serif;
	font-size: 19px;
	color: #000;
}

.opis {
	color: black;
	font-size: 19px;
	font-family: 'roboto_condensedregular', Arial, Sans-serif;
}


.logo_natpis {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

#search {
	width: 347px;
	background: url(img/search.jpg) no-repeat;
	float: right;
	margin: 50px 0 0 0;
}

.searchbox {
	background: none;
	float: left;
	height: 34px;
	width: 280px;
	border: none;
	font-size: 14px;
	color: #097aba;
	padding: 5px 0 5px 15px;
}

.searchbutton {
	background: none;
	padding: 0;
	margin: 0;
	float: right;
	border: none;
	width: 50px;
	height: 44px;
	cursor: pointer;
}

.header_menu_wrapper {
	float: right;
}

.header_menu {
	font-size: 14px;
	font-family: 'robotoregular', Arial, Sans-serif;
	margin-top: 6px;
	float: left;	
} 

.header_menu li {
	display: inline;
	padding: 0 10px;
	border-left: 2px solid #c5eaff;	
}

.header_menu li.first {
	border-left: none;	
}

.header_menu li a {
	color: #c5eaff;
}

.header_menu li a:hover {
	color: #fff;
}

.header_menu_lang {
	font-size: 14px;
	font-family: 'robotoregular', Arial, Sans-serif;
	float: left;	
}

.header_menu_lang a {
	color: #c5eaff;
    float: left;
    line-height: 13px;
    padding: 10px 0 13px 0;
    text-align: center;
    text-transform: uppercase;
    width: 42px;	
}

.header_menu_lang a:hover {
	color: #097aba;
	background: #dddddd;
}

.header_menu_lang a.active {
	color: #097aba;
	background: #fff;
}

/* Main */

.main_menu {
	width: 980px;
	float: left;
	margin-top: 52px;
}

.main_menu_sub {
	width: 980px;
	height: 46px;
	float: left;
	margin-top: 30px;
	font-family: 'robotoregular', Arial, Sans-serif;
	font-size: 15px;
	text-transform: uppercase;	
}

.main_menu_sub ul li {
	display: inline;
	list-style: none;
	padding: 0 2px 0 0;
	float: left;
}

.main_menu_sub ul li a {
	color: #000;
	padding: 10px 18px;
	display: block;
}

.main_menu_sub ul li a:hover {
	color: #fff;
	background: url(img/mainmenu-hover.jpg) repeat-x 0 0;
}

.main_menu_sub ul li a.active {
	color: #fff;
	background: url(img/mainmenu-hover.jpg) repeat-x 0 0;
}

.cert {
	background: url(img/cert.jpg) no-repeat;
	height: 93px;
	width: 203px;
	display: block;
	text-align: right;
	border: 3px solid #b7b7b7;
	color: #e2e2e2;
	font-size: 26px;
	line-height: 30px;
	padding: 130px 20px 0 0;
	float: left;
	
	font-family: 'roboto_condensedbold',Arial,Sans-serif;	
}

.zastita {
	background: url(img/kriptografska-zastita.jpg) no-repeat;
	height: 93px;
	width: 203px;
	display: block;
	text-align: right;
	border: 3px solid #b7b7b7;
	color: #e2e2e2;
	font-size: 26px;
	line-height: 30px;	
	padding: 130px 20px 0 0;
	float: left;
	margin-right: 21px;
	font-family: 'roboto_condensedbold',Arial,Sans-serif;	
}

.akreditacija {
	background: url(img/sigurnosna-akreditacija.jpg) no-repeat;
	height: 93px;
	width: 203px;
	display: block;
	text-align: right;
	border: 3px solid #b7b7b7;
	color: #e2e2e2;
	font-size: 26px;
	line-height: 30px;	
	padding: 130px 20px 0 0;
	float: left;
	margin-right: 21px;
	font-family: 'roboto_condensedbold',Arial,Sans-serif;	
}

.sigurnost {
	background: url(img/standardi-sigurnosti.jpg) no-repeat;
	height: 93px;
	width: 203px;
	display: block;
	text-align: right;
	border: 3px solid #b7b7b7;
	color: #e2e2e2;
	font-size: 26px;
	line-height: 30px;	
	padding: 130px 20px 0 0;
	margin-right: 21px;
	float: left;
	font-family: 'roboto_condensedbold',Arial,Sans-serif;
}

.cert:hover, .zastita:hover, .akreditacija:hover, .sigurnost:hover {
	border: 3px solid #ffffff;
	color: #fff;	
}

/* main sub */

.cert_sub {
	background: url(img/cert.jpg) no-repeat;
	height: 73px;
	width: 203px;
	display: block;
	text-align: right;
	border: 3px solid #b7b7b7;
	color: #e2e2e2;
	font-size: 26px;
	line-height: 30px;
	padding: 30px 20px 0 0;
	float: left;
	margin-right: 21px;
	font-family: 'robotoregular', Arial, Sans-serif;	
}

.zastita_sub {
	background: url(img/kriptografska-zastita.jpg) no-repeat;
	height: 73px;
	width: 203px;
	display: block;
	text-align: right;
	border: 3px solid #b7b7b7;
	color: #e2e2e2;
	font-size: 26px;
	line-height: 30px;	
	padding: 30px 20px 0 0;
	float: left;
	margin-right: 21px;
	font-family: 'robotoregular', Arial, Sans-serif;	
}

.akreditacija_sub {
	background: url(img/sigurnosna-akreditacija.jpg) no-repeat;
	height: 73px;
	width: 203px;
	display: block;
	text-align: right;
	border: 3px solid #b7b7b7;
	color: #e2e2e2;
	font-size: 26px;
	line-height: 30px;	
	padding: 30px 20px 0 0;
	float: left;
	margin-right: 21px;
	font-family: 'robotoregular', Arial, Sans-serif;	
}

.sigurnost_sub {
	background: url(img/standardi-sigurnosti.jpg) no-repeat;
	height: 73px;
	width: 203px;
	display: block;
	text-align: right;
	border: 3px solid #b7b7b7;
	color: #e2e2e2;
	font-size: 26px;
	line-height: 30px;	
	padding: 30px 20px 0 0;
	float: left;
	font-family: 'robotoregular', Arial, Sans-serif;
}

.cert_sub:hover, .zastita_sub:hover, .akreditacija_sub:hover, .sigurnost_sub:hover {
	border: 3px solid #ffffff;
	color: #fff;	
}

.cert_sub.active, .zastita_sub.active, .akreditacija_sub.active, .sigurnost_sub.active {
	border: 3px solid #ffffff;
	color: #fff;	
}


.bread_crumbs {
	float:left;
	margin-top: 30px;
	width: 980px;
	font-family: 'robotoregular', Arial, Sans-serif;
	font-size: 12px;
	line-height: 20px;

}

.bread_crumbs a {
 	color: #1A569C;
}

.bread_crumbs a:hover {
 	color: #000;
}

/* left content */

.left_content {
	float: left;
	margin-top: 50px;
	width: 680px;
	font-family: 'robotoregular', Arial, Sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.sub .left_content {
	margin-top: 30px;
}

.sub .right_content {
	margin-top: 25px;
}

.left_content a {
	color: #097aba;
}

.left_content a:hover {
	color: #000;
}

.left_content ul {
	margin-bottom: 10px;	
}

.left_content ul li {
	list-style: none;
	background: url(img/dot.jpg) no-repeat 0px 6px;
	padding: 0 0 0 14px;
}

.left_content h1 {
	text-transform: uppercase;
	color: #212020;
	font-size: 22px;
	font-family: 'roboto_condensedregular', Arial, Sans-serif;
	margin-bottom: 20px;
}

.news_big {
	width: 640px;
	height: 70px;
	background-color: #097aba;
	padding: 10px 20px 30px 20px;
	color: #fff;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}

.news_big h1 a {
	font-family: 'roboto_condensedbold', Arial, Sans-serif;
	color: #fff;
	text-transform: none;
	font-size: 20px;
	line-height: 22px;
}

.news_big h1 a:hover {
	color: #000;
}

.news_big span {
	font-family: 'robotoregular', Arial, Sans-serif;
	font-size: 14px;
	margin-top: 20px;
	float: left;
	position: absolute;
	bottom: 5px;
	left: 20px;	
}

.news_big .first {
	float: left;
	width: 215px;
	height: 75px;
	border-right: 3px solid #fff;
}

.news_big .second {
	margin-left: 20px;
	width: 400px;
	float: left;
	font-size: 13px;
	line-height: 16px;
	font-family: 'robotoregular', Arial, Sans-serif;
	text-align: justify;	
}

.news_regular {
	width: 640px;
	height: 70px;
	background: url(img/news-bg.jpg) repeat-y;
	padding: 10px 20px 30px 20px;
	color: #000;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.news_regular h1 a {
	font-family: 'roboto_condensedbold', Arial, Sans-serif;
	color: #fff;
	text-transform: none;
	font-size: 20px;
	line-height: 22px;
}

.news_regular h1 a:hover {
	color: #000;
}

.news_regular span {
	font-family: 'robotoregular', Arial, Sans-serif;
	font-size: 14px;
	margin-top: 20px;
	float: left;
	position: absolute;
	bottom: 5px;
	left: 20px;	
	color: #fff;
}

.news_regular .first {
	float: left;
	width: 215px;
	height: 65px;
}

.news_regular .second {
	margin-left: 20px;
	width: 400px;
	float: left;
	font-size: 13px;
	line-height: 16px;
	font-family: 'robotoregular', Arial, Sans-serif;
	text-align: justify;	
}

/* right content */

.right_content {
	float: left;
	margin-top: 45px;
	margin-left: 20px;
	width: 280px;
	margin-bottom: 20px;
}

.right_content h1 {
    color: #212020;
    font-family: 'roboto_condensedregular',Arial,Sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

.right_content div {
	font-family: 'robotoregular', Arial, Sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;	
}

.right_content li {
	list-style: none;
	margin-bottom: 5px;
}

.right_content li a {
	color: #000;
}

.right_content li a:hover {
	color: #097aba;
}


.dokumenti li {
	list-style: none;
	background: url(img/icon-dokument.png) no-repeat 0 0;
	padding: 0 0 0 25px;
	margin-bottom: 10px;
	font-family: 'robotoregular', Arial, Sans-serif;
	font-size: 14px;
	line-height: 20px;		
}

.dokumenti li a {
	color: #000;
}

.dokumenti li a:hover {
	color: #097aba;
}

.istaknuto li {
	list-style: none;
	background: url(img/icon-istaknuto.png) no-repeat 0 0;
	padding: 0 0 0 25px;
	margin-bottom: 10px;
	font-family: 'robotoregular', Arial, Sans-serif;
	font-size: 14px;
	line-height: 20px;		
}

.istaknuto li a {
	color: #000;
}

.istaknuto li a:hover {
	color: #097aba;
}

.prijava_incidenata li {
	list-style: none;
	background: url(img/icon-prijava.png) no-repeat 0 0;
	padding: 0 0 0 25px;
	margin-bottom: 10px;
	font-family: 'robotoregular', Arial, Sans-serif;
	font-size: 14px;
	line-height: 20px;		
}

.prijava_incidenata li a {
	color: #000;
}

.prijava_incidenata li a:hover {
	color: #097aba;
}

.korisni_linkovi li {
	list-style: none;
	background: url(img/icon-linkovi.png) no-repeat 0 0;
	padding: 0 0 0 25px;
	margin-bottom: 10px;
	font-family: 'robotoregular', Arial, Sans-serif;
	font-size: 14px;
	line-height: 20px;		
}

.korisni_linkovi li a {
	color: #000;
}

.korisni_linkovi li a:hover {
	color: #097aba;
}

.news_wrapper {
	margin-bottom: 20px;
}

/* footer */

.footer {
	background: url(img/footer-bg.jpg) repeat-x top #f3f3f3;
	min-height: 170px;
}

.footer_wrapper {
	margin: 0 auto;
	width: 980px;
}

.list {
	margin-top: 20px;
	float: left;
	width: 232px;
	margin-left: 14px;
}

.list_first {
	margin-top: 20px;
	float: left;
	width: 229px;
	margin-left: 0;
}

.list h1, .list_first h1 {
	font-family: 'roboto_condensedbold',Arial,Sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 20px;	
}

.list li, .list_first li {
	list-style: none;
	color: #5b5b5b;
	line-height: 20px;
}

.list li a, .list_first li a {
	color: #5b5b5b;
	font-family: 'robotoregular', Arial, Sans-serif;
	font-size: 14px;	
}

.list li a:hover, .list_first li a:hover {
	color: #000;	
}

.footer_copyright {
	background-color: #222222;
	min-height: 100px;
}

.footer_copyright_wrapper {
	margin: 0 auto;
	width: 980px;
	text-align: center;
	color: #fff;
	font-family: 'robotoregular', Arial, Sans-serif;
	font-size: 14px;
	padding-top: 30px;	
	
}

.sub_menu {
    background-color: #ebebeb;
    margin: 0 auto 0;
    width: 980px;
    float: left;
}

.sub_menu ul {
	font: 15px 'RobotoRegular',Arial,sans-serif;
    list-style: none;
    margin: 0;
    padding: 14px 5px 12px 25px;
}

.sub_menu ul li {
    border-left: 1px solid #000;
    display: block;
    float:left;
    margin-bottom:10px;
}

.sub_menu ul li.first {
	display: inline;
	border-left: none;
}

.sub_menu ul li.first  a {
	padding-left:0;
}

.sub_menu ul li a {
    color: #000;
    padding: 0 15px 0 22px;
}

.sub_menu ul li a:hover {
    color: #1A569C;
}

.sub_menu ul li a.active {
    color: #1A569C;
}

.content {
	float: left;
	margin-top: 80px;
	width: 680px;	
}

.table { border: 1px solid #CCC; border-collapse: collapse; font-size: 16px }

.table td { border-bottom: 1px solid #CCC; border-left: 1px solid #CCC; padding: 8px; }

.table .table_title, .table .table_title td { background: #EEEEEE; }

.table strong { color: #353333; }


/* GLOBAL */
h1 {

}

h2 {
	color: #097aba;
 	font-family: 'roboto_condensedregular',Arial,Sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}

h3 {
	color: #000;
 	font-family: 'roboto_condensedregular',Arial,Sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h4 {
	color: #000;
 	font-family: 'roboto_condensedregular',Arial,Sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

hr {
	color: #b3b3b3;
	background-color: #b3b3b3;
	height: 1px;
	border: 0;
	margin: 20px 0 20px 0;	
}


a  {
	text-decoration: none;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

.form_table td { padding: 7px 0; }

.form_input{width:250px;}

.form_select{width:254px;}

.faqPitanje {
    color: #097ABA;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 15px;
}

.faqPitanje span {
    font-weight: normal;
}


.pages {
    float: left;
    left: 50%;
    padding: 20px 0 0;
    position: relative;
}
.pages_in {
    float: left;
    font-size: 11px;
    left: -50%;
    position: relative;
}
.pages a {
    background: none repeat scroll 0 0 #dddddd;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px 10px;
}
.pages a:hover {
    background: none repeat scroll 0 0 #cccccc;
    color: #1A5AA2;
}
.pages a.active {
    background: none repeat scroll 0 0 #1A5AA2;
    color: #FFFFFF;
    cursor: default;
}
.pages a span {
    cursor: pointer;
}

.red_background{
	background-color: #ba093c;
}