.clear { clear: both; }

/* na vrhu strani */
#top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  height: 35px;
  min-width: 100px;
  color: #696969;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  background-color: #696969;
  border: 5px solid;
  border-radius: 6px;
  vertical-align: top;
}

#top a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
}

#topMobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  height: 35px;
  min-width: 100px;
  color: #696969;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  background-color: #696969;
  border: 5px solid;
  border-radius: 6px;
  vertical-align: top;
}

#topMobile a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
}

#katalog-kazalo-wrapper{
    margin: 25px 0px 25px 0px;
}

.katalog-kazalo{
    min-width: 100px;
    height: 30px;
    line-height: 30px;      
    background-color: #444;
    border-color: #444;
    color: #444;
    border-width: 5px;
    float: left;
    text-align: center;
    margin: 5px;
    border: 5px solid;
    border-radius: 6px;
    text-align: center;
}

.katalog-kazalo span {
 // display: inline-block;
  vertical-align: middle;
  line-height: normal;  
  display: table-cell;
  text-align: center;
}

.katalog-kazalo:hover{
    background-color: #fff;
    border-color: #fff;
    color: #696969;
}

.katalog-kazalo a{
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #ffffff;
    text-decoration: none;
}

.katalog-kazalo a:hover{
    color: #696969;
}


.watermark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../images/watermark.png) center center no-repeat;
    z-index: 1100;
}

.katalog_podstran {
  //margin: 50px;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
  font-weight: bold;
  color: #444;
}

.katalog_podstran a {
  text-align: left;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  font-weight: normal;
  color: #444;
}

.katalog_podstran ul {
    list-style-type: circle;
    padding: 0px;
    margin-left: 50px;
    margin-top: 0px;
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    font-weight: normal;
}

.k_text{
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    font-weight: normal;    
}

.k_novo{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;  
    color: #ffaa00;
}

.katalog-slika {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-style: normal;
   line-height: 20px;
   font-weight: bold;
   color: #EBF2FE;
   margin: 10px;
}

.katalog {
    float: left;
    width: 230px;
    height: 230px;
    margin: 10px;   
    position: relative;
}



.katalog-naslov{
    position: absolute; 
    bottom: 0; 
    left: 0;
    background-color: #444;
    width: inherit;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    color: #eee;
}

ul.krog {
    list-style-type: circle;
    padding: 0px;
    margin-left: 50px;
    margin-top: 0px;
}	

ul.krog li {
    padding-left: 10px;
}

ul.ponudba {
    list-style-type: circle;
    padding: 0px;
    margin-left: 50px;
    margin-top: -10px;
}	

ul.ponudba li {
    padding-left: 10px;
}

.ponudba
{
    //display: none;
    min-height: 300px;
    //background-color: #eeeeee;
    //margin: 50px 50px 50px 50px;
}

.ponudba-slika
{
    float: right;
}

.ponudba-slika img {
    display: block;
    max-width: 250px;
}

.ponudba-text
{
    margin-right: 300px;
}

.glava-zamik{
    width: 10px;
    height: 50px;
}