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

#contenitore #header h1 {
	color: #003366;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contenitore #header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	font-style: italic;
	text-align: center;

}
#contenitore #header {
	background-image:url(images/titolo.png);
	background-repeat:no-repeat;
	background-position:left;
}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
}
#argomento, #descrizione {
	margin: 0 170px;
	padding: 1em 10px;
    border-width: 0 1px; 
	border-style:solid; 
	border-color: #ccc;
	text-align:justify;
}
#extra {
	float: right; 
	width:130px;
	padding: 1em 5px;
	color:#FFFFFF;	
	background-color: #333333;
	background-position: left center;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border: 2px solid #666666;
	padding: 5px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	background-position: left center;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border: 2px solid #666666;
	padding: 5px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#menu {
	float:left;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	background-color: #333333;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border: 2px solid #666666;
	padding: 5px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#menu a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #CCCCCC;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer a:active {
	color: #FFFFFF;
}
#textshadow {
	font-family: Georgia;
	font-size: 18px;
	color: #FFFFFF;
	text-shadow: 0px -4px 12px #FF9900;
	text-align: center;
	background-color: #336699;
	text-align:justify;

}
#header {
	background-color:#CCCCCC;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 3px;
	border: 1px solid #336699;
	padding: 3px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 20px;
}
