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

html, body
{
  margin: 0px;
  padding: 0px;
}

body
{
  font-family: "Trebuchet MS", sans-serif;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  color: black;
  background: #00393C url(../images/back_top.jpg) repeat-x top;
}

a, a:link, a:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: darkred;
	text-decoration: none; 
}

a:hover {
  text-decoration: underline;
}


table
{
  border-collapse: collapse;
  padding: 0;
  vertical-align: top;
  text-align: left;
}

tr
{
	padding: 0;
  margin: 0;
}

td
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

table.form td
{
  padding: 3px;
}

.error {
  color: red;
}

.anketa {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

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

tr.banner
{
    height: 140px;
    padding: 0;
    margin: 0;
    background: url(../images/logo.jpg) no-repeat bottom left;
}

tr.banner td
{
    padding: 0;
    margin: 0;
}

tr.menu_bar
{
    height: 33px;
    margin: 0;
    padding: 0;
}


td.sidemenu_bar
{
    width: 200px;
    background: #e7e7e8;
    margin: 0;
    padding: 0;
    text-align: left;
}

td.content2
{
    background: #e7e7e8;
    width: 700px
}

td.content2 form
{
  width: 600px;
}


td.content2 table
{
  width: 600px;
}

.content
{
    position: relative;
    padding: 15px 50px;
    margin: 0;
    background: #e7e7e8;
}

.naslov2, .naslov2 a, .naslov2 a:visited, .naslov2 a:hover 
{
    font-family: "Times New Roman", serif;
    font-size: 20px;
    color: darkred;
    text-decoration: none;
    padding: 5px 0 10px 0;
}

.news_center, .tekst
{
    font-family: "Trebuchet MS", sans-serif;
	  font-size: 14px;
	  color: #666666;
	  line-height: 15px;
}

.news_center img, .tekst img
{
    margin: 5px 10px 5px 10px;
}

.news_date
{
    text-align: left;
    font-size: 10px;
    border: 0;
    color: rgb(62,150,157);
}

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

.news_more, .news_more a, .news_more a:visited, .news_more a:hover
{
    margin-top: 20px;
    text-align: right;
    font-size: 10px;
    border: 0;
    color: rgb(62,150,157);
    text-decoration: none;
}

.news_spacer
{
    height: 30px;
}

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;
}


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

.divlink a
{
    text-decoration: none;
}

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

tr.footer
{
  padding: 0;
	margin: 0;
	height: 33px;
}

td.footer {
	font-family: "Trebuchet MS", sans-serif;
	background: rgb(62,150,157) url(../images/footer.jpg) repeat-x bottom;
  color: black;
	font-size: 11px;
	text-align: center;
	padding: 8px;
}

td.footer a {
  color: black;
	font-size: 11px;
}

td.footer a:hover {
	
}

img
{
    border: 0;
}


.label
{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #019934;
}

.txt_10
{

    font-family: "Trebuchet MS", sans-serif;
    font-size: 11px;
    color:#969495;
    text-decoration: none;
}

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

.galerija 
{
    float: left;
    padding: 5px;
    height: auto;
    width: auto;
    clear: none;
}

.galerija img
{
    display: inline;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 100px;
}

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


/* printit klasa definirana na index.php */

.printit img
{
  margin: 5px 10px 10px 10px;
}


.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;
}
