/*stili generici*/
body {
	background-color: #FFFFFF;
	background-image: url(/images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: 0px 35px;
	margin=0;
}

/* per avere un posto solo dove si definiscono i font */
td,div,p,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/*bg*/

.bg_top {
	background-image: url(/images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: 282px 96px;
}
.bg_menu {
	background-color: #E1CC88;
	background-image: url(/images/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_main {
	background-image: url(/images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: 167px 0px;
}
.bg_bottom {
	background-image: url(/images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_box {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(/images/bg_box.gif);

}

.colonnacentrale {
	margin-top: 20px; margin-right: 10px; margin-bottom: 20px; margin-left: 10px; 
	padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px}
}






/* aggiunte dal foglio di stile di B&B a seguito della ristrutturazione */

.lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8C8C8C;
	text-align: left;
}
a.lista, link, active, visited, hover {
	color: #8C8C8C;
	text-decoration: underline;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}
a.menu, link, active, visited, hover {
	color: #FFFFFF;
	text-decoration: none;
}
.didascalia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}
.titoli {
	font-size: 13px;
	font-weight: bold;
	color: #0088CB;
}
.blu {
	color: #0088CB;
	font-weight: normal;
}
.regioni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #EFB400;
}
.regionimappa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EFB400;
}
.schedatit {
	font-size: 12px;
	font-weight: bold;
	color: #F09900;
}
.schedasottotit {
	font-size: 11px;
	font-weight: bold;
	color: #0088CB;
}