body {
	background-color:#CC0000;
	background-image: url(images/pozadina_str01.gif);
	background-repeat:repeat-x;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


h1 {
font-size:20px;
margin-top: 0px;
color: #330000;
}

h2 {
margin-top: 0px;
color: #cc0000;
}

img.sl1 {
border: 1px #999999 solid;
}


form {margin: 0px 0px 0px 0px; }

input, select, textarea  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
width: 570px;
}

a {color: #006699;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {color: #CC0000;}
a:active {text-decoration: none;}


.footer { font-size: 10px; color: #cc9999; }
.footer a {color: #6C82B5;}
.footer a:hover {color: #6C82B5;}


.tekst_mali11 {
	font-size: 11px;
}

.uvjeti {
padding:10px;
background-color: #f8f8f8;
}
.error {
	border: 1px solid #a00;
	padding: 5px;
	margin-top:0px;
	background-color: #fcc;
	color: #a00;
}

.error_naslov {
	font-size: 14px;
	font-weight: bold; 
}

.naslov_01 {
	font-size: 12px;
	font-weight: bold; 
	color: #CC0000;

}

.izbornik_gornji {
	font-size: 11px;
	font-weight:bold;
}

.izbornik_lijevi_naslov {
	color: #FFFFFF;
	font-weight:bold;
}

.naslovna_baner1 {
	color: #ffffff;
	font-weight:bold;
	font-size: 14px;
}

.naslovna_baner2 {
	color: #ffffff;
	font-weight:bold;
	font-size: 11px;
}


.td1 {
	background-color:#eee;
	color: #006699;
	border-bottom: 1px solid #888;
	font-weight: bold;
}

.td1_grey {
	background-color:#eee;
	color: #888888;
	border-bottom: 1px solid #888;
	font-weight: bold;
}


.td_dark {
	background-color:#e8e8e8;
}
.td_light {
	background-color:#f5f5f5;
}
.td_dark:hover,.td_light:hover{
	background-color:#acd4e8;
}

.slika {
	background-color:#eee;
	color: #999;
	border: 1px solid #888;
	font-size:8px;
	padding: 2px;
	margin-right:1px;
	margin-top: 3px;
}

.objekt_naslov {
	width: 100%;
	padding: 3px;
	margin-bottom: 5px;
	background-color:#ddd;
	color: #006699;
	border-bottom: 3px solid #888;
	font-weight: bold;
}

.apartman_naslov {
	width: 100%;
	font-size: 14px;
	padding: 0px;
	margin-bottom: 0px;
	color: #000;
	font-weight: bold;
}

.naslov1 {
	width: 100%;
	padding: 3px;
	margin-bottom: 5px;
	background-color:#eee;
	color: #006699;
	border-bottom: 1px solid #888;
	font-weight: bold;
}

.naslov2 {

	width: 100%;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color:#eee;
	color: #006699;
	border-bottom: 1px solid #888;
	font-weight: bold;
}

.naslov3 {
	
	width: 100%;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color:#eee;
	color: #444;
	border-bottom: 2px solid #888;
	font-weight: bold;
}

.objekt {
	float: left;
	padding: 2px;
	margin-right: 4px;
	margin-bottom: 10px;
	width: 116px;
	height: 114px;
	background-color:#eee;
	color: #555;
	border: 1px solid #888;
	font-size:10px;
}

.objekt:hover{
	border: 1px solid #000;
	background-color:#fff;
	color: #000;
}


/* autocomplete stuff */
.jqac-menu{
  font-size: 12px;
  color: black;
  background-color: #eee;
  border: 1px solid #aaa;
}
.jqac-menu ul{
  list-style: none;
  margin: 1px;
  padding: 1px;
  overflow: hidden;
}
.jqac-menu .jqac-link {
  cursor: hand;
  cursor: pointer;
  display: block;
}
.jqac-menu .jqac-highlight {
  background-color: #069;
  color: white;
}
.jqac-menu .jqac-warning {
	font-style: italic;
}
.jqac-menu em {
    text-decoration: underline;
	font-weight:bold;
}
.jqac-menu .jqs-info {
    text-align: right;
	font-weight:bold;
    font-size: .75em;
    color: #666;
}

#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid #888888;
line-height:15px;
z-index:100;
}