/* CSS Progettocasanet */

body {
	background-color: #ffffff;
	margin: 10px;
	font-size: 11px;
	color: #5b5b5b;
	font-family: Arial ;
}

#contenitore { 
background-color:#ffffff;
margin:auto;
width: 1000px; 
height: 640px; 
border: 0px;
}

#testata  {
background-image:url(../immagini/template/testata.jpg);
background-repeat: no-repeat;
background-position: bottom;
/*background-color:#999999;*/
width: 1000px; 
height: 105px; 
border: 0px; 
}

#testata_sx {
float:left;
width: 232px; 
height: 100px; 
border: 0px;
padding-top: 0px;
padding-left: 15px
}

#testata_dx {
float: right;
width: 733px; 
height: 105px; 
border: 0px;
padding-left: 5px

}

#mainbody  {
width: 1000px;
height: 550px;
border: 0px;
background-color:#EEEEEE;
}

#left {
width: 262px;
height:550px;
float: left;
background-color: #000000
}

#right {
width: 738px;
height: 550px;
float:right;
background-color: #363636;
font-size:11px;
text-align:left;
padding:0px
}


/* MENU */


#menu {
    float:left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 13em; /*era 15em*/
}
#menu li {
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	line-height: 1.2em;
	text-align: right;
	
}
#menu a { 
    border-bottom: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	margin: 0;
	padding-top:90px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 20px;
	text-decoration: none;
	
}
#menu a:hover {
	background: #D2DD4D; /*#DAAA7A*/  /*#D8FE7E*/
	color: #595959;
	}  
	
     
 
/* VECCHIO MENU...
#menu{
width: 153px;
height: 426px;
float: left;
text-align:left;
padding-right: 20px;
}*/

#contenuto_right {
width: 520px;
height: 540px;
float:right;
font-size:11px;
color: #ffffff;
text-align:left;
padding-top:8px

}
#footer {
	background-color: #FFFFFF;
	width: 1000px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	margin:auto;
	
	
}

a {
color:#333333;
text-decoration:none;
}
a:hover {
color: #cf6930;
text-decoration: none;
}
a:active {
color:#cf6930;
text-decoration:none;
}


h2 {
color: #FFFFFF/* #cf6930;*/;
font-family: Arial;
font-size:12px;
text-decoration:none;
}

h2 a{
color: #cf6930;
font-family: Arial;
font-size:12px;
text-decoration:none;
}
h2 a:hover{
color: #333333;
font-family: Arial;
font-size:12px;
text-decoration:none;
}
h2 a:active{
color:#333333;
font-family: Arial;
font-size:12px;
text-decoration:none;
}

h3 {
color: #5b5b5b;
font-family: Arial ;
font-size:12px;
text-decoration: bold;
}

#hr {
color: #CCCCCC;
padding: 0px;
}

td {
padding: 10px;
}



th{
background-color: #DCDDDE;
}


