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

Filename: core.css
Author : Nikola Vulicevic, www.edizajn.com
License: Copyright 2009, eDizajn, All Rights Reserved.

Color scheme

background: #fef8f3
narandzasta: #e67817

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

body {
	/*background: #fdf0e7;*//*  by Gagacar*/
	background: #ffffff;/******************* OVO JE BILO *******/
	/* background: #FFFFFF url(../img/bg1.jpg) repeat-x;   OVO SAM UBACIO  */
	/*color: #666666;										  OVO SAM UBACIO  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	line-height: 1.3em;
	text-align: justify;
	color: #333;
}

h1 {
	color:#e67817;
	margin-bottom: 15px;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

h2 {
	color: #e67817;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

a:focus, a:active {
  outline: none;
}

a:hover {
	color: #e67817;
}

a {
	color:#666;
}

.float_left  { float:left; }
.float_right { float:right; }
.clear_left  { clear:left; }
.clear_right { clear:right; }
.clear_both  { clear:both; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix { height:1%; }

.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.minh {
	min-height: 400px;
	height:auto !important;
	height:400px;
}

#wrapper {
	background-color:#FFF;
	margin: 0 auto;
	position: relative;
	width: 973px;
	left: -1px;
	top: -2px;
}

#header {
	height: 127px;
	position: relative;
}

#logolevo /*  by Gagacar*/
{
    width: 256px;
	height: 105px;
	position: absolute;
	left: 20px;
	top: 11px;
}
#logo {
	background:#ffffff url(../img/logo.png) no-repeat;
	
	width: 256px;
	height: 105px;
	position: absolute;
	left: 712px;
	top: 11px;
}

#menu_linija {
	background:url(../img/menu.png) repeat-x;
	height: 24px;
}

#sredina {
	padding-bottom: 10px;
}

#sadrzaj {
	float: left;
	position: relative;
	padding: 0 0 10px 15px;
	margin-left: 10px;
}

.veliko_dugme {
	display:block;
	text-decoration: none;
	color:#999;
	margin: 10px 0;
	font-size: 24px;
	letter-spacing: 0.2em;
}

.veliko_dugme:hover {
	color: #e67817;
}

.sadrzaj_gore {
	/*background: url(../img/sadrzaj_gore.png) no-repeat;*//*  by Gagacar*/
	height: 10px;
	width: 699px;
}

.sadrzaj_sredina {
	/*background: url(../img/sadrzaj_sredina.png) repeat-y;*//*  by Gagacar*/
	width: 699px;
	position: relative;
}

.sadrzaj_dole {
	/*background: url(../img/sadrzaj_dole.png) no-repeat;*//*  by Gagacar*/
	height: 10px;
	width: 699px;
}


.sadrzaj_tekst {
	background: url(../img/icon_pahulja.png) no-repeat;
	float: right;
	width: 415px;
	min-height: 420px;
	height:auto !important;
	height:300px;
	margin: 0 25px 0 0;
	padding: 0 0 5px 75px;
}



.sadrzaj_gore_siri {
	/* background: url(../img/sadrzaj_gore_siri.png) no-repeat;*//*  by Gagacar*/
	height: 10px;
	width: 699px;
}

.sadrzaj_sredina_siri {
	/* background: url(../img/sadrzaj_sredina_siri.png) repeat-y;*/ /*  by Gagacar*/
	width: 699px;
	position: relative;
}

.sadrzaj_dole_siri {
	/* background: url(../img/sadrzaj_dole_siri.png) no-repeat;*//*  by Gagacar*/
	height: 10px;
	width: 699px;
}

.sadrzaj_tekst_siri {
	background: url(../img/icon_pahulja.png) no-repeat;
	float: right;
	width: 540px;
	min-height: 420px;
	height:auto !important;
	height:300px;
	margin: 0 25px 0 0;
	padding: 0 0 5px 75px;
}

