<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.4;
  font-size: 14px;
  position: relative;
}
#cssmenu {
  width: 100%;
}
#cssmenu a {
  line-height: 1.3;
}
/*#cssmenu &gt; ul &gt; li:first-child {
  background: #cacaca;

}
#cssmenu &gt; ul &gt; li:first-child &gt; a {
  padding: 7px 10px;
  background: url(images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  text-align: left;
  font-size: 22px;
  font-weight: 300;
}
#cssmenu &gt; ul &gt; li:first-child &gt; a &gt; span {
  padding: 5px;
}
#cssmenu &gt; ul &gt; li:first-child &gt; p  {
  padding: 35px;
}
#cssmenu &gt; ul &gt; li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}*/
#cssmenu &gt; ul &gt; li {
  background: #253C8A;;
}
#cssmenu &gt; ul &gt; li:hover {
  background: #7995f3;

}
#cssmenu &gt; ul &gt; li &gt; a {
  font-size: 17px;
  display: block;
  background: url(images/pattern.png) top left repeat;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-top: none;
 /* margin-bottom:10px;*/
 
}
#cssmenu &gt; ul &gt; li &gt; a &gt; span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu &gt; ul &gt; li &gt; a:hover {
  text-decoration: none;
}
#cssmenu &gt; ul &gt; li.active {
  border-bottom: none;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a span {
  background: url(images/icon_plus.png) 96% center no-repeat;
}
#cssmenu &gt; ul &gt; li.has-sub.active &gt; a span {
  background: url(images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
/*  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;*/
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
}
#cssmenu ul ul li:last-child {
  /*border-bottom: none;*/
}
#cssmenu ul ul a {
/*  padding: 10px 10px 10px 25px;*/
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}
#cssmenu ul ul a:before {
 /* content: "Â»";*/
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu ul ul a:hover {
  color: #e94f31;
}
.sovetnik {
	height:15px;
	width:100%;
}
.sovetnik_border {
	height:15px;
	width:100%;
	border-bottom:1px solid #FFF;
}
.red_tx {
	margin-right:10px;
	font-size:16px;
	color:#003;
}
.blue_tx {
	font-size:15px;
	color:#104871;
	padding:0 10px 0 10px;
	font-weight:normal;
}
.red_tx {
	font-size:15px;
	color:#104871;
	padding:0 10px 0 10px;
	font-weight:normal;
	text-align:right !important;
}
.main_tx {
	font-size:14px;
	color:#666666;
	padding:5px 10px 5px 10px;
	font-weight:normal;
	text-align:left !important;
}
.black_tx {
	font-size:15px;
	color:#000000;
	padding:0 5px 0 5px;
	font-weight:normal;
}
.blue_tx_naslov {
	font-size:15px;
	color:#104871;
	font-weight:600;
	margin-bottom:10px;
}
.linija {
	height:2px;
	border-bottom:1px solid #98ccf4;
	width:70%;
	margin-left:10px;
}
.prazno {
	height:8px;
}
/* Tables */

table{
	width:100%;
	background:#efefef;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #ecedf1;
	overflow:hidden;
}

h3 + table{
	margin-top:3px;
}

table tr:first-child td:first-child,
table tr:first-child th:first-child{
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
}

table tr:first-child td:last-child,
table tr:first-child th:last-child{
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
}

table tr:last-child td:first-child,
table tr:last-child th:first-child{
	border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
}

table tr:last-child td:last-child,
table tr:last-child th:last-child{
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
}

table td,
table th{
	border:1px solid #ecedf1;
	padding:12px 20px;
	text-align:left;
	transition:background 0.3s;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
}

table tr:hover&gt;td,
table tr:hover&gt;th{
	background:#fff;
}
.nadzoren_ime {
	color:#333;
	font-size:14px;
	font-weight:600;
	margin-left:5px;
}
.nadzoren_pozicija {
	color:#333;
	font-size:13px;
	font-weight:normal;
	margin-left:5px;
}
.belo {
	color:#FFF ;
	font-size:13px;
	font-weight:normal;
	margin-left:5px;
}
.datum {
	color:#000 !important;
	font-size:13px;
	font-weight:bold;
	margin-left:5px;
}
.prazno {
	width:100%;
	background-color:#FFF;
	height:25px;
}
.prazno1 {
	width:100%;
	background-color:#FFF;
	height:15px;
}
.novosti_box {
	background-color:#eeeeef;
	padding:10px 10px 10px 10px;
	border:solid 1px #d8d8d8;
	    min-height: 130px;
}
.novosti_box1 {
	background-color:#f8f9fb;
	padding:10px 10px 10px 10px;
	border:solid 1px #d8d8d8;
	    min-height: 130px;
}
.txt_header {
	font-size:14px;
	color:#FFF;
}


</pre></body></html>