body
{
  background-color: #97afd3;
  margin: 0px auto;
  font-family: sans-serif;
  font-size: 11px;
}

table
{
  font-family: sans-serif;
  font-size: 11px;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

img
{
  border: 0;
}

.left_side
{
  width: 199px;
}

.right_side
{  
  width: 253px;
}

.thumb
{
  text-align: center;
  width: 112px;
  height: 112px;
  padding-top: 10px;
  background-color: #d4e0f2;
  border: 1px solid #97afd3;
}

.polje
{
  background-color: #fff;
  padding-left: 2px;
}

.senka_levo
{
  background-image: url(../images/senka_levo.gif);
  background-repeat: repeat-y;
  width: 18px;
  height: 28px;
}

.senka_desno
{
  background-image: url(../images/senka_desno.gif);
  background-repeat: repeat-y;
  width: 18px;
  height: 28px;
}

.title
{
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 15px 15px 20px 15px;
}

.content_area
{
  background-color: #d4e0f2;
  padding-left: 10px;
}

/*      Oblic overlapping tabs      */

ul.obtabs {
    list-style: none;
    margin: 1px 0 -1px 0;
    padding: 0;
    padding-bottom: 50px;
}

ul.obtabs li.first {
    margin-left: 0;
}

ul.obtabs li {
    float: left;
    display: block;
    height: 24px;
    padding-right: 12px;
    margin-left: -5px;
    position: relative;
    background: url(../images/tabright-back.gif) 100% 0 no-repeat;
    border-bottom: 1px solid #bbb8a9;
    white-space: nowrap;
}

ul.obtabs span {
    height: 24px;
    line-height: 24px;
    padding-left: 7px;
    background: url(../images/tableft-back.gif) no-repeat;
}

html>body ul.obtabs span {
    display: block;
}

ul.obtabs li#current {
    z-index: 1;
    font-weight: bolder;
    border-bottom: 1px solid #fff;
    height: 25px;
    background-image: url(../images/tabright.gif);
}

ul.obtabs li#current span {
    background-image: url(../images/tableft.gif);
}

ul.obtabs a {
    text-decoration: none;
}

.rezultati_tabela
{
  border-collapse: collapse;
}

.rezultati_tabela td
{
  border: 1px solid #97afd3;
}

.pregled_tabela td
{
  background-color: #d4e0f2;
  padding-right: 10px;
}
