
body {
	background-color: white;
	color: black;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	margin: 0px;
	padding:0px;
/*giallo contorno logo FFD648
grigio logo 8F826A
rosso rosa A1374E A95A5D 9D6E82 C9889E*/
}
#container {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#header {	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}
#home {	
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	background-color: #FFD648;
	color: white;
	height: 15px;	
	width: 100%;
}
table {
	width: 100%;
	border-spacing: 0px;
	border-collapse:collapse;		
}
#header table {	
	table-layout: fixed;
	height: 15px;		
}
#header td {
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	color: white;	
}
.area1 { 
	background-color: #FFE9BA; /*giallo scuro*/
}
.area2 { 
	background-color: #FFD648; /*giallo medio*/	
}
.area3 { 
	background-color: #FFC726; /*giallo chiaro	*/
}
.area4 {
	background-color: #98BAAC; /*verde chiaro*/
}
.area5 {
	background-color: #7DAC9A; /*verde medio*/
}
.area6 {
	background-color: #008480; /*verde scuro*/
}
.area7, .frutta {
	background-color: #C9889E;/*A95A5D; rosso chiaro*/
}
.area8 {
	background-color: #9D6E82; /*rosso medio*/
}
.area9 {
	background-color: #A1374E; /*rosso scuro*/
}
.font_piccolo {	
	font-size: 11px;
}
.sinistra {
	text-align: left;
}
.destra {
	text-align: right;
	padding-right: 5px;
}
.verde {
	color: #008480;
}
.bianco {
	color: white;
}
.rosso {
	color: #A1374E;
}
.giallo {
	color: #FFD648;
}
a, a:link, a:visited, a:focus {
    color: #897B61; /*grigio scritta Agriturismo Palmero*/
	font-weight: bold;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.rosso, a.rosso:link, a.rosso:visited, a.rosso:focus {
	color: #A1374E;
	font-weight: normal;
	text-decoration: none;
}
a.rosso:hover {
	text-decoration: underline;
}

th {
	color: #008480;
}
td {
	vertical-align: middle;
	text-align: justify;
}
#menu {
	font-weight: bold;
	float: left;
	width: 159px;
	min-height: 430px;
	padding: 0px;
	height: auto !important;
	height: 430px;
	background-color: #98BAAC;
	border-right: solid 1px #008480;
}
#menu ul {		
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: block;
	margin: 0;
	padding: 5px;	
	border-bottom: 1px solid #008480;
}
#menu a, #menu a:link, #menu a:visited, #menu a:focus {
	color: white;
}
.voceCorrente{
	background-color: #008480;
}
#img_palmero {
	/*background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	display: block;
	width:800px;
	height: 140px;
	border-top: solid 1px white;*/
	border-bottom: solid 1px white;
}
#content {	
	float: left;
	width: 608px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	min-height: 399px;
	height: auto !important;
	height: 399px;
	border: 1px solid #A1374E;
	text-align: justify;
}
#contentTabs {
	float:left;
	text-align: right;
	width: 629px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content b, #contentTabs b, #content th, #contentTabs th {
	color: #A1374E;
}
#contentTabs ul.tab {
	list-style: none;
	margin: 0;
	padding-top: 1px;	
}
#contentTabs ul.tab li {	
	display: inline;
	margin: 0;
	padding: 0;	
}
#contentTabs ul.tab li a, #contentTabs ul.tab li a:link, #contentTabs ul.tab li a:visited {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #A1374E;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;	
}
#contentTabs ul.tab li a:active, #contentTabs ul.tab li a:focus {	
	background-color: #9D6E82;
	border-bottom: 1px solid #9D6E82;	
}
#contentTabs div.tab {
	border: 1px solid #A1374E;
	min-height: 384px;
	height: auto !important;
	height: 384px;
	margin-right: 0px;	
	text-align: justify;	
	padding: 10px;
}
#porta_foto table{
	width:100%;		
	padding-bottom: 1px;
}
.foto{
	width:350px;
	height:263px;	
	border: 1px solid #8F826A;
	float: right;
	margin-bottom: 10px;
}
#contentTabs div.foto_canvas{
	position:absolute;		
}
form { 
	float: left;
	width: 608px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	min-height: 399px;
	height: auto !important;
	height: 399px;
	border: 1px solid #A1374E;	
	background: #C9889E;
}
form td {
	padding: 5px;
}
td.destra {
    white-space: nowrap;
}
fieldset {
	border: white solid 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
}
legend {
	color:white;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}
label {
	text-align: right;
}
input {	
	color: #A1374E;
	border: #A1374E solid 1px;
	width: 180px;
}
input.small {
	width: 17px;
	height: 17px;	
	border: 0px;
}
input.medium {
	width: 80px;
	height: 17px;
}
.button {
	cursor:pointer;
	font-size: 11px;
	font-weight: bold;
	background: #A1374E;
	color: white;
	border-top: 1px solid gray;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid gray;
}
select { 	
	color: #A1374E;
	border: #A1374E solid 1px;
	width: 183px;	
}

textarea {
	background: white;
	color: #A1374E;
	border: #A1374E solid 1px;
	width: 480px;
	height: 90px;	
}
#scroll_image {
    width: 118px; 
    height: 90px;
    z-index: 59;
	display: block;
	border: 0px;
	background-image: url(img/img_p_1.jpg);
}
#footer {
	clear: both;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-style: italic;
	font-size: 11px;	
}
