/*stili per il layout fisso*/
html,body{
	margin-bottom: 9px;
	padding-bottom: 9px;
}
body{
	font-family: arial, sans-serif;
	font-size: 80%;
	text-align: center;
	background-color: #036;
}
a:link,a:visited,a:active{
color: #336699;
}

div#container{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	border-left: 2px solid #29639C;
	border-right: 2px solid #336699;
	background-color: #FFFFFF;
}

/*stili generici, su header e footer*/
div#header{
	background-color:#369;
	color: #E7E7E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #369;
	background-image: url(../immagini/fondo_header.jpg);
	padding-top: 3em;
	padding-bottom: 2em;
}
#language img{
border:0px;
}
h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 3em/1em Arial, Helvetica, sans-serif}
h2{
	color: #369;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-bottom-color: #369;
	border-bottom-width: 1px;
	line-height: 1.2em;
}
#gallery a img{
border:2px solid #336699;
}
#gallery a img:hover{
border:2px solid #096;
}

div#footer{
	text-align:center;
	padding: 0.5em;
	background-color: #3399CC;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #369;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #369;
	font-size: 85%;
}
div#footer a{color: #036;font-weight: bold;text-decoration: underline}

/*stili specifici per il layout*/
div#navigation{
	background-color:#E5E5E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #369;
	font-size: 77%;
	padding: 0.7em;
}
div#content{
	padding: 3em 3em 1em;
	background-image: url(../immagini/fondo_ninfea.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 1em;
	color: #333333;
	line-height: 1.2em;
	list-style-image: url(../immagini/freccia_link.gif);
}
div#content a{
	color:#369;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
div#content li{
	line-height: 1.3em;
}
div#content a:hover{color: #096;text-decoration: underline}
div#content a#activelink{color: #003366;text-decoration: none}

div#banners {margin-top:50px}
div#banners ul{margin: 0;padding: 0; list-style-type: none;}
div#banners li{display: inline; margin: 0 0 0 1em;padding: 5px}

/*stili per la navigazione*/
div#navigation ul{margin: 0;padding: 0; list-style-type: none;}
div#navigation li{display: inline; margin: 0 0 0 1.3em;} /*nota display: inline*/
div#navigation a{color:#369;font: bold normal 1.3em/2.5em arial, sans-serif;text-decoration: none}
div#navigation a:hover{color: #096;text-decoration: underline}
div#navigation a#activelink{color: #003366;text-decoration: none}

div#bar{
	text-align: center;
}
	
div#bar ul{margin: 0;padding: 0; list-style-type: none;}
div#bar li{display: inline; margin: 0 0 0 1em;padding: 5px} /*nota display: inline*/
div#bar a{
	color:#369;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.7em;
}
div#bar a:hover{color: #096;text-decoration: underline}
div#bar a#activelink{color: #003366;text-decoration: none}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #369;
	background-color: #CEF1FF;
	border: 1px solid #369;
	font-weight: bold;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #369;
	background-color: #CEF1FF;
	border: 1px solid #369;
	font-weight: bold;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #369;
	background-color: #CEF1FF;
	border: 1px solid #369;
	font-weight: bold;
}


