@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,latin-ext,cyrillic);
/*@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic&subset=latin,latin-ext,cyrillic);*/
/*@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic&subset=latin,cyrillic,latin-ext);*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic&subset=latin,latin-ext,cyrillic);*/

body {
  background-color: #404040;
  font-family: 'PT Sans', verdana, sans-serif;
  margin: 0;
  padding: 0;
}

.dis {
  display: none;
}

.fixeddis {
  display: table-row;
  height: 1em;
  margin: 0;
  padding: 0;
  border: 0;
}

.fixedbreadcrumbs {
  position: fixed;
  top: 0;
  z-index: 2000;
  background-color: #B2D2B2;
  padding-bottom: 0;
  margin: 0;
  border-right: 1px solid #900;
  border-bottom: 1px solid #900;
  border-top: 1px solid #900;
  opacity: 0.9;
}

.fixedmenu {
  position: fixed;
  top: 1.3em;
  z-index: 2000;
  width: 10em;
}

#kapo {
  width: 100%;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-bottom: 2px solid #900;
  margin: 0;
  text-align: center;
  background-color: #eeeef5;
}

#kapo p {
  font-size: smaller;
}

#kapo h3 {
  text-align: center;
}

#ujo {
  background-color: #B9D9B9;
  border: 2px solid #900;
  margin: 4px;
}

#teksto {
  padding: 6px;
  font-size: 100%;
}

#teksto p {
  text-align: justify;
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
}

#teksto blockquote {
  text-align: justify;
}

.rubric div {
}

table.layout {
  margin: 0;
  border: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  height: 30em; /*???*/
}

.middlecolumn {
  height: 100%;
  vertical-align: top;
  text-align: left;
}

.leftcolumn {
  margin: 0;
  margin-right: 1em;
  border: 0;
  border-top: solid 1px #900;
  border-right: solid 1px #900;
  border-collapse: collapse;
  font-size: smaller;
  padding: 0;
  background-color: #9CB99C;
  height: 100%;
  width: 10em;
  vertical-align: top;
  text-align: left;
}

.rightcolumn {
  margin: 0;
  margin-left: 1em;
  border: 0;
  border-left: solid 1px #900;
  border-collapse: collapse;
  font-size: smaller;
  padding: 0;
  background-color: #9CB99C;
  height: 100%;
  width: 10em;
  vertical-align: top;
  text-align: left;
}

.slogano {
  color: red;
  text-align: right;
  border: 0;
  padding: 0;
  margin: 0;
  margin-right: 2em;
  font-size: 95%;
  font-style: italic;
  font-weight: bold;
  font-family: 'PT Sans', Arial, sans-serif;
}

.nowrap {
  white-space: nowrap;
}

a {
  text-decoration: none;
  /*font-weight: bold;*/
}

a:link {
  color: #0000E0;
}

a:visited {
  color: #0000A0;
}

a[href]:hover {
  color: maroon;
  text-decoration: underline;
}

a[href]:active {
  color: red;
}

a.current:link, a.current:visited, a.current:hover {
  color: gray;
  text-decoration: none;
  border-bottom: dotted 1px gray;
}


.floatleft {float: left;}
.floatright {float: right;}

.center {
  text-align: center !important;
}

.logoleft {
  margin-left: 6px;
  height:120px;
}

.logoright {
  margin-right: 6px;
  height:120px;
}

.logoplace {
  width: 120px;
  vertical-align: middle;
}

.titleplace {
  padding-left: 30px;
  padding-right: 30px;
}

h1,h2,h3,h4,h5 {
  font-weight: bold;
  margin: .5em;
  text-align: left;
}

#teksto h1 {
  font-size: 130%;
  margin: 8px 20px;
}

#teksto h2 {
  font-size: 120%;
  margin: 8px 20px;
}

#teksto h3 {
  font-size: 110%;
  margin: 8px 20px;
}

#teksto h4 {
  font-size: 100%;
  margin: 8px 20px;
}

#teksto h5 {
  font-size: 90%;
}

#piedo {
  text-align: center;
  clear: both;
  margin: 0;
  padding: .2em;
  background-color: #dddddd;
  border-top: 2px solid #900;
  font-size: x-small;
  position: relative;
  z-index: 2500;
}

#piedo p {
  padding: 0;
  margin: 0;
  font-size: smaller;
}


#enhavo {
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
  padding: .5em;
}

#enhavo p, #enhavo li {
  font-size: smaller;
}

#enhavo p {
  text-align: justify;
}

td.breadcrumbs {
  overflow: hidden;
}

div.breadcrumbs {
  font-size: x-small;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  overflow: hidden;
  width: 100%;
  height: 1.3em;
}

.breadcrumbs a {
  font-weight: bold;
  font-style: normal;
}

td.breadcrumbs {
  border-bottom: solid 1px #900;
  border-collapse: collapse;
  background-color: #B2D2B2;
}

div.breadcrumbs span:after {
  content: "»";
  padding: 2px;
}

div.breadcrumbs span.last:after {
  content: '';
}

#leftmenu {
  padding: 4px 0;
}

#leftmenu div div {
  margin: 0 0;
}

#leftmenu a {
  display: block;
  width: 100%;
  padding: 4px 0;
}

#leftmenu a:hover {
  background-color: silver;
  text-decoration: none;
}

#leftmenu a span {
  padding: 0 6px;
}

#leftmenu a div {
  padding: 0 6px;
}

#rightmenu {
  width: 10em;
  padding-right: 4px;
  overflow: hidden;
}

#rightmenu div.title {
  padding: 4px;
}

#rightmenu a {
  display: block;
  width: 100%;
  padding: 4px;
}

#rightmenu a:hover {
  background-color: silver;
  text-decoration: none;
}

#rightmenu a span {
  padding: 0 6px;
}

#rightmenu a.current {
  background-color: #A0A0A0;
  color: navy;
}

#rightmenu a.current:hover {
  color: maroon;
}


div.rubriclist a.current {
  background-color: #A0A0A0;
  color: navy;
}

div.rubriclist a.current:hover {
  color: maroon;
}

#leftmenu hr {
  margin: 0;
  padding: 0;
}

#rightmenu hr {
  margin: 0;
  margin-right: -5px;
  padding: 0;
}

div.dato {
  float: none;
  color: maroon;
  font-style: italic;
  font-size: x-small;
  margin: 0;
}

.rubric div.dato {
  float: left;
  color: #E01010;
  font-size: x-small;
  margin-right: 4px;
  margin-bottom: 4px;
}


a.target {
  background-color: silver;
}

a[target="_blank"] {
  background: url(ekstera.png) 0 center no-repeat;
  padding-left: 12px;
}

a[href^="http://"], a[href^="https://"] {
  background: url(ekstera.png) 0 center no-repeat;
  padding-left: 12px;
}

a[href^="mailto:"] {
  background: url(koverto.png) 0 center no-repeat;
  padding-left: 12px;
}

a[href^="#noto"] {
  margin-left: 3px;
  vertical-align: super;
  font-size: 67%;
}

a[href^="#noto"]:before {
  content: "("
}

a[href^="#noto"]:after {
  content: ")"
}

a.hcc {
  background: none;
  padding-left: 0;
}

#hypercomments_widget svg {
  color: #080808;
  stroke: currentcolor;
}
