/* BODY */

body {
	margin:0;
	font-family: Tahoma, Arial, Verdana, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
  }


a {
font-weight:normal;
color:#505050;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#content {
	margin-left: auto;
	margin-right: auto;
	/*width:730px;*/
	font-size: 11px;
}

/* STRUKTURNA HORIZONTALNA PODELA */
/*(middle u posebnom css-u)*/

#wrap {
	width:100%;
	display:block;
}

#header {
	/* position: float; */
	height:auto;
	width:950px;
	font-size: 11px;
}


#footer {
	background: url('../images/bg_footer.jpg') repeat-x;
	/* position: float; */
	width:950px;
	height:30px;
	clear:both;
	height:30px;
	font-size: 11px;
}



/* PODELA MIDDLE SEKCIJE (content je u posebnom css-u)*/

#leftcol {
  float:left; 
  width:195px; 
  text-align:left;
}

#rightcol {
  float:right; 
  width:204px; 
  overflow:hidden;  
  margin: 8px;
}


/* PODELA HEADER SEKCIJE */

#header_image {
	/* position: float; */
  float: left;
  height:100px;
}

#header_search {
  background: url('../images/bg_pretraga.jpg');
	/* position: float; */
  float:right;	
  overflow: hidden;
  width:220px;
  height:129px;
  
  color: white;
  line-height: 1.8em;
}

#header_search IMG {
	cursor: pointer;
}

#ticker_l {
background: url('../images/bg_bigticker.jpg');
	/* position: float; */
float:left;
width: 950px;
height: 31px;
}


/* FUTER SEKCIJA */

#footer span.ltekst{
	float:left; 
	color:#505050;
	padding:8px;
	height:30px;

}

#footer span.rlink{
	float:right; 
	color:#505050;
	padding:8px;
	height:30px;

}

/* fixing */
#prospekt_container {
	width: 100%;
}