/* CSS Document */

/* STRUTTURA GENERALE */
HTML {
	margin: 0;
	padding: 0
}

BODY {
	margin: 0;
	padding: 0
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link {
	color: #580000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active {
	color: #ECC58E;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #580000;
	font-weight: bold;
}

.tornaindietro a:link {
	color: #580000;
	text-decoration: none;
	font-weight:normal;
}
tornaindietro a:hover, tornaindietro  a:active {
	color: #ECC58E;
	text-decoration: none;
	font-weight: normal;
}

.tornaindietro a:visited {
	font-weight:normal;
}


/* HOME */
TD.fotoh {
	background-color: #580000;
	background-image: url(../img/bghome.jpg);
	background-repeat: no-repeat;
}


/* SERVIZIO */
TD.servizio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #580000;
}
a.servizio:link {
	color: #580000;
	text-decoration: none;
	font-weight: normal;
}
a.servizio:hover {
	color: #ECC58E;
	text-decoration: none;
	font-weight: normal;
}
a.servizio:active {
	color: #ECC58E;
	text-decoration: none;
	font-weight: normal;
}
a.servizio:visited {
	text-decoration: none;
	font-weight: normal;
}

/* PAGINE INTERNE */
TD.bgpages {
	background-color: #ECC58E;
}

TD.fotoint {
	background-color: #580000;
	background-image: url(../img/bgint.jpg);
	background-repeat: no-repeat;
}
TR.bgtit {
	background-color: #580000;
}
IMG.head {
	border: 4px solid #580000;
}
TD.txt {
	padding-left: 5px;
	background-color: #FFFFFF;
	padding-right: 5px;
}
SPAN.picc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
TD.sepor {
	background-image: url(../img/sepor.gif);
	background-repeat: repeat-x;
	height: 11px;
}

SPAN.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*color: #ECC58E;*/
	color: #000000;
}

SPAN.titolone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*color: #ECC58E;*/
	color: #000000;
}

DIV.fotografie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 126px;
	margin-left: 10px;
	background-color: #ECC58E;
	padding: 3px;
	font-style: italic;
	font-size: 10px;
	text-align: left;


}

/* MENU PAGINE */
TD.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ECC58E;
	font-weight: bold;
}
a.menu:link {
	color: #580000;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color: #ECC58E;
	text-decoration: none;
	font-weight: bold;
}
a.menu:active {
	color: #ECC58E;
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	text-decoration: none;
	font-weight: bold;
}

