/* SAJT DIZAJN -------------------------------------------*/
#logo {
	background: url(../images/logo.gif) no-repeat;
}
#header1 {
	position: relative;
	background: url(../images/header1.jpg) no-repeat;
}
#header1_en {
	position: relative;
	background: url(../images/header1_en.jpg) no-repeat;
}
#header2 {
	position: relative;
	background: url(../images/header_manji.jpg) no-repeat;
}
#header2_en {
	position: relative;
	background: url(../images/header_manji_en.jpg) no-repeat;
}
#sadrzaj_iznad {
	background: url(../images/content_top.gif) no-repeat left top;
}
#sadrzaj {
	background: url(../images/content_bg.gif) repeat-y left top;
}
#meni_obavjestenja {
	float: left;
	height: 70px;
	width: 298px;
	background: url(../images/separator_poziv.gif) no-repeat left top;
}
#meni_obavjestenja1 {
	float: left;
	height: 70px;
	width: 275px;
	margin-right: 20px;
	/* background-color: red; */
}
#meni_lijevo {
	float: left;
	/* min-height:200px; */
	/* backgrund-color: red; */
}

#sablon_pocetna_okvir {
	/* background: url(../images/sablon_pocetna_bg.gif) repeat-y left top; */

	/* background-color:#6495ed; */
	/* border:1px solid #0000ff; */
}
#sablon_pocetna_iznad {
	/* background: url(../images/sablon_pocetna_iznad.gif) no-repeat left top; */
}
#sablon_pocetna_ispod {
	padding-left: 22px;
	padding-bottom: 30px;

	/* background: url(../images/sablon_pocetna_ispod.gif) no-repeat left bottom; */
}
#tekst_stil {
	text-align: justify;
}
#tekst_stil a{
	color: #800000;
	font-size: 14px;
	text-decoration: none;
}
#tekst_stil a:hover{
	color: #000000;
}
#pretraga {
	position: absolute;
    top: 30px;
    left: 87px;
	height: 34px;
	width: 293px;
	background: url(../images/pretraga_bg.png) no-repeat left top;
	/* background-color:red; */
}
#pretraga2 {
	position: absolute;
    top: 40px;
    left: 87px;
	height: 34px;
	width: 293px;
	background: url(../images/pretraga_bg.png) no-repeat left top;
	/* background-color:red; */
}
INPUT.pretraga_polje {
    WIDTH: 240px;
    HEIGHT: 22px;
    margin-left: 8px;
    margin-top: 5px !important;
    FONT-SIZE: 12pt;
    FONT-FAMILY: Arial;
    background: transparent;
    border: none;
}
.pretraga_dugme {
	top: -5px;
	right: 1px;
	position: absolute;
    background: url(../images/pretraga_dugme.png) no-repeat;
    cursor: pointer;
    border: none;
    width: 33px;
    height: 30px;
    margin-top: 7px;
}
#logovanje {
	float: right;
	margin-right: 25px;
	height: 48px;
	width: 705px;
	/* background-color:red; */
}
.footer_firme_naslov {
	margin: 10px 20px 20px 20px;
	padding-bottom: 10px;
	color: #dbdbdb;
	font-size: 20px;
	border-bottom: 2px solid #b6b6b6;
}
/* NEWSLETER
--------------------------------------------------- */
.newsletter {
    background: #F8F8F8;
    text-align: center;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

#newsletter_poruka {
	color: #000000;
	font-size: 16px;
	margin-bottom: 10px;
	display: none;
}

#newsletter p {
	display: inline-block;
    height: 40px;
    padding: 15px 10px 0 0;
    font-size: 20px;
    color: #e4e4e4;
}

#newsletter input {
	display: inline-block;
    height: 40px;
    width: 250px;
	padding: 0 10px 0 10px;
	border-radius: 0;
    box-shadow: none;
    border-color: #777777;
}

#newsletter button {
	display: inline-block;
    background: #e49c36;
    border: none;
    color: white;
    text-shadow: 0 1px #373737;
    width: 40px;
    height: 38px;
    text-align: center;
}

/* -------------------------------------------- */