body{
    margin: 0;
    padding: 0;
}

td.pozadina_gore{
background-image: url(slike/4.gif); /* forward slash for the path */
width: 54px; /* use you own image size; */
height: 140px; /* use you own image size; */
background-repeat: repeat-x;
background-position: left top;
vertical-align: top;

}

td.gore1{
background-image: url(slike/1.gif); /* forward slash for the path */
width: 200px; /* use you own image size; */
height: 140px; /* use you own image size; */
background-repeat: no-repeat;
background-position: left top;
vertical-align: top;

}

td.gore2{
background-image: url(slike/2.gif); /* forward slash for the path */
width: 157px; /* use you own image size; */
height: 140px; /* use you own image size; */
background-repeat: no-repeat;
background-position: left top;
vertical-align: top;

}

td.gore3{
background-image: url(slike/3.gif); /* forward slash for the path */
width: 200px; /* use you own image size; */
height: 120px; /* use you own image size; */
background-repeat: no-repeat;
background-position: left top;
vertical-align: top;

}



td.desno{
background-image: url(slike/senka-desno.gif); /* forward slash for the path */
width: 10px; /* use you own image size; */
height: 2px; /* use you own image size; */
background-repeat: repeat-y;
background-position: left top;
vertical-align: top;
}

td.levo{
background-image: url(slike/senka-levo.gif); /* forward slash for the path */
width: 10px; /* use you own image size; */
height: 2px; /* use you own image size; */
background-repeat: repeat-y;
background-position: left top;
vertical-align: top;
}

td.dole{
background-image: url(slike/dole.gif); /* forward slash for the path */
width: 800px; /* use you own image size; */
height: 10px; /* use you own image size; */
background-repeat: repeat-x;
background-position: left top;
vertical-align: top;
}

td.dole_levo{
background-image: url(slike/dole-levo.gif); /* forward slash for the path */
width: 10px; /* use you own image size; */
height: 10px; /* use you own image size; */
background-repeat: no-repeat;
background-position: left top;
vertical-align: top;
}

td.dole_desno{
background-image: url(slike/dole-desno.gif); /* forward slash for the path */
width: 10px; /* use you own image size; */
height: 10px; /* use you own image size; */
background-repeat: no-repeat;
background-position: left top;
vertical-align: top;
}

td.gore{
  	font-family: arial, verdana, sans-serif;
    font-weight:bold;
	font-size: 13px;
    color: #fff;
}

.kontakt{
  	font-family: arial, verdana, sans-serif;
    font-weight: bold;
	font-size: 12px;
    color: #000;
}

.naslov{
  	font-family: arial,, verdana, sans-serif;
    font-weight: bold;
	font-size: 14px;
    color: #000;
    text-align: center;
}

TABLE.tekstovi {
   font-family: Arial, helvetica, sans-serif;
   font-size: 10pt;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   text-align:justify;
   }

   td.glavna {
   	font-family: arial, verdana, sans-serif;
    font-weight: none;
	font-size: 12px;
    color: #000;
    background-color: #fff;
    text-align:justify;
    padding: 5px;
}

   td.tekst {
   	font-family: arial, verdana, sans-serif;
    font-weight: none;
	font-size: 12px;
    color: #000;
    background-color: #fff;
    text-align:justify;
    padding: 20px;
    background-image: url(slike/logo-poz.jpg); /* forward slash for the path */
    background-repeat: no-repeat;
    background-position: right top;
    vertical-align: top;
}

   td.meni_gore {
   	font-family: arial, verdana, sans-serif;
    font-weight: bold;
	font-size: 12px;
    color: yellow;
    background-color: #902225;
    text-align:center;
    padding: 10px;
    vertical-align: center;
}

   td.meni_glavni {
    background-image: url(slike/meni_gradijent.gif);
    background-repeat: repeat-y;
}




.menu {
z-index:1000;
font-size:90%;
/*margin:25px 0 50px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:200px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background-image: url(slike/meni_gradijent.gif);
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block;
text-decoration:none;
font-family: arial, verdana, sans-serif;
font-weight: bold;
height:25px;
line-height:25px;
width:199px;
color:#fff;
font-size:12px;
text-indent:5px;
border:0px solid #fff;
border-width:0px 0px 1px 0px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
  background-image: url(slike/meni_gradijent.gif);
  text-decoration: none;
  width:200px;
  w\idth:199px;
  }
/* style the link hover */
* html .menu a:hover {
  color:yellow;
  font-weight: bold;
  text-decoration: underline;
  background: #e71e25;
  }

.menu :hover > a {
color:yellow;
font-weight: bold;
text-decoration: underline;
background-image: url(slike/meni_gradijent.gif);
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:200px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

img.malaslika {
   border-color:#000000;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;
   border-top: 1px solid #000000;
   border-bottom: 1px solid;
   margin: 14px;
 }







