
BODY {   

        background-color : #183152;
        margin-bottom : 0px;
        margin-left : 0px;
        margin-right : 0px;
        margin-top : 50px;
		background-image: 
		url('images/background.jpg');
		background-repeat: repeat-x;
        }    

		P, OL,  DIV,  TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color :  #696969;
}

P {
text-decoration:none
}

EM {
	font-weight:bold;
}

/*
LI{
	color:#598abd;
}
*/

H1{
	color: #375D81;
	font-size : 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}

H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color :  #183152;
}

.plava
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color :  #183152;
}

.plava2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color :  #183152;
}


HTML{
	scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-shadow-color: #eeeeee ;
  scrollbar-face-color: #E6E6E6;
  scrollbar-highlight-color: #eeeeee;
  scrollbar-darkshadow-color: #eeeeee;
  scrollbar-3dlight-color: #eeeeee;
}	

a{
	color : #375D81;
	font-family:Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none; 
}

a.glavni{
	color : #375D81;
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-decoration : none; 

}
a:hover{
	color : #183152;
	font-family:Arial, Helvetica, sans-serif;
/*	font-size : 11px; */
	text-decoration:underline;
	
}

a.mislav{
display:block;
height:120px;
}
a.mislav:hover{
display:block;
height:120px;
background-color: #C4D7ED;
text-decoration: none;
}

a.mislav2{
display:block;

}
a.mislav2:hover{
display:block;

background-color: #C4D7ED;
text-decoration: none;
}

a.mislav3{
display:block;
height:510px;
}
a.mislav3:hover{
display:block;
height:510px;
background-color: #C4D7ED;
text-decoration: none;
}


.tablebody {
	width :900px;
	background-color : #E1E6FA;
	
	
}

.tablenews {
	width :197px;
	background-color : #E1E6FA;
	
	
}

.tablelinks {
	border : 1px #001428;
	border-style : dotted none dotted none;
	
	
	
}






TD#body{
	background-color: #E1E6FA;	
	vertical-align : top;
	padding-left : 0px;
	padding-top :0px;
    padding-bottom :15px;
}



TD#right{
	width : 18px;
	background-image : url(images/right.gif);
	background-position : 0;
	background-repeat : repeat-y;
	vertical-align : top;
	
}

TD#news{
	width : 200px;
	vertical-align : top;
	padding : 15px;
	
	
}

TD#news_rows{

	border : 1px #001428;
	border-style : dotted none none none;
	font-size : 10px;
	padding-top : 5px;
	padding-bottom :  5px;
	
}


TD#menutable{
	
	
	border : 1px #001428;
	border-style : none solid none none;
}

TD#images{
	height : 193px;
	
	border : 1px #001428;
	border-style : none solid none none;
	
}

TD#blank{
	height : 20px;
	
	border : 1px #001428;
	border-style : none solid none none;
	
}


TD#menu{
	height : 25px;
	width : 100px;
	border : 1px #001428;
	border-style : none none none dotted;
	padding-left : 5px;
	
}

TD#menu1{
	height : 11px;
/*	width : 100px; */
	border : 1px #001428;
	border-style : none none none solid;
/*	padding-left : 5px; */
	font-size : 10px;
	vertical-align : bottom;
	font-weight : bold;
}


TD#content{

padding : 15px;
vertical-align : top;
border : 1px #001428;
/*	border-style : none dotted none none; */
	
}

TD#links{

width : 130px;
vertical-align : top;
padding-top : 15px;	
}

TD#link_rows{

padding-top : 5px;
padding-right : 2px;
padding-bottom : 5px;
text-align : left;

}
TD#contentxt{

padding-left : 20px;
vertical-align : top;


}

TD#contentxt_row{


vertical-align : top;
border : 1px #001428;
border-style : none none dotted none;
padding-bottom : 5px;
padding-top : 5px;

}

TD#aktualno{


vertical-align : top;

padding : 10px;

}

TD#aktualno1{


vertical-align : top;

padding : 10px;
border : 1px #001428;
border-style : none none dotted none;

}

/****************************************************************/
/*                     thumbnails                               */
/****************************************************************/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50; 
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ABC8E2;
padding: 5px;
border: 1px solid #183152;

left: -1000px;

visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border: 1px solid #183152;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: auto;
left: +100px; /*position where enlarged image should offset horizontally */
}

/****************************************************************/
/*                   dropdown menu                              */
/****************************************************************/

a.sample_attach, a.sample_attach:visited
{
  display: block;
  width:   100px;
  
  padding: 2px 5px;

  background: #E1E6FA;

  color:   #375D81;
  text-decoration:none;
}

a.sample_attach:hover
{
  display: block;
  width:   100px;

  padding: 2px 5px;

  background: #375D81;

  color:   #E1E6FA; 
  text-decoration:none;

}

/****************************************************************/
/*                centriranje slideshowa                        */
/****************************************************************/

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

