body {

    margin: 0px;
    text-align: center;
    font: 12px/1.5 Arial, Verdana, sans-serif;
    color: #000;
    line-height: 1.5em;
}

a {

    text-decoration: none;
}

img {

    margin: 0;
    padding: 0;

}

a img {

    border: 0;

}

#container {

    margin: 0 auto;
    width: 570px;
    position: relative;

}

.debelo {
	font-weight: bold;
}

.super {
	vertical-align: super;
}

					/* HEADER */

#header {
	display: none;
}

							/* PRODAJA, ZAKUP/NAJAM DIVOVI */
#contentNavigation {
	display: none;
}



						/* SADRZAJ */

#mainContent {
	float: left;
	width: 580px;
	margin-top: 10px;
}

#realEstates {
	float: left;
	position: relative;
	display: inline;
    width: 580px;
    text-align: left;

}

#nekrGalerija {
	width: 580px;
	float: left;
	margin-bottom: 5px;
}

#nekrGalerija .galer_small {
	width: 70px;
	height: 53px;
	border: solid 1px black;
	margin-top: 5px;
	margin-right: 2px;
}

#nekrDetalji {
	float: left;
	display: inline;
	width: 565px;
	padding: 5px;
	background-color: white;
	border: solid 2px #d8d9db;
}

#detaljiHeader {
	display: none;
}

#nekrDetalji .jedanRed {
	float: left;
	display: inline;
	width: 560px;
	line-height: 2em;
	text-align: left;
	border-bottom: solid 2px white;
}

.jedanRed .redLijevo {
	float: left;
	display: inline;
	width: 150px;
	color: #1755af;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
}

.jedanRed .redDesno {
	float: left;
	display: inline;
	width: 380px;
	padding-left: 10px;
	padding-right: 10px;
}

.jedanRed .redDesno p:first-letter {
	text-transform: uppercase;
}


							/* SIDEBAR */

#sidebar {	
	display: none;
}


								/* FOOTER */

#footer {
	display: none;
}




#copyright {
	display: none;
}




.agencijskiHeader {
	position: relative;
	width: 580px;
	height: 50px;
}

.agencijskiLogo {

    float: left;
    width: 152px;
    
}

.agencijskiPodaci {

    text-align: right;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 250px;  
}

.agencijskiPodaci p {
	display: inline;
}

.agencijskiFooter {

    text-align: center;
    margin: 20px 0 0 0;
    font-size: 10px;
    
}


