/*Style CSS Layout*/
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	color: black ;
	background-color: transparent;
	/*background: url(images/background.JPG) repeat ;*/
}

*
{
	margin: 0;
	padding: 0;
}

#wrapper {
background: url(images/vodorav.GIF) repeat-y ;
background-color: white;
width: 910px;
margin: 0 auto;
margin-top: 12px;
}

#header {
margin: 0px;
padding: 0px;
height: 200px;
background: url(images/header.GIF) no-repeat center center;
}

.my_clearer {
clear: both;
margin: 0px;
padding: 0px;
height: 5px;
width: 900px;
font-size: 0px;
background-color: white;
}

#header a {
color: white;
font-size: 100%;
text-decoration: none;
}
#header a:hover {
color: white;
}


#leftbar
{
margin-top: 15px;
margin-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
display: inline; float: left;
width: 178px;
}

#hitro_iskanje {
margin: 0px;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 10px;
padding: 0px;
width: 130px;
background-color: transparent;
text-align:left;	
}

/* iskalnik oval start */
.iskalnik_top {
	display:block;
	margin: 0px; padding: 0px;
	width:140px; height:10px;
	background: url('images/iskalnik_top.JPG') no-repeat ;
}
#iskalnik_oval {
margin: 0px;
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
/*height: 218px;*/
width: 140px;
background-color: transparent;
background: url('images/iskalnik_mid.JPG') repeat-y ;
text-align:left;
}
.iskalnik_text {
/*position: absolute;*/	
/*top: inherit; left: inherit;*/
margin: 0px; border: 0px; padding: 0px;
margin-left: 10px;
width: 125px;
}
.iskalnik_bot {
	display:block;
	margin: 0px; padding: 0px;
	width:140px; height:10px;
	background: url('images/iskalnik_bot.JPG') no-repeat ;
}
/*iskalnik oval end*/

#content {
display: inline; float: left;
padding: 0px;
margin: 0px;
margin-top: 0px;
margin-left: 15px;
padding-bottom: 15px;
width: 453px;
}

#rightbar {
margin-top: 15px;
margin-left: 14px;
_margin-left: 12px;
padding-top: 5px; 
display: inline; float: left;
width: 240px;
}

#footer {
width: 910px;
clear: both;
margin: 0px;
padding: 0px;
height: 150px;
background: url(images/footer.GIF) no-repeat;
}
