/* CSS Document */

.dolesivo
{
color: #000000;
font-size:12px;
font-family: 'Poly', serif;

}

.slika_sa_okvirom {
    border: 1px solid rgb(186, 208, 217);
    padding: 5px;
        padding-top: 5px;
        padding-right-value: 5px;
        padding-bottom: 5px;
        padding-left-value: 5px;
        padding-left-ltr-source: physical;
        padding-left-rtl-source: physical;
        padding-right-ltr-source: physical;
        padding-right-rtl-source: physical;
    margin-bottom: 8px;
	}
	
	.slika_sa_okvirom_mala {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 0.3em;
    bottom: 4px;
    right: 4px;
    box-shadow: 0px 3px 6px rgb(136, 136, 136);
	}
	
	.box_shadow
	{
	-webkit-box-shadow: 1px 1px 1px 2px rgba(555, 152, 255, 0.5);
box-shadow: 1px 1px 1px 2px rgba(555, 152, 255, 0.5); 
}
	
		#picture {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 0.3em;
    bottom: 4px;
    right: 4px;
    box-shadow: 0px 3px 6px rgb(136, 136, 136);
}
#picture:hover {
    background-color: rgb(204, 208, 252);
    color: rgb(0, 0, 0);
    padding: 0.3em;
    bottom: 4px;
    right: 4px;
    box-shadow: 0px 3px 6px rgb(136, 136, 136);
}

	/*[END-QS0]*/
	
	
		.slika_sa_okvirom_mala_no_shadow {
    border: 1px solid rgb(186, 208, 217);
    padding: 5px;
        padding-top: 5px;
        padding-right-value: 5px;
        padding-bottom: 5px;
        padding-left-value: 5px;
        padding-left-ltr-source: physical;
        padding-left-rtl-source: physical;
        padding-right-ltr-source: physical;
        padding-right-rtl-source: physical;
    margin-bottom: 8px;
}


a:link {
text-decoration:none;
}      /* unvisited link */
a:visited {
color:#000000;
}  /* visited link */
a:hover {

text-decoration:underline}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */ 

.novo
{

font-size:13px;
font-family: 'Open Sans Condensed', sans-serif;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 4px #000000;
-webkit-box-shadow: 0px 0px 4px #000000;
box-shadow: 0px 0px 4px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff983d', endColorstr = '#fcff1c');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff983d', endColorstr = '#fcff1c')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ff983d, #fcff1c);
background-image: -ms-linear-gradient(top, #ff983d, #fcff1c);
background-image: -o-linear-gradient(top, #ff983d, #fcff1c);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ff983d), to(#fcff1c));
background-image: -webkit-linear-gradient(top, #ff983d, #fcff1c);
background-image: linear-gradient(top, #ff983d, #fcff1c);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

}




.body-text
{
font-family: 'Poly', serif;

}
.text_apartmani_mali
{
font-family: 'Open Sans Condensed', sans-serif;
font-size:16px;
}


.text_bijeli_na_plavo_naslov
{
font-family: 'Poly', serif;
color:#FFFFFF;
}
