/* CSS DI LAYOUT */
/* Qui: misure, posizionamento, margini e padding */
body {
background-image:url(../img/sfondo.jpg);
background-repeat:no-repeat;
background-position:top center;
background-color:#494947;
margin:0;
}

/* Contenitore principale subito dopo body */
#main {
width:999px;
display:table;
padding:0;
height:100%;
margin:0px auto 0px auto;
}

/* HEADER */

#header {
width:999px;
height:126px;
margin:0;
padding:0;
}

#header .logo{
width:226px;
height:126px;
float:left;
}

#header .headerdx{
width:773px;
height:126px;
float:right;
}

#header .headerdx .login{
width:773px;
height:45px;
}

#header .headerdx .menu{
width:773px;
height:81px;
}

/* CONTENT */

#content{
width:999px;
height:476px;
}

/* CONTENT HOME */

#content .contentflash{
width:708px;
height:476px;
float:left;
}

#content .boxdx{
width:291px;
height:476px;
float:right;
}

/* CONTENT IMMOBILI */

#contentimm{
width:999px;

}

#contentimm {
display:table;
background-image:url(../img/sfondo-content-imm.gif);
background-repeat:repeat-y;
}

#contentimm .contentmenu{
width:291px;
min-height:683px;
float:left;
}

#contentimm .datiimmobile{
width:708px;
float:right;
}

#contentimm .datiimmobile .img{
width:708px;
height:476px;
}

#contentimm .datiimmobile .menu{
width:708px;
height:21px;
}

#contentimm .datiimmobile .testo{
width:708px;
min-height:186px;
}

/* FOOTER */

#footer {
height:67px;
clear:both;
}


/* menu imm */
ul.menuimm, li.menuimm {
list-style:none;
}
a.menuimm {
text-decoration:none;
color:#494946;
font-weight:normal;
}
a.menuimm:hover {
text-decoration:underline;
color:#494946;
font-weight:normal;
}

/* news */
a.news {
text-decoration:none;
color:#494946;
font-weight:normal;
border:0px;
}
a.news:hover {
text-decoration:underline;
color:#494946;
font-weight:normal;
border:0px;
}
div.news {
height:70px;
padding:5px;
}
div.news1 {
min-height:200px;
padding:5px;
}
img.fotonews{
width:70px;
float:left;
margin-right:5px;
border:1px solid #888888;
}
img.fotonews1{
width:150px;
float:left;
margin-right:5px;
border:1px solid #888888;
}
div.text {
/*min-height:200px;*/
min-height:130px;

}