.sadrzaj_tekst_siri a{
text-decoration:none;
}
.sadrzaj_tekst_siri a:hover{
text-decoration:underline;
}
.sadrzaj_news {
	float: left;
	width: 685px;
	min-height: 300px;
	height:auto !important;
	height:300px;
	margin: 0;
	padding: 0 0 5px 0;
}

.podmeni {
	position: absolute;
	top: 28px;
	width: 181px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.podmeni li a {
	text-decoration: none;
	padding: 9px 0 0 15px;
	height: 25px;
	display: block;
	/*font-weight: bold;*/
	font-size: 13px;
	color:#666;
}

.podmeni li a.selected {
	/*background:url(../img/dugme_over1.png) no-repeat; color: #fff;  OVDE JE BILO *//*  by Gagacar*/
	color: #e67817;
}

.podmeni li a.selected:hover {
	/*color: #F4F4F4;*//*  by Gagacar*/color: #e67817;
}

.podmeni li a:hover {
	color: #e67817;
}

#footer {
	position:relative;
	height: 10px;
	clear: both;
}

#footer p {
	position: absolute;
	color:#999;
	left: 194px;
	top: 17px;
	/*width: 657px;  OVO JE BILO */
	width: 720px; /* OVO SAM JA UBACIO*/
	text-align: center;
	padding-bottom:20px;
	height: 29px;
}

#footer a {
	color:#999;
	text-decoration: none;
	
}

#footer a:hover {
	text-decoration:none;
	color:#F93;
	background-color:#fdf0e7;
	
}

#menu {
	position:absolute;
	height: 25px;
	width: 521px;
	left: 23px;
	top: 101px;
}

#menu a {
	text-decoration: none;
	padding: 5px;
	margin-right: 10px;
	color: #333;
	font-weight:300;
	font-size: 17px;
}

#menu a:hover {
	color: #e67817;
}

#slika1 {
	padding: 3px;
	/*border: 1px solid #CCC;   ************************** BILO JE OVAKO*//*  by Gagacar*/
	border: 0px solid #CCC;
	float:right;
	margin-right: 31px;
}

.datum {
	font-size:11px;
	color:#999;
	font-weight:100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
}

#sadrzaj h4 {
	color:#C60;
	margin-top: 7px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #F4F4F4;
}

.novost_li {
	margin-left: 67px;
}

.news_filter {
	border: 1px dotted #FFAD5B;
	background-color: #FFF4EA;
	padding: 7px 10px;
	margin-bottom: 20px;
}

.news_filter span { margin: 0 5px; font-size:12px; margin-top: 5px; }
.news_filter select {margin-top: 3px; }

::selection { background: #EFEFEF; }
::-moz-selection { background: #e67817; }

.social { 
/*border-top: 1px solid #F0F0F0; */
text-align: right; 
margin-top:15px; 
padding-top: 7px; 
font-size:13px; 
color:#999;
}

.social a {
	padding-left: 15px;
	text-decoration: none;
}

.footer_links {
	display: block;
	padding-bottom: 5px;
}

.footer_links a {
	font-size: 14px;
	padding: 10px 7px 4px 7px;
}

.footer_links a:hover {
	font-size: 14px;
	background-color: #FFF;
}


.kontakt_tabela {
	margin-top: 15px;
}
.kontakt_tabela tr td {
	text-align:right;
	padding: 10px;
	font-size:10pt;
}

.kontakt_tabela .input, textarea {
	width: 100%;
	border:solid 1px #ccc;
}
.tabela
{
border: 0px;
text-align: center;
}


.naslov_linkova {
	margin-bottom:15px;
	text-decoration: none;
	margin-left:5px;
	padding: 9px 0 5px 10px;	
	display: block;
	font-weight: bold;
	font-size: 13px;
	color:#e67817;
	margin-right:16px;
	border-bottom: double 4px #ccc;
}
.naslov_linkova a {
text-decoration:none;
}

.prijava_tabela {
	margin-top: 10px;
}
.prijava_tabela tr td {
	text-align:left;
	padding: 5px 10px 4px 0px;
	font-size:10pt;
}

.prijava_tabela .input, textarea {
	width: 250px;
	border:solid 1px #ccc;
}
