@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(foto/mont.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #f6f9ff;
}

div#contenitore {
	width: 600px;
	margin: 0 auto;

}

div#menu {
	width: 500px;
	margin-left: 50px;
	padding: 20px;
	
}

div#header {
	height: 200px;
	float:left;
}

.menu:link, .menu:visited {
	text-decoration: none;
	text-align:center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 600;
	background-color: #FFF;
	color: #666 ;
	padding: 4px 15px 4px 15px;
}

.menu:hover, .menu:active {
	text-decoration: none;
	text-align:center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 600;
	background-color:#ADC8FF;
	color: #FFF;
	padding: 4px 15px 4px 15px;
	
}

div#contenuto {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:400 ;
	color: #000;
	font-size: 13px;
}

.titolo {
	color: #000;
	font-size: 24px;
	font-weight:bold;
}

.titolo2 {
	color: #60F;
	font-size: 18px;
	font-weight:bold;
}

.testo {
	color:#000;
	text-decoration: none;
	}
	
a:link, a:visited {
	text-decoration: none;
	color:#9459ff;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFF;
}

.accessi {
	color:#000
}

.bottom {
	color:#333;
	font-size:11px;
}

.ediren {
	color:#F3C;
}

.descrizione {
	font-size:13px;
}