@charset "utf-8";
/* CSS Document */

body {
background:url(../imgs/bgBody.jpg) repeat-x #77AB3D;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
}

#testata {
	position: relative;
	width:941px;
	height:232px;
	margin:0px auto 10px auto;
}


#container {
	position: relative;
	width:941px;
	margin:0px auto 0px auto;
	
	
}

#footer {
	position: relative;
	width:100%;
	background:url(../imgs/bgFooter.jpg) repeat-x;
	margin:15px auto 10px auto;
	height:65px;
	border-top:1px solid #4B8C30;
	padding-top:7px;
	text-align:center;
	color:#006600;
	font-size:12px;
}

#footer a:link,#footer a:visited {
color:#FFFFFF;
font-size:12px;
text-decoration:none;
border-left:1px solid #4B8C30;
border-right:1px solid #77AB3D;
margin:0px;
padding:7px 7px;
}
#footer a:hover {
color:#CEEAB5;
}


/* --------------- corpo contenuti ------------- */

#contents {
	position: relative;
	width:680px;
	min-height:480px;
  height:auto !important;
  height:480px;
	background-color:#FFFFFF;
	padding:4px;
	
	
	
}

#contents_b {
	position: relative;
	width:680px;
	height:315px;
	background-color:#FFFFFF;
	padding:4px;
}

#contents .header {
padding-bottom:2px;
border-bottom:1px solid #93C7E4;
margin-bottom:30px;
width:680px;
height:163px;
}

#contents .testahomes {
width:680px;
height:315px;
margin:0px;
}

#contentsLeft {
float:left;
width:185px;
margin:0px 0px 0px 5px;
}

#contentsLeft_b {
float:left;
width:100px;
margin:0px 0px 0px 5px;
text-align:center;
border-right:1px dotted #999999;
}


.boxMenu {
background:url(../imgs/bgMenuInt.jpg) no-repeat;
 	min-height:150px;
  height:auto !important;
  height:150px;
margin:0px;
padding:10px;
font-size:12px;


}

#contentsRight {
float:left;
margin:0px 0px 0px 15px;
width:460px;
font-size:12px;
padding:0px 0px 20px 0px;

}

#contentsRight  h1 {
	margin: 0px auto 20px auto;
	padding: 0px;
	font-size:20px;
	
	}
	
#contentsRight  h2 {
	font-size:13px;
	color:#4A8C30;
	
	}
#contentsRight li{
list-style-image: url(../imgs/bullet_green.gif);
list-style-position:0px;
}

#contentsRight a:link, #contentsRight a:visited {
color:#006699;
text-decoration:none;
font-weight:normal;
font-size:12px;
}

#contentsRight a:hover {
color:#999999;
}
#contentsRight a.active {
font-weight:bold;
}	
	
/* --------------- fascia sinistra ------------- */

#sidebar {
	position: absolute;
	width:235px;
	top:0;
	right:0px;
}

.sidebarBox {
/*	position: relative; */
	float:right;
	background-color:#FFFFFF;
	padding:4px;
	margin:0px auto 5px auto;
	font-size:12px;
	width:235px;
}



.sidebarBox img{
	float:left;
	margin:0px 6px 0px 0px;
}

.sidebarBox h2 {
	position: relative;
	background:url(../imgs/boxbgH1Blue.jpg) repeat-x #C7E9F8 bottom;
	border-bottom:1px solid #67A7BA;
	font-size:12px;
	padding:8px 6px;
	color:#FFFFFF;
	margin:0px auto 5px auto;
	font-weight:bold;
}

.sidebarBox h2.green {
	background: url(../imgs/boxbgH1Green.jpg) repeat-x bottom #C5E79F;
	border-bottom:1px solid #77B86B;
}

.sidebarBox a.freccina {
color:#006699;
text-decoration:none;
font-weight:bold;
background:url(../imgs/arrow.gif) no-repeat;
padding:0px 0px 0px 20px;
}

/* --------------- classi comuni ------------- */

hr {
	border-top: 1px solid rgb(192, 214, 229);
	border-bottom: 1px solid rgb(255, 255, 255);
	color:#C0D6E5;
	background-color: rgb(192, 214, 229);
	position:relative;
}

ul.arrow {
padding:0px;
margin:0px;
font-size:12px;
list-style:none;
}

ul.arrow li {
margin:0px 0px 3px 0px;
padding:5px 20px;
/*border-bottom:1px solid #E9E9E9;*/
background: url(../imgs/arrow.gif) no-repeat;
background-position:0px 4px!important;
background-position:0px 8px;
}

ul.arrow a:link, ul.arrow a:visited {
color:#006699;
text-decoration:none;
font-weight:normal;
font-size:12px;
}

ul.arrow a:hover {
color:#999999;
}
ul.arrow a.active {
font-weight:bold;
}
/*--------------form----------*/

.campi{
margin:0px ;
width:165px;
}

.bottoni {
margin-top:15px;
border-top:1px solid #ccc;
border-right:1px solid #777;
border-bottom:1px solid #777;
border-left:1px solid #ccc;
font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
}

.form{
position:relative;
margin:0px auto 0px auto;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
padding:0px 3px 0px 3px;
height:50px;

}

table.form td {
height:25px;
font-size:11;
}

table.form th {

margin:0px 5px 0px 10px;
padding:3px 5px 3px 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#666666;
text-align:right;
}
