
/******************************************************************************/
/************************* CSS za glavnu stranicu******************************/
/******************************************************************************/

html, body
{
    margin: 0px;
    padding: 0px;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table
{
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 100%;
    vertical-align: top;
}

tr
{
	padding: 0;
    margin: 0;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
    margin: 0;
    vertical-align: top;
}


.link-gif{
  margin: 10px 0;
}

.lijeviblok {

	border-top: 1px solid #D5EBFF;
	border-right: 1px solid #D5EBFF;
	border-bottom: 1px solid #D5EBFF;
	border-left: 1px solid #D5EBFF;
}

.lijeviblok a, .lijeviblok a:link, .lijeviblok a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.lijeviblok a:hover {
	color: #FF0000;
	text-decoration: none;
}

.anketa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

.anketa:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

tr.banner
{
    background: url('../images/header-back.jpg') repeat-x;
    vertical-align: top;
}

.banner td
{
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.content
{
    padding: 0 20px 30px 20px;
    text-align: justify;
}

.content td
{
    font-size: 12px;
}

.news_center img
{
    margin: 10px;
}

.news_title
{
    background: #F2F2F2;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    height: 30px;
    border: 1px solid #E2E3E3;
}

.news_date
{
    text-align: left;
    font-weight: bold;
    font-size: 10px;
    border: 0;
    padding-bottom: 20px;
}

.news_autor
{
    text-align: left;
    font-size: 10px;
    border: 0;
    margin-top: 20px;
}

.news_news
{
    padding: 10px 5px;
    border: 1px solid #E2E3E3;
}

.news_more
{
    margin-top: 20px;
    text-align: right;
}

.news_spacer
{
    border: 0;
    height: 10px;
}

td.news_paginate
{
    border: 0;
    height: 20px;
    text-align: right;
    font-weight: bold;
    font-size: 10px;
}

.news_paginate a
{
    font-weight: bold;
    font-size: 10px;
}

.content_right
{
    width: 160px;
    padding: 0 10px 0 0;
}

.content_right a, .content_right a:link, .content_right a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.content_right a:hover {
	color: #FF0000;
	text-decoration: none;
}

.content_right img
{
	border: 0;
}

.divlink
{
    font-size: 10px;
	color: #333333;
}

.divlink a
{
    text-decoration: none;
}

.divlink img
{
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 10px;
}
.footer a {
    color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #FF0000;
}

img
{
    border: 0;
}

a, a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

a:hover {
	color: #FF0000;
}

.label
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #019934;
}

.txt_10
{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#969495;
    text-decoration: none;
}

a.txt_10:hover
{
    color: #DA251C;
    cursor: hand;
    cursor: pointer;
}

div.box
{
    border: 1px solid #666666;
    padding: 10px;
}


/******************************************************************************/
/* ljevi meni na stranici */
/******************************************************************************/
.suckerdiv
{
    padding: 0 0 0 10px;
}

.suckerdiv ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 150px; /* Width of Menu Items */
    border-bottom: 1px solid #F2F2F2;
    font-family: Verdana, sans-serif;
	font: 11px Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
	
.suckerdiv ul li
{
    position: relative;
}
	
.suckerdiv a:visited
{
    color: black;
}
	
/* Sub level menu links style */
.suckerdiv ul li a
{
    display: block;
    /*overflow: auto; /*force hasLayout in IE7 */
    color: black;
    min-height: 20px;
    text-decoration: none;
    /*background: #fff;*/
    padding: 12px 25px 8px 10px;
    border: 0px solid #009A31;
    border-bottom: 1px solid #F2F2F2;
    background-image: url('../images/menu_back1.gif');
    background-repeat: no-repeat;
    background-position: top right;
    
}

.suckerdiv ul li a:hover
{
    background-image: url('../images/menu_back2.gif');
    background-repeat: no-repeat;
    background-position: top right;
    color: black;
}
	
/*Sub level menu items */
.suckerdiv ul li ul
{
    position: absolute;
    width: 170px; /*sub menu width*/
    top: 0;
    visibility: hidden;
}

.suckerdiv ul ul li a
{
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    /*         BOJA GRANICE SVAKE CELIJE          */
    /*            Gornja  Desna   Donja   Lijeva  */
    border-color: #587A8E #587A8E #587A8E #587A8E;
    background: #D7ECFF;
    color: black;
    text-decoration: none;
    /*background: #fff;*/
    padding: 3px 3px 3px 22px;
}

.suckerdiv ul ul li a:hover
{
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    /*         BOJA GRANICE SVAKE CELIJE          */
    /*            Gornja  Desna   Donja   Lijeva  */
    border-color: #000000 #000000 #000000 #000000;
    background: #F2F2F2;
    color: black;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/******************************************************************************/


.fb_box
{
    position: relative;
    padding: 10px;
    background-color: #FFF9D7; 
    border: 1px solid #E2C822; 
    font-size: 10;
}

.fb_box_blue
{
    position: relative;
    padding: 10px;
    background-color: #DFE4EE; 
    border: 1px solid #C6CFE1;
    font-size: 10; 
}

fieldset
{
    padding: 10px;
    border: 1px solid #D5D5D5;
    color: #808080;
	font-family: Tahoma;
	font-size: 11px;
}
