/* CSS Document */
body  {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url("./foto/sfondo2.jpg");
	/* background-repeat:repeat-Y; */
	background-attachment: fixed;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

#container {
	width: 50em; 	
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid  #d1f2f8;
	text-align: justify;
} 

#container h2 {
	font-style: italic;
	margin-left: 1em;
	color: #330099;
}
.menu {
		font-family: Courier New, Courier, serif;
		text-align: center;
		color: #FFF;
	}
/* da cancellare - sostituito dalla classe */
#menu {
	font-family: Courier New, Courier, serif;
	text-align: center;
	color: #FFF;
}

#content {
	color: #585858;
	padding: 0px 20px 20px 20px;
}

#content h1 {
	font-style: italic;
}

#content h3, h4 {
	font-style: italic;
}

#logo img{
	float: left;
	position: relative;
	top: -10px;
	right: -5px;
	z-index: 999;
	overflow:hidden;
	width: 60px;
	height: 70px;
	border: 0px;
}


#menubg {
	background-image:url("./foto/menu.jpg");
}
/* da cancellare - sostituito con la classe */
#text {
	text-align: justify;
	font-size: small;
	color: #585858;
	padding: 0px 20px 0px 20px;
}

.text {
	text-align: justify;
	font-size: small;
	color: #585858;
	padding: 0px 20px 0px 20px;
}


a.waiting:visited, a.waiting:link {
	color: #330099;
	text-decoration: none;
}

a.waiting:hover, a.waiting:active {
	color: #fff;
	text-decoration: underline;
}

a.selected:hover, a.selected:link, a.selected:visited, a.selected:active{
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}

div.spazio_osp {
	border: 1px solid #d1f2f8;
	padding: 5px;
	margin: 5px;
	margin-left:25px;
	margin-bottom: 2em;
	height: 170px;	
	width: 315px;
}

.desc {
	height: 60px;
	margin-bottom: 2em;
}

#servizi {
	text-align: left;
	margin-left: 30px;
}

#cartina {
	padding-top: 35px;
}

#lista1 {
	margin-top: -15px;
	float: left;
}

#lista2 {
	margin-left: 230px;
}
div.clmn_lft {
	float: left;
	padding: 5px;
	width: 250px;	
}

div.clmn_lft p{
	font-size: small;	
}

div.clmn_cnt {
	margin-left: 280px;
}

.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;
}
/* serve!?!?! cancellare */
img#marchio {
	float: left;
	width: 40px; 
	height: 41px;
	border: 0px;		
	}