    * {
    margin:0;
    padding:0;
}

/*
Set initial font styles
*/
body {
    text-align: left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*    line-height: 16px;*/
    font-size: 13px;
}

img {
    border: 0;
}

/*
default link styles
*/
a,
a:link
a:visited
{
    text-decoration: none;
    background-color: inherit;
    color: black;
}

a:active
{
    text-decoration: none;
    background-color: inherit;
    color: #B0B0B0;
}

/* remove underline on hover and change color */
a:hover {
    text-decoration: underline;
    background-color: inherit;
    color: #B0B0B0;
}

/*****************
basic layout 
*****************/
html, body {
    height:100%;
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 0;
   margin: 0 auto;       /* this centers wrapper */
   background-color: #fff;;
   color: black;
}

div#header {
    font-size: 30px;
    height: 70px;/*50px;*/
    line-height: 50px;
    background: #ffffff;
    top:0;
    left:0;
    width:100%;
}

div#header a {
    display: block;
    text-decoration:none;
}

div#header ul li {
    display:block;
    float:left;
    margin:0pt;
    padding-right: 8px;
}

div#header ul li a,
div#header ul li a:link,
div#header ul li a:active,
div#header ul li a:visited
{
    color: #999999;
}

div#header ul li a:hover
{
    color: black;
}

div#header ul li.menuactive a,
div#header ul li.menuactive a:link,
div#header ul li.menuactive a:active,
div#header ul li.menuactive a:visited
{
    color: red;
}

div#header ul li.menuactive a:hover
{
    color: black;
}

div#header ul li h3 dfn {
    display: none;
    visibility: hidden;
}

div#header ul li dfn {
    display: none;
    visibility: hidden;
}

div#imagewrapper
{
    float: left;
	padding-left: 14px; /*8px;*/
	width: 60px;
}

div#adwrapper
{
  float: right;
	padding-left: 0px; /*8px;*/
	/*width: 60px;*/
}

div#imagewrapper img
{
    margin: 5px 0;
}

div#contact
{
	float: left;
	font-size: 9px;
	width: 175px; /*190px;*/
	line-height: 12px;/*10px;*/
	margin: 5px /*5px*/5px;
}

div#firma
{
	float: left;
	font-size: 11px;
	/*width: 175px; /*190px;*/
	line-height: 13px;/*10px;*/
	/*margin: 5px;*/
}

div#contact a:hover
{
color: blue;
}

div#menuwrapper
{
    float: left;
    padding-top:20px;
}

div#content {
    width: 100%;
    /*margin-top: -15px;*/
}

div#sidebar {
    float: left;
    width: 230px;
    padding-left: 15px;
    padding-right: 15px;
}

div#search {
    width: 230px;
    text-align: left;
}

div#heading
{
    border: 1px solid black;
    color: red;
    line-height: 100%;
    padding: 4px;
    font-size: 12px;
    margin-bottom: 12px;
    font-weight: bold;
}

div#labels
{
    float: left;
    line-height: 24px;
}

div#inputs
{
    float: right;
}

div#inputs select
{
    width: 150px;
    height:20px;
    background: #F0F0F0 none repeat scroll 0 0;
    border: 1px solid #000000;
    margin-top: 2px;
    margin-bottom: 2px;
}

div#button
{
    clear: both;
    padding-top: 10px;
}

div#results {
    width: 230px;
    text-align: left;
    border-top: 1px solid;
    padding-top: 15px;
    margin-top: 5px;
}

div#results ul
{
    padding-left: 15px;
}

div#main {
    margin-left: 260px;
}

div#map {
background-image:url(http://www.bnpro.ba/nekretnine/images/loading.gif);
background-position:center;
background-repeat: no-repeat
}

div#footer {
    clear: both;
    position: relative;
    bottom:0;
    height: 15px;
    line-height: 15px;
    top:0;
    left:0;
    width:100%;
    font-size: 10px;
    color: gray;
}

div#footer p {
    padding-left:15px;
}

div#footer p a {
    color: #ffffff;
}

div#gmapmarker {
    height: 215px;
    width: 500px;
    overflow: auto;
    padding: 0px;
    margin-right: 20px;
}

div#gmapmarker  img {
    padding: 5px;
    vertical-align: middle;
}

div.gmapSidebarItem
{
    background-color: #f0f0f0;
    margin-bottom: 2px;
    clear: both;
}

div#sidebar_map
{
    height: 400px;
    overflow: auto;
    padding: 0px;
}

td.result-marker
{
    padding: 4px 0;
    vertical-align: top;
    width: 20;
}

div.gmapSidebarItem img
{
    height: 20px;
}

