/* @override http://www.basilei.it/pagine/stile.css */


body {
	background-color: #bfbfbf;
	margin: 10px;
	padding: 0;
	font: small Georgia, "Times New Roman", Times, serif;
}

#contenitore {
	width: 760px;
	margin: 0 auto 10px;
	border: 5px solid #fff;
	background-color: #fcfaf8;
}
#contenitore_home {
	width: 740px;
	margin: 0 auto 10px;
	border: 5px solid #fff;
	background-color: #fcfaf8;
}
#banner {
	background: url(img/banner.png) no-repeat left top;
	height: 100px;
}
#banner h1 {
	display: none;
}
#coda {
	background: url(img/coda.png) repeat-x left top;
	height: 22px;
	padding-top: 10px;
	text-align: center;
	clear: both;
	font-size: 90%;
}
#coda a {
	color: #b62148;
	text-decoration: none;
}
#coda a:hover {
	text-decoration: underline;
}
table {
	margin: 0;
	padding: 0;
	beorder-style: none;
}
#menu td {
	display: block;
	float: left;
	height:  400px;
	text-align: center;
	width:  370px;
	border-style: none;
	margin: 0;
	padding: 18px 0 0;
}
#menu.primahome td {
	height:  308px;
}

#menu a {
	font-size: medium;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#menu a:hover {
	color: #d50b20;
}
td.primo {
	background: url(img/foto_prima_off.jpg) 0 top;
}
td.primo:hover {
	background: url(img/foto_prima_on.jpg) 0 top;
}

td.secondo {
	background: url(img/foto_prima_off.jpg) no-repeat -370px top;
}
td.secondo:hover {
	background: url(img/foto_prima_on.jpg) no-repeat -370px top;
}

#menupagina {
	margin-left: 300px;;
}
#menupagina ul {
	padding:  0;
	margin-top: 5px;
}
#menupagina li {
	list-style-type: none;
	height: 21px;
}
#menupagina a {
	display: block;
	margin-right: 30px;
	font-size:  15px;
	text-decoration: none;
	color: #886b57;
}
#menupagina a:hover {
	color: #b4315b;
}
/*Contenuto pagine*/
#contenuto {
	padding:5px
}
#contenuto a {
	text-decoration: none;
	color: #886b57;
	font-weight: bold;
}
#contenuto a:hover {
	color: #b4315b;
}

/*menu pagine*/

a.bottone {
	border: 1px solid #b28062;
	background-color: #fff;
	width: 80px;
	text-align: center;
}
a.bottone:hover {
	background-color: #b28062;
	color: #fff;
}
span.bottonespento {
	border: 1px solid #cfab83;
	background-color: #d2cab6;;
	font-size:  15px;
	display:block;
	width: 80px;
	text-align: center;
	color: #fff
}


