﻿#stred_bezmenu {
  float: inherit;
  width: 928px;
/*  padding-left: 10px;*/
/*margin-left:5px;*/
/*margin-right:5px;*/
  margin: 0 auto;
  background-color: #f9f8d7;
  border: 1px solid #e7e7c6; 
  
}
#stred_bezmenu div.blok {
  display: block;
  padding: 10px 10px;
}
#stred_bezmenu div.blok h2 {
  color: #0c4c6e;
  font-size: 15px;
  margin: 5px 0;
  text-decoration: underline;
  font-weight: none;
}

#stred_bezmenu div.blok form select {
  float: left;
  margin-right: 5px;
/*  margin-left: 5px;*/
  margin-top: 2px;
  width: 50px;
}

#stred_bezmenu div.blok form p {
  clear: both;
  margin: 2px 0;
}
#stred_bezmenu h1 {
  display: block;
  height: 16px;
  background-color: #f48755;
  color: white;
  text-align: right;
  font-weight: bold;
  padding: 2px 0px;
  padding-right: 10px;
}
#stred_bezmenu h3 {
  display: block;
  height: 32px;
/*  background-color: #f48755;*/
 background-color :#91984f;
  
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 2px 0px;
  padding-right: 10px;
}
#stred_bezmenu div.prispevek {

}
#stred_bezmenu div.prispevek div.obrazek {
  float: left;
  width: 80px;
}
img { border: 0px; } 
#stred_bezmenu .prispevek .text {
  float: left;
  width: 458px;
}
#stred_bezmenu .prispevek .text p {
  text-align: justify;
}
#stred_bezmenu a {
  color:#8b8a64;
  text-decoration: underline;
}
#stred_bezmenu a:hover {
  color: black;
  text-decoration: none;
}
#stred_bezmenu .hr {
  margin-top: 10px;
  margin-left: 34px;
  border-bottom: 1px solid #ced764;
  height: 1px;
  width: 500px;
}

#stred_bezmenu  .test { 
  writing-mode: tb-rl;
  filter: flipv fliph;
}

