body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}
td,th,input,select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
}
a img {
  border: none;
}
h1,h2,h3,form,input,p {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px 0px 0px 2em;
  padding: 0px;
  list-style-type: disc;
}
li {
  list-style-type: disc;
  margin: 0px;
  padding: 0px;
}
a {
/*  color: #006600;*/
  color: #003466;
  text-decoration: underline;
}
a:hover {
/*  color: #009900;*/
  color: #60809d;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 3px;
}
.h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color:#006600;
  text-decoration: none;
}
.brown {
  color: #660000;
}
.blue {
  color: #003466;
}
.green {
  color: #006600;
}
a.green {
  color: #006600;
}
a.green:hover {
  color: #339933;
}
a.blue:hover {
  color: #60809d;
}
.black {
  color: #000000;
}
a.black:hover {
  color: #555555;
}

.index_naslov {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

p.text {
  margin-bottom: 10px;
}
.small {
  font-size: 11px;
}
.courier {
  font-family: 'Courier New', Courier, monospace, mono; 
}
a.nav1 {
  display: block;
  min-height: 17px;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
}
a.nav1:hover {
  color: #006600;
}
a.nav1_chosen {
  display: block;
  min-height: 17px;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #006600;
  color: #fbffcd;
}
a.nav1_chosen:hover {
  color: #ffffff;
}
.right_title {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #006600;
  color: #fbffcd;
}
a.right_title:hover {
  color: #ffffff;
}
.right_titlebrown {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #670001;
  color: #fbffcd;
}
a.right_titlebrown:hover {
  color: #ffffff;
}
.right_titleblue {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #003466;
  color: #fbffcd;
}
a.right_titleblue:hover {
  color: #ffffff;
}
a.index_testi {
  display: block;
  min-height: 17px;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #660000;
}
a.index_testi:hover {
  color: #990000;
}

.find_found {  
}
i.find_found {  
  font-size: 10px;
}

p.novica_text {
  margin-top: 3px;
}
p.novica_link {
  margin-top: 5px;
}
.narocilnica_error {
  color: #990000;
}

td.nenehni_print {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0.8em;  
}
.rel {
  font-size: 0.8em;  
}
td.rel {
  padding: 2px;
  font-size: 0.8em;  
}
th.rel {
  padding: 2px;
  font-size: 0.8em;  
} 
.testi_izpisi {
/* #FFF0E0,#FFE0C0, #996533 */
/* #bee1f3,#e1f1f9, #000000 */
  background-color: #bee1f3; /* #ffcc99; */
  color: #000000;
  border: none;
  padding: 1px 5px 1px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.testi_izpisi_hover {
  background-color: #e1f1f9; /* #996633 */
  color: #000000;
  border: none;
  padding: 1px 5px 1px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

/* magic: because position:fixed; fails to position:static; in IE, we use IE-specific expressions to fix this. */ 
/* but we must set position:absolute;, left and top before this or it won't work. */

div#fixed {
  position: absolute;
  left: 0px; 
  top: 0px; 
  left: expression( ( ignoreMe = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) + 'px' );
  top: expression( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
}
div>div#fixed {
  position: absolute;
  position: fixed;
}
.programvtekstu {
  font-family: "Courier New", Courier, mono;
}
.headline {
  display: block;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}
.left_submit {
  height: 17px; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  border: 1px solid #000000; 
  color: #000000; 
  background-color: #ffffff; 
  text-decoration: underline; 
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}
div.clanki_komentar {
  margin-top: 10px;
  border-top: 1px solid #cccccc;
  overflow-x: hidden;
  width: 420px;
}
div.komentar #mngdb_text_tekst {
  width: 400px;
}

div.blog_main p,div.blog_main h1,div.blog_main h2,div.blog_main h3,div.blog_main h4,div.blog_main h5,div.blog_main td,div.blog_main div,div.blog_main a,div.blog_main span,div.blog_main i,div.blog_main b,div.blog_main font,div.blog_main em {
  font-family: Arial, Helvetica, sans-serif; 
}
div.entry p,div.entry h1,div.entry h2,div.entry h3,div.entry h4,div.entry h5,div.entry td,div.entry div,div.entry a,div.entry span,div.entry i,div.entry b,div.entry font,div.entry em {
  font-size: 13px; 
}
div.blog_main h2 {
  margin-bottom: 10px;
}
div.blog_main p.postmetadata {
  margin-bottom: 10px;
}
div.blog_main #commentform textarea {
  width: 400px;
}
p.postmetadata small a {
  font-size: 11px;
}

p.wordml embed, p.wordml object {
  margin-top: 20px;
}
div.facebook_like { float: right; margin: 0px 0px 10px 20px; }
div.fb-comments { margin-top: 20px; }
