/* colore viola: #680777 */
/* colore verde bottoni: #77c655*/
/* colore violetto per sfondo: background-color:#cce; */
/* prova colore giallo: background-color:#F9E17F;*/
/* prova colore verde: background-color:#B4E79E;*/

/*stili per il layout fisso*/
html,body
{
	margin: 0px;
	padding:0px;
	background-color:#e1dae3;
/*background-image:url("IMG/fiori.jpg");*/
}
body
{
	font-family:arial,sans-serif;
	font-size:76%;
	text-align:center;
}

div#container
{
	width:760px;
	margin: 15px auto;
	text-align:left;
	background-color:#FDFFD9;
	background-image:url('../IMG/SfondoGirasole.jpg');
}

/*stili generici, su header e footer*/
div#header
{
	background-image:url('../IMG/fiori.jpg');
	background-position:bottom right;
	background-repeat:no-repeat;
/*background-attachment:fixed;*/
	background-color:#FDFFD9;
	color:#ff0;
	text-align:center;
/*border-width:0 0 2px 0; 
border-style:solid; 
border-color: #ccc;*/
}

/*stili specifici per il layout*/
div#navigation
{
	color:#680777;
	float:left;
	width:170px;
	margin-right:4px;
	background-color:#FDFFD9;
/*
 height: auto !important;  /* per i browser moderni */
    /*height: 600px;      /* per IE5.x e IE6 */
    /*min-height: 600px;  /* per i browser moderni */
	font-size:20px;
	padding:5px;
	margin-bottom:15px;
	background-image:url('../IMG/SfondoGirasole.jpg');
/*
border-width:2px; 
border-style:solid; 
border-color: #680777;
*/
}
div#navigation a
{
	text-decoration:none;
}

div#content
{
	float:left;
	width:545px;
	padding:5px;
	margin-bottom:15px;
	background-color:#FDFFD9;
/*	min-height:600px;*/
	background-image:url('../IMG/SfondoGirasole.jpg');
/*background-position:right bottom;
background-repeat:no-repeat;
background-attachment:fixed;*/
/*
background-image:url('../IMG/fiori.jpg');
background-position:right bottom;
background-repeat:no-repeat;
background-attachment:fixed;
/*
border-width:2px; 
border-style:solid; 
border-color: #680777;
*/
}
/* -------- STILI PER IL FOOTER -------------- */
div#footer
{
	clear:both; 
	text-align:center; 
	padding:10px;
	background-color:#FDFFD9; 
	color: #680777;
	font-family:georgia;
	border-width:2px 0px 0px 0px; 
	border-style:solid; 
	border-color: #e1dae3;
	font-size:14px;
	font-weight:bold;
}

div#footer legend
{
	color:#680777;
}

.div_l{
	float:left;
	margin:10px 10px 10px 100px;	
	display:block;
}
.div_r{
	float:right;
	margin:10px 100px 10px 10px;
	display:block;
}

#footercontatti{
	width:inherit;
	display:block;
	font-size:12px;
	font-family:georgia;
	float:left;
}
#footercontatti a:link{
	color:#680777;
}
#footercontatti a:visited{
	color:#680777;
}
#footercontatti a:hover
{
	color:#77c655;
}
.footercontatti_l div{
	padding:3px;
	display:block;
}
.footercontatti_r div{
	padding:3px;
	display:block;
}

#footerbanner{
	clear:both;
	display:block;
	float:left;
	width:100%;
}
#footerbanner a{
	text-decoration:none;
}
#footerbanner a:link
{
	border: 0 !important;
	border:2px solid #FDFFD9;
	/*border-color:transparent;*/
}
#footerbanner a:visited
{
	border:2px solid #FDFFD9;
	/*border-color:transparent;*/
}
#footerbanner a:hover
{
	border-color:#77c655;
}
#footerbanner img
{
	border:2px solid #FDFFD9 !important;
	border:0;
	margin-top:2px;
	/*border-color:transparent;*/
}
#footerbanner img:hover 
{
	border-color:#77c655 !important;
}

.footerbanner_h{
	display:table;
	margin-left:40px;
	font-weight:bold;
}
.footerbanner_l{
	padding-top:5px;
}
.footerbanner_r{
}
/*
.footertable td
{
	text-align:center;
	width:300px;
	padding:5px;
	color: #680777;
	font-family:georgia;
	font-size:12px;
}
.footertable a:link, a:visited
{
	color:#680777;
}
.footertable a:hover
{
	color:#77c655;
}
.footerlink a:link, a:visited
{
	color:#680777;
}
.footerlink a:hover
{
	color:#77c655;
}

#footerlink
{
	text-align:left;
}

.footerbanner a img
{
	border:2px solid;
	border-color:transparent;
}
.footerbanner a:hover img
{
	border-color:#77c655;
}*/
/* ----------------- STILI PER WEBMASTER ----------------------- */
.webmaster{
	margin-top:10px;
	font-variant:small-caps;
	font-size:9pt;
	font-style:italic;
}
.webmaster a:link{
	color:#680777;
}
.webmaster a:visited{
	color:#680777;
}
.webmaster a:hover{
	color:#77c655;
}
/* ----------------- STILI PER LE BANDIERE ----------------------- */
.bandiere
{
	/*color:#cce;*/
	border: 0 !important;
	border: 2px solid #cce;
}/*
.bandiere:visited
{
	color:#cce;
}*/
.bandiere:hover
{
	/*color:#77c655;*/
	border: 2px solid #77c655;
}
.bandiere img
{	
	border: 2px solid #cce !important;
	border:0;
}
.bandiere img:hover
{
	border: 2px solid #77c655 !important;
}

/* ----------------- STILI PER LE OFFERTE ----------------------- */
.offerte
{
	color:#680777;
	border:3px solid;
	height:22px;
/*border-bottom:3px solid;
border-top:3px solid;*/
	border-color:#e1dae3;
	font-weight:bold;
	padding-top:3px;
}
.offerte a
{
	color:#680777;
}
.offerte a:visited
{
	color:#680777;
}
.offerte a:hover
{
	color:#77c655;
}
/*
.offertetablesx{
color:#680777;
width:170;
font-size:13;
text-align:center;
}
.offertetabledx{
color:#680777;
width:545;
}*/

.footer_navigation{
	font-size:9pt;
	margin-top:5px;
	border-top:1px solid #E1DAE3;
	border-bottom:1px solid #E1DAE3;
	padding: 5px 0 5px 0;
}
.footer_navigation a
{
	color:#680777;
}
.footer_navigation a:visited
{
	color:#680777;
}
.footer_navigation a:hover
{
	color:#77c655;
}