/* CSS Document */

/********************************* STRUTTURA DELLA PAGINA ********************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#D3D3D3;
	color:#0033ff;
	padding-bottom:0px;
	padding-left:60px;
	padding-right:0px;
	padding-top:0px;
    margin:0px 0px 0px 0px;
	text-align: center; /* un trucco per centrare il layout in explorer 5.5*/
	height:100%;
	background-image:url(Images/Immobilturist.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#CORPO
{
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
border:none;
padding:0px;
width:736px;
height:auto;
text-align:justify;
background-image:url(Images/BG_Content.gif);
background-position:top left;
background-repeat:repeat-y;
}

#CORPOADMIN
{
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
border:none;
padding:0px;
width:736px;
height:auto;
text-align:justify;
}



/* ------- CLASSI PER IL BACKGROUND DEL CORPO ------- */

#BG1{
width:736px;
height:129px;
background-image:url(images/Intestazione1.gif);
background-position:top left;
background-repeat:no-repeat;
}

#CONTENT{
padding-left:35px;
padding-right:10px;
padding-top:10px; 
background-image:url(Images/BG_Content.gif);
background-position:left top; 
background-repeat:repeat-y; 
background-color:#FFFFFF;
color:inherit;
width:511px;
float:left;
}

#MENU{
width:680px;
height:17px;
background-image:url(Images/barramenu2.gif);
background-repeat:repeat-x;
background-position:top left;
margin:0px 0px 0px 29px;
color:#FFFF00;
background-color:inherit;
font-weight:bold;
}

#MENU a{
background-image:inherit;
text-decoration:none;
color:#FFFFFF;
background-color:inherit;
font-weight:bold;
}

#MENU a:hover{
background-image:inherit;
color:#00FF00;
background-color:inherit;
font-weight:bold;
text-decoration:none;
}


#LEFTSECTION{
width:151px; 
margin-right:27px;	 
background-image:url(Images/foto_menu2.gif);
background-position:right top;
background-repeat:no-repeat;
height:auto;
padding-top:40px;
padding-left:2px;
float:right;
}


#FOOTER{
height:37px;
background-image:url(Images/BG_Footer.gif);
background-position:top left;
background-repeat:repeat-y;
background-color:inherit;
padding-top:1px;
padding-left:29px;
padding-right:27px;
color:inherit;
clear:both;
}


#FOOTER2{
clear:both; 
margin:0px 0px 0px 0px; 
height:15px; 
background-image:url(Images/footerbasso.gif); 
background-position:top left; 
background-repeat:repeat-x; 
background-color:#D3D3D3;
color:inherit;
}

/*------------------------------------------------------*/


a{
text-decoration:none;
color:#CC3300;
background-color:inherit;
font-weight:bold;
}

a:hover{
color:#cc3300;
background-color:inherit;
font-weight:bold;
text-decoration:underline;
}

a:visited{
color:#CC0000;
background-color:inherit;
}

.Padd_L_5px{
padding-left:5px;
}
.Padd_R_5px{
padding-right:5px;
}


Input{
margin: 5px 0px 0px 5px;
font-size:11px;
}

Select{
margin: 5px 0px 0px 5px;
font-size:11px;
}

Textarea{
margin: 5px 0px 0px 5px;
font-size:11px;
}

.Width200{
 width:200px;
}

.Width150{
 width:150px;
}

.Width100{
 width:100px;
}

.Width250{
 width:250px;
}

.Width400{
 width:400px;
}



/*******************************************************************************************************************************************/
/********************************************************************************************************************************************/

