a {
    text-decoration: none; 
    font-size:16px; 
    font-weight:500; 
    font-family:Arial;
}
body {
    background-image: url('items/back.jpg');
}

button{
    width: 150px;
}

.visina {
border: solid 5px red;
width: 90%;
height: auto;
}

.navigacija {
   background-color: lightgoldenrodyellow;
   text-align: center;
   font-size:12px; 
   font-weight:500; 
   font-family:Arial;
   position: fixed;
   top: 1px;
   width: 100%;
   opacity: 0.9;
}

.Meny {
    border: solid 1px black;
    width: 64px;
    height: 64px;
}

.Meny1 {
    border: solid 1px green;
    position: absolute;
    top: 20px;
    left: 70px;
    width: 250px;
}
table {
    border: 1px solid;
    width: 100%;
  }
  th {
    background-color: #04AA6D;
    color: white;
    height:30px;
    text-align: center;
    font-family: "Arial Narrow"; 
    font-style: italic;
    font-size:0.7em;
  }
  td {
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-family: "Arial Narrow"; 
    font-weight: bold; 
    color: #FF9900; 
    font-size:1em;
  }
  tr:hover {background-color:darkred;}

  .vrh {
    position: fixed;
    top: 0px;
    left:0px;
    background:url(items/z1.jpg) repeat;
    width: 100%;
    height: 15px;
  }
  .lijevo {
    position: fixed;
    top: 0px;
    left:0px;
    background:url(items/z1.jpg) repeat;
    width: 15px;
    height: 100%;
  }
  .desno {
    position: fixed;
    top: 0px;
    right:0px;
    background:url(items/z1.jpg) repeat;
    width: 15px;
    height: 100%;
  }
  .dole {
    position: fixed;
    bottom: 0px;
    left:0px;
    background:url(items/z1.jpg) repeat;
    width: 100%;
    height: 15px;
  }
  .desniblok {
    position: relative;
    top: 0px;
    left:0px;
    background-color: white;
    width: 200px;
    height: auto;
    float: left;
    text-align: center;
  }
  .centar {
    position: relative;
    top: 0px;
    left:0px;
    bottom: 5px;
    width: 77%;
    height: 100%;
    float: left;
  }
  .sredina{
    position: absolute;
    top:15px;
    left: 15px;
    width: 90%;
    display: inline-block;
    margin: 0 auto;

  }

  .slika {
    position:relative;
    top: 10px;
    left: 15px;
    width: 150px;
    height: 40px;
  }
  
  .slika:hover {border: darkred solid 2px;}