@charset "utf-8";
/* CSS Document */

body{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    color: Black;
    background: white;
    text-align: left;
}
html {height: 100%;}

table{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

.aj_div_attesa_nascondi, .aj_div_principale_nascondi{display:none;}
.aj_div_attesa_vedi{width: 100%;top: 50px;position: relative;text-align:center;}

a{text-decoration: none;}
img{border: 0px;}
input, textarea{background: White; color: Black; border: 1px solid black; margin: 0px; padding: 2px;}
.input_noborder{background-color: transparent;color: Black; border: 0px;}
form{margin: 0px;padding: 0px;}
.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
.giustificato{text-align: justify;}

h1{font-size: 16px; margin: 0px;}
h2{font-size: 14px; margin: 0px;}
h3{font-size: 12px; margin: 0px;}
h4{font-size: 11px; margin: 0px;}
h5{font-size: 10px; margin: 0px;}
.testo9, .testo9_rosso, .testo9_bianco{font-size: 9px;}
.testo10, .testo10_rosso, .testo10_bianco{font-size: 10px;}
.testo11, .testo11_rosso, .testo11_bianco{font-size: 11px;}
.testo12, .testo12_rosso, .testo12_bianco{font-size: 12px;}
.testo13, .testo13_rosso, .testo13_bianco{font-size: 13px;}
.testo14, .testo14_rosso, .testo14_bianco{font-size: 14px;}
.testo16, .testo16_rosso, .testo16_bianco{font-size: 16px;}
.testo18, .testo18_rosso, .testo18_bianco{font-size: 18px;}

.testo9_rosso, .testo10_rosso, .testo11_rosso, .testo12_rosso, .testo13_rosso, .testo14_rosso, .testo16_rosso, .testo18_rosso{color: Red;}
.testo9_bianco, .testo10_bianco, .testo11_bianco, .testo12_bianco, .testo13_bianco, .testo14_bianco, .testo16_bianco, .testo18_bianco{color: White;}
.bianco{color: White;}
.privacy{color: Gray; font-size: 10px;}
.hidden{position:absolute;left:0px;top:-1000px;width:1px;height:1px;overflow:hidden;}

	/* l'uso di #contenitore_totale serve solo ad adattare il layout a IE6 - vedi il css dedicato */
#contenitore_totale { 
	width: 100%;
	height: auto !important;
	min-height: 100%;
	height: 100%;  /* altezza uguale a finestra */
	position: relative;
}

/*==========================*/
/* CONTENUTI */	
/*==========================*/

#contenuto {
	width: 970px;
	margin: 0px auto 0px auto;
	width: 970px;
	background: url(../immagini_layout/sfondo.png) center top no-repeat;
	}
	
	#contenuto:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
	
	/*=== INTRODUZIONE ===*/
	#introduzione {
		height: 355px;
		float: left;
		margin: 0px;
		padding: 0px 0px 0px 35px;
		}
	
		/*== ricette pronte ==*/	
		#introduzione h3 {
			width: 160px;
			height: 107px;
			margin-top: 110px;
			padding-bottom: 30px;
			border-bottom: 1px solid #BD0926;
		}
		
		#introduzione h4 {
			font-weight: normal;
			font-style: italic;
			font-size: 14px;
			color: #8A8C8E;
			width: 200px;
			margin-top: 30px;
			}
			
		a.inglese {
			position: relative;
			top: -320px;
			padding-left: 10px;
			z-index: 1;
			color: #8A8C8E;
			background: url(../immagini_layout/freccia_inglese.gif) left center no-repeat;
			}
		
	
	/*=== NAVIGAZIONE ===*/
	.navigazione_principale {
		height: 30px;
		width: 615px;
		float: right;
		margin: 0px;
		padding: 51px 45px 30px 0px;
		list-style: none;
		}
	
	.navigazione_principale li {
		margin: 0px;
		padding: 0px;
		height: 30px;
		float: left;
		display: block;
		text-align: center;
		margin-right: 1px; /* spazio del separatore */
		}
			
			/*== definisco dimensioni pulsanti ==*/
			.navigazione_principale li.home { width: 102px;}
			.navigazione_principale li.presentazione { width: 130px; }
			.navigazione_principale li.piatti {width: 117px; }
			.navigazione_principale li.menu {width: 87px; }
			.navigazione_principale li.news {width: 80px; }
			.navigazione_principale li.contattaci {width: 93px; }
			/*=====*/
			
	.navigazione_principale li a {
			color: #FFFFFF; 
			display: block;
			/*height: 30px;*/
			width: 100%;
			line-height: 28px;
			font-size: 12px;
		}                
		
		.navigazione_principale li a:hover, .navigazione_principale li a.attivo{background: url(../immagini_layout/freccia_navigazione.png) center top no-repeat; color: #FFFFFF;}
		
	/*=== DETTAGLI CONTENUTI ===*/
	#contenuto_dettaglio {
		height: 355px;
		width: 635px;
		float: right;
		margin: 0px;
		padding: 0px 35px 0px 0px;
		}
		
		#animazione_introduttiva {
			width: 635px;
			height: 355px;
			position: relative;
			z-index: 1;
			}
			
/*======================*/
/* FOOTER */
/*======================*/

#footer {
	width: 100%;
	height: 135px; height: 160px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background: transparent url(../immagini_layout/sfondo_footer.png) top center no-repeat;
	z-index: 3;
	}
			#footer h1 span {position:absolute;top:-1000px;width:1px;height:1px;overflow:hidden;}

	#footer h1 {
		width: 231px; height: 134px;
		position: absolute;
		left: 50%; /* non definisco top perchè crea problemi a ie6 */
		z-index: 3;
		margin: -39px 0px 0px -455px;
		background: url(../immagini_layout/logo_aquolina.png) top center no-repeat;
		}
		
	#footer h2 {
		width: 300px; 
		font-size: 11px;
		color: #FFFFFF;
		position: relative;
		left: 50%;
		top: 95px;
		margin-left: -464px;
		}
		
		#footer h2 img {position: relative;top: 11px;left: 10px;}
			
		/*== posizionamento del pulsante "Scopri i nostri menù" - la struttura con area cliccabile più grande ==*/
		/*== e img più piccola all'interno serve per poter differenziare sfondo e hover di <a> e gestire trasparenze in IE6 ==*/
		
					/* area cliccabile */		
		a.pulsante_piatti {
			display: block;
			width: 153px;
			height: 153px;
			background: red;
			position: absolute;
			left: 50%; /* non definisco top perchè crea problemi a ie6 */
			margin: -83px 0px 0px 295px;
			z-index: 5;
			background: url(../immagini_layout/sfondo_pulsante_menu.png) center center no-repeat;
			}
				a.pulsante_piatti:hover {background: url(../immagini_layout/sfondo_pulsante_menu_hover.png) center center no-repeat;}
				a.pulsante_piatti span {position: absolute;top:-1000px;width:1px;height:1px;overflow:hidden;}
				
	#footer h6 {
		position: relative;
		left: 50%;
		top: 98px;
		font-size: 10px;
		font-weight: normal;
		width: 970px;
		height: 30px;
		margin: 0px 0px 0px -465px;
		color: #3F83BC;
	}

