body  {
	font: 12px/1.4em Georgia, "Times New Roman", Times, serif;
	background: #4bb1e5 url(sfondo.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #434343;
	
}

a {
	color: #4d8437;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #8bcff4;
}

.nobg {
	background-color: #ffffff;	
}

#navbar { 
	width: 100%; 
	background: #000;
	height:47px;
	margin: 0 auto;
	position: relative;

}
#paging {
	font: 18px/1.4em Georgia, "Times New Roman", Times, serif;
	color:#0066CC;
	}
	
.boxricerca { 
width: 100%;	
margin: 0 auto;
	color: #000;	
}

.divisore { 
height: 0px;
	border-bottom: 1px dotted #c3c3c3;
	margin-top: 5px;
	margin-bottom: 5px;

}

.titolo {
	color: #ffee81;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.titolocerca {
	color: #4275c1;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}
.titolorisultatocerca {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

.titoloinformazioni {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.sottotitoinformazioni {
	color: rgba(255,255,255,0.69);
	font-size: 12px;
	margin-bottom: 10px;
}

.boxinformazioni { 
padding: 20px;
	color: #fff;
	font-size: 12px;
}

.listaannunci {
	padding-bottom: 6px;
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
} 
.listaannunci a{
	margin-bottom: 4px;
	color: #fff;
	font-weight: bold;	
} 
.listaannunci a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #8bcff4;
}

.listaannunci2 {
	margin-bottom: 4px;
	/*border-bottom: 1px dotted #c1c1c1;*/
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
} 
.listaannunci2 a{
	margin-bottom: 4px;
	color: #000;
	font-weight: bold;	
} 
.listaannunci2 a:hover {
	color: #000;
	text-decoration: none;
	background-color: #8bcff4;
}


.sottotitolo {
	color: #000000;
	font-size: 12px;
	margin-bottom: 10px;
}

.sottotitolocerca {
	color: #838383;
	font-size: 12px;
	margin-bottom: 10px;
}

.form {
	background-color: #8bcff4;
	color: #fff;
	padding-left: 2px;
}

.form:hover {
	background-color: #a8dffe;
	color: #fff;
	padding-left: 2px;
}   
  

.box_cerca_container { 
width: 100%;
} 



#menucontainer { 
	position: relative;
	width: 920px; 
	margin: auto;
} 

#logo {
	position: absolute;
	left: 0px;
	width: 160px;
	height:160px;
	z-index: 10;
	top: 0px;
	
} 

.menutop { 
	height:47px;
	text-align: right;
	width: 100%;
} 

.menutop li {
	margin-left: 30px;
	color: #fedb00;
	margin-top: 18px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
} 

.menutop a {
	color: #fedb00;
	text-decoration: none;
	background: none;
} 

.menutop a:hover {
	color: #58acd7;
	text-decoration: none;
		background: none;

}


#container { 
	width: 920px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	margin-top:30px;
	padding: 3px;
} 

#header { 
	background: #DDDDDD; 
	height: 300px;
} 

#header h1 {
	margin: 0;
	padding: 10px 0;
}

h1 {
	color: #4275c1;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
}
h2 {
	color: #494949;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
}
h3 {
	color: #4275c1;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	padding: 5px 0px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 10px;
	margin-top: 30px;
}

#sidebar1 {
	float: left;
	width: 230px; 
	padding: 15px 10px 15px 20px;
	border-right: 1px solid #d0d0d0;
	}
#mainContent { 
	margin: 0 0 0 260px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#footer {
	background: #f2f2f2;
	font-size: 10px;
	margin-top: 10px;
	
} 

#footer p {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.box {
	background: #94d4f7 url(images/sfondobox.jpg) repeat-x;
	color: #333333;
}

.immagine {
	width: 110px;
	height: 90px;
	background-color: #fff;
}

.ultimiannunci {
	/*display: inline-table!important;*/
	background-color: #4bb1e5;
	width: 300px;
	float: left;
	margin: 5px;
}

/* Accordion */
.basic a {
	color: #4275c1;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	padding: 5px 0px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 10px;
	margin-top: 30px;
	cursor:pointer;
	display:block;
	text-decoration: none;
}
.basic a:hover {
	background-color:#FFFFFF;
	text-decoration: none;
	color:#000000;
}
.basic a.selected {
	text-decoration: none;
	color:#000000;
}
.seo h1 {
	font-size:12px;
	text-align:center;
	color: #000;
}
