body {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px; 
  background-color: #ffffff;
}
a img {
  border: none;
}
td,th,input,select,p,div {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
h1,h2,h3,form,input,p {
  margin: 0px;
  padding: 0px;
}
p, span.xinha, div.xinha, p.xinha {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #464646;
  text-decoration: none;}
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-left: 15px;
  padding-left: 0px;
  padding-top: 2px;
}
h1,h2,h3 {
  color: #6f6f6f;
}
a {
  color: #6f6f6f;
  text-decoration: underline;
}
a:hover {
  color: #929292;
}
h3 {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
}
h2 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
h1 {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
}
h1.title {
  margin-left: 15px;
}
sup {
  font-size: 9px;
}

a.nav0 {
  display: block;
  color: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  text-decoration: none;
  height: 14px;
  font-weight: bold;
}
a.nav0:hover {
  color: #ffa400;
  text-decoration: none;
}

a.nav1 {
  display: block;
  color: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  text-decoration: none;
  height: 14px;
}
a.nav1:hover {
  color: #ffa400;
  text-decoration: none;
}
p.text {
  margin-top: 5px;
}
.copy {
  font-family: Verdana, 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;
} 
p.grey {
  color: #333333;
}
a.reference {
  color: #ff6600;
}
a.reference:hover {
  color: #ee5500;
}
div.news_right {
  border-bottom: 3px solid #ffffff;
  background-color: #dbced3;
  padding: 15px 15px 8px;
}
div.current_path {
  background-color: #ffffff;
  text-align: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #7a7a7a;
}
div.current_path a{
  color: #7a7a7a;
  text-decoration: none;
}
div.current_path a:hover{
  color: #a80e29;
  text-decoration: underline;
}
div.info {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #676767;
}
div.nav0entry {
  width:150px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  background-color: #dddddd;
  text-align:left;
}
div.nav0entry a{
  color: #636363;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
}
div.nav0entry a:hover {
  color: #a80e29;
  text-decoration: underline;
}

a.nav1entry {
  color: #727272;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
}
a.nav1entry:hover {
  color: #a80e29;
  text-decoration: underline;
}
a.nav1entry_selected {
  color: #a80e29;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
}

a.nav2entry {
  color: #727272;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
}
a.nav2entry:hover {
  color: #a80e29;
  text-decoration: underline;
}
a.nav2entry_selected {
  color: #a80e29;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
}

p.xinha {
  margin-top: 5px;
  margin-bottom: 10px;
}
.xinha {
  text-align: justify;
}
h1.xinha, h2.xinha, h3.xinha {
  margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #a80e29;
	display: block;
}
h1.xinha {
	font-size: 13px;
}
h2.xinha, h3.xinha {
	font-size: 11px;
}

.xinha span {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #a80e29;
  text-decoration: none; 
}

.xinha a {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #a80e29;
  text-decoration: underline;
}

.txtr_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #a80e29;
	display: block;
}

.txtr_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #a80e29;
	display: block;
}

.txtr_red:hover{
	color: #a80e29;
}
.txtr_body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #7a7a7a;
	text-align:left;
}
.txtr_top {
	font-family:Times New Roman;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: #a80e29;
}
a.txtr_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #a80e29;
	text-align: right;
	display: block;
}
a.txtr_link_archive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #a80e29;
	text-align: center;
	display: block;
  margin-bottom: 10px;
}
.podnapis {
  font-size: 9px;
  font-style: italic;
  margin-bottom: 5px;
  text-align: center; 
}
div.listing, div.listing a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
div.listing a {
  color: #a80e29;
}

.trgovina_kat_izdelki { position: relative; height: 70px; }
.trgovina_kat_izdelki a.img { position: absolute; left: 0px; top: 0px; }
.trgovina_kat_izdelki a.name { position: absolute; left: 70px; top: 0px; color: #a80e29; font-weight: bold; text-decoration: none; }

.submit_btn { border: 1px solid #888888; color: #a80e29; background-color: #ffffff; font-weight: bold; margin-top: 15px;}