BODY {
	MARGIN: 0px; 
	BACKGROUND-COLOR: #000000;
	font-size: 20px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

/**/
/* titolo principale della pagina*/

h1 {
	font-size: 1.5em;
	color: #fff;		/* bianco*/
}

/* titolo interno al box colorato */
h2 {
	color: #fff;
}
h2.wine {
	color: #000;		/* eccezione per wine: titolo nero su fondo bianco*/
}

h3 {					/* rossiccio per commento eventi*/
	color: #871133;
}

td.foto {
	text-align: center;
	color: #fff;
}

td.info_foto {
	text-align: left;
	color: #fff;
}

td.foto_big {
	text-align: left;
	color: #fff;
}

td.barra_colore_sx {
	text-align: left;
	padding-left: 10px;
	verical-align: bottom;
	background-color: 7198AA;
	color: #fff;
}
td.barra_colore_dx {
	text-align: right;
	padding-right: 10px;
	verical-align: bottom;
	background-color: 7198AA;
	color: #fff;
	font-size: 1.2em;
}

td.barra_colore__sx {	/* vale solo per colore giallino evento gaggenau */
	text-align: left;
	padding-left: 10px;
	verical-align: bottom;
	background-color: DCA040;	/* gialloarancio invito evento gaggenau*/
	color: #fff;
}
td.barra_colore__dx {
	text-align: right;
	padding-right: 10px;
	verical-align: bottom;
	background-color: DCA040;
	color: #000;
	font-size: 1.2em;
}


td.menu {
	background-color: #000;
	text-align: center;
	color: #fff;
}

td.contatti {
	background-color: #FF7800;
	text-align: center;
	color: #000;
}

/*
td.selezionato {
	font-weight: bold;
}
*/



/* impostazioni per contenuto tabella non cliccabile*/
td.selezionato0 {
	background-color: #000;
	text-align: center;
	font-weight: bold;
	color: #FF7800;
}
td.selezionato1 {
	background-color: #000;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

td.selezionato2 {
	background-color: #000;
	text-align: center;
	font-weight: bold;
	color: #7198AA;
}
td.selezionato3 {
	background-color: #000;
	text-align: center;
	font-weight: bold;
	color: #75937A;
}
td.selezionato4 {
	background-color: #000;
	text-align: center;
	font-weight: bold;
	color: #A97F92;
}
td.selezionato5 {
	background-color: #000;
	text-align: center;
	font-weight: bold;
	color: #9B9C9E;
}
td.selezionato6 {
	background-color: #000;
	text-align: center;
	font-weight: bold;
	color: #9C9662;
}




td.menucopy {
	text-align: right;
}

/*impostazioni base per i link dei diversi menu*/
a.menu0 {
	text-decoration: none;		/* non sottolineato */
	color: #fff;			/* bianco */
}
a.menu1 {
	text-decoration: none;
	color: #fff;
}
a.menu2 {
	text-decoration: none;
	color: #fff;
}
a.menu3 {
	text-decoration: none;
	color: #fff;
}
a.menu4 {
	text-decoration: none;
	color: #fff;
}
a.menu5 {
	text-decoration: none;
	color: #fff;
}
a.menu6 {
	text-decoration: none;
	color: #fff;
}
a.evento {
	text-decoration: none;
	font-weight: bold;
	color: #871133;
}

/* impostazione per il link al passaggio del mouse */
/*a.menu:hover {
	font-weight: bold;
}*/

a.menu0:hover {				/* menu laterale */
	font-weight: bold;
	color: #FF7800;
}
a.menu1:hover {
	font-weight: bold;
	color: #fff;
}
a.menu2:hover {
	font-weight: bold;
	color: #7198AA;
}
a.menu3:hover {
	font-weight: bold;
	color: #75937A;
}
a.menu4:hover {
	font-weight: bold;
	color: #A97F92;
}
a.menu5:hover {
	font-weight: bold;
	color: #9B9C9E;
}
a.menu6:hover {
	font-weight: bold;
	color: #9C9662;
}
a.evento:hover {
	font-weight: bold;
	color: #871133;
}


/* impostazione per il link del titolo */
a.rientro_menu {
	text-decoration: none;		/* non sottolineato */
	color: #fff;			/* bianco */
}
a.rientro_menu:hover {				/* link sul titolo */
	color: #FF7800;
}


/* impostazione per il link di rientro della gallery */
a.rientro_gallery {
	text-decoration: none;		/* non sottolineato */
	color: #fff;			/* bianco */
}
a.rientro_gallery:hover {				/* link sul titolo */
	font-weight: bold;
	color: #000;
}




a.contatti {
	text-decoration: none;		/* non sottolineato */
	color: #fff;			/* bianco */
}
a.contatti:hover {
	text-decoration: none;		/* non sottolineato */
	font-weight: bold;
	color: #fff;			/* bianco */
}


div {
	vertical-align : middle;
}