body {
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  color: #ffffff;
}
a img {
  border: none;
}
td,th,input,select,p,div {
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
}
input {
  color: #000000;
}
h1,h2,h3,form,input,p {
  margin: 0px;
  padding: 0px;
}
p, span.xinha, div.xinha, p.xinha {
  font-family: Verdana, Arial, helvetica, sans-serif;
  color: #ffffff;
  font-size: 12px;
}
p.h1 {
  font-size: 17px; 
  color: #ffffff;
}
ul {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  list-style-type: disc;
}
.white {
  color: #ffffff;
}
li {
  list-style-type: disc;
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
}
h1,h2,h3 {
  color: #ffffff;
}
a {
  color: #eeeeee;
  text-decoration: underline;
}
a:hover {
  color: #dddddd;
}
h3 {
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
}
h2 {
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
h1 {
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}
h1.title {
  margin-left: 15px;
}
sup {
  font-size: 9px;
}

p.text {
  margin-top: 5px;
}
.copy {
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 9px;
  color: #ffffff;
  text-decoration: none;
}
a.copy:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* 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;
} 
div.news_right {
  border-bottom: 3px solid #ffffff;
  background-color: #dbced3;
  padding: 15px 15px 8px;
}
p.xinha {
  margin-top: 5px;
  margin-bottom: 10px;
}
.xinha {
}
h1.xinha, h2.xinha, h3.xinha {
  margin-top: 10px;
}

div.menubg {
  position: absolute;
  left: 109px;
  top: 75px;
  width: 185px;
  height: 550px;
  border: 2px solid #000000;
  background-color: #1e232b;
  opacity: 0.4; 
  filter: alpha(opacity=40); 
}
div.menu {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 185px;
  height: 550px;
  color: #ffffff;
  padding: 25px 20px;
  font-size: 12px;
}

 ul.nav0 {
   margin: 0px;
   padding: 0px;
   margin-left: 0px;
   padding-left: 2px;
   font-size: 12px;
   line-height: 12px;
   list-style-type: none;
 }
 ul.nav0>li {
   margin: 0px;
   padding: 0px 0px 15px;
   list-style-type: none;
   margin-left: 0px;
   padding-left: 0px;
   color: #ffffff;
   font-weight: normal;
   font-size: 12px;
   line-height: 12px;
 }
 a.nav0 {
   color: #ffffff;
   font-size: 12px;
   margin: 14px 2px 0px; 
   padding: 0px;
   display: block;
   font-family: Verdana, Arial, helvetica, sans-serif;
   text-decoration: none;
 }
 a.nav0:hover {
   text-decoration: underline;
 } 
 a.nav0_chosen {
   color: #ffffff;
   font-size: 12px;
   margin: 14px 2px 0px; 
   padding: 0px;
   display: block;
 }

 a.nav0top {
   color: #ffffff;
   font-size: 14px;
   margin: 0px; 
   padding: 0px 10px;
   font-family: Verdana, Arial, helvetica, sans-serif;
   text-decoration: none;
 }
 a.nav0top:hover {
   text-decoration: none;
   color: #dddddd;
 } 
 a.nav0top_chosen {
   color: #ffffff;
   font-size: 14px;
   margin: 0px; 
   padding: 0px 10px;
   font-family: Verdana, Arial, helvetica, sans-serif;
   text-decoration: none;
 }


 ul.nav1 {
   margin: 0px;
   padding: 0px;
   margin-left: 0px;
   padding-top: 1px;
   padding-left: 2px;
   font-size: 12px;
   line-height: 12px;
   list-style-type: none;
 }
 ul.nav1>li {
   margin: 0px;
   padding: 5px 0px 0px;
   list-style-type: none;
   margin-left: 0px;
   padding-left: 0px;
   color: #ffffff;
   font-weight: normal;
   font-size: 12px;
   line-height: 12px;
 }
 a.nav1 {
   color: #ffffff;
   font-size: 12px;
   padding: 0px;
   margin: 3px 0px 2px 13px;
   display: block;
   text-decoration: none;
 }
 a.nav1:hover {
   text-decoration: underline;
 } 
 a.nav1_chosen {
   color: #ffffff;
   font-size: 12px;
   padding: 0px;
   margin: 3px 0px 2px 13px;
   display: block;
 }
 
h3.yellow, img.yellow {
  border: 1px solid #a38513;
  border: 1px solid #666666;
}
table.tabela {
  background-color: #9b7e14;
}
td.tabela_even {
  background-color: #000000;
  padding: 2px 15px;
}
td.tabela_odd {
  background-color: #272f42;
  padding: 2px 15px;
}

table.kolo_razpredelnica {
  border-collapse: collapse; 
  width: 602px;
  padding: 0px;
  margin:0px;
} 
td.kolo_razpredelnica {
  border: 1px solid #9b7e14;
  border: 1px solid #DDaa77;
  border: 1px solid #333333;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
