/*stili per il layout fisso*/
html,body{
	margin: 0;
	padding:0;
	background-color: #000099;
	background-image: url(/immagini/sfondo_pagina_sfumato.jpg);
	background-repeat: repeat-x;
}

div#contenti{
	background-image: url(/immagini/sfondo_main_sfumato.jpg);
	background-repeat: no-repeat;
}
div#bg{
	background-image: url(/immagini/bg_main_sfumato.jpg);
	background-repeat:repeat-y;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
}
div#container{
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*stili generici, su header e footer*/
div#header{
	height: 115px;
}
div#footer{
	text-align:center;
	padding: 0.5em;
	background-image: url(/immagini/sfondo_foot.jpg);
	background-repeat: no-repeat;
	height: 42px;
}
div#footer a{
	color: #C91111;
	text-decoration: underline
}

/*stili specifici per il layout*/
div#navigation{
	background-image: url(/immagini/sfondo_menu.jpg);
	background-repeat: no-repeat;
}
/*.bottone {
	color:#FFFFFF;

}
*/.bottone a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.bottone a:hover, a:active{
color:#C91111;
}


div#contenth{
	background-image: url(/immagini/sfondo_main.jpg);
	background-repeat: no-repeat;
	height: 331px;
}

/*stili per la navigazione*/


#activelink{
	background-image: url(/immagini/sfondo_activemenu.jpg);
}
div#contenth a{
	color: #C91111;
	text-decoration: underline;

}
div#contenti {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
div#contenti a{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 14px;
	line-height: 22px;
}

div#contenth a:hover, a:active {
	font-weight: bold;
}
div#contenti a:hover, a:active {
	font-weight: bold;
	color: #C91111;

}
h1 {
	font-size: 16px;
	font-weight: bold;
		color: #C91111;

}
