html,body {
    background-color : #8cc63f;
    margin : 0;
    text-align : center;
}
#blocco {
    display : block;
	margin-left : auto;
    margin-right : auto;
    width : 960px;
    height : 550px;
	overflow : hidden;
    margin-top : 25px;
    background-color : white;
    text-align : left;
}
img.logo {
    clear : right;
    float : right;
    margin-top : 10px;
    margin-right : 40px;
    margin-bottom : 11px;
}
h2 {
    font-size : 1.1em;
    font-family : "Arial", sans-serif;
    font-style : italic;
	font-weight : bold;
    text-align : left;
    line-height : 1.3em;
    vertical-align : middle;
    clear : left;
    float : left;
    margin : 30px 0 0 40px;
    height : 64px;
    color : #8cc63f;
}
ul#menu {
    clear : both;
    display : block;
    margin: 0 30px 0 40px;
    padding : 0;
    width : 890px;
    height : 74px;
}
ul#menu li {
    display : block;
    float : left;
    width : 166px;
    margin-right : 10px;
    margin-bottom : 10px;
}
ul#menu li a {
    display : block;
    background-color : #dff0c9;
    /*background-color : #eef7e2;*/
    margin : 0;
    color : white;
    text-decoration : none;
    font-size : 0.8em;
    font-weight : bold;
    font-family : "Arial", sans-serif;
    text-align : center;
    height : 27px;
    line-height : 27px;
    vertical-align : middle;
}
ul#menu li a:link {
    color : white;
}
ul#menu li a:visited {
    color : white;
}
ul#menu li a:active {
    color : white;
}
ul#menu li a:hover {
    color : #8cc63f;
    text-decoration : underline;
}
ul#menu li a.attivo {
    background-color : #8cc63f;
}
ul#menu li a.attivo:hover {
    color : white;
}
div#titolo {
    display : block;
    clear : both;
    height : 64px;
    margin-top : 0;
    margin-bottom : 10px;
}
h1 {
    font-size : 17pt;
    font-weight : normal;
    font-family : "Arial Black", sans-serif;
    font-style : italic;
    text-align : right;
    line-height : 30px;
    letter-spacing : 0.02em;
    vertical-align : middle;
    clear : left;
    float : right;
    width : 640px;
    margin : 0 280px 0 0;
    height : 64px;
    color : #8cc63f;
}
img.titolo {
    float : right;
    width : 165px;
    margin : 0 0 0 45px;
    clear : right;
}
a#schema {
	float : right;
	font-family : "Arial", sans-serif;
	font-size : 0.8em;
	width : 165px;
	text-align : center;
}
a#schema,a#schema:link,a#schema:active,a#schema:visited{
    color : #8cc63f;
    text-decoration : none;
}
a#schema:hover{
    color : #8cc63f;
    text-decoration : underline;
}
div#foto {
	float : right;
	width : 165px;
	overflow : hidden;
	/*margin-right : 50px;*/
	margin-right : 30px;
	text-align : center;
}
div#foto img {
	margin-bottom : 10px;
}
div#contenitore {
    height : 272px;
    float : left;
    clear : left;
    width : 625px;
    margin : 0 0 10px 70px;
    overflow : auto;
    display: inline;
}
/** Stile del contenuto **/
div#contenuto {
    text-align : right;
    font-size : 0.8em;
    font-family : "Arial", sans-serif;
    line-height : 1.5em;
}
div#contenuto A,div#contenuto A:link,div#contenuto A:active,div#contenuto A:visited{
    color : #8cc63f;
    text-decoration : none;
    font-family : "Arial", sans-serif;
}
div#contenuto A:hover{
    color : #8cc63f;
    text-decoration : underline;
}
div#contenuto p {
    margin : 0 0 20px 0;
}
div#scorrimento {
    visibility: hidden;
    float : left;
    width : 17px;
    height : 272px;
    margin-left : 20px;
}
div#scorrimento a.su {
    float : left;
    clear : right;
	margin-top : 5px;
}
div#scorrimento a.su img {
    border : 0;
}
div#scorrimento #barra {
	float : left;
	background-image : url(sfondo.png);
	background-repeat : repeat-y;
	height : 255px;
	width : 17px;
	display:block;
}
div#scorrimento #barra #cursore {
	float : left;
	background-color : #8cc63f;
	width : 17px;
	display : block;
	height : 3px;
	margin-top : 1px;
	overflow : hidden;
}
div#scorrimento a.giu {
    float : left;
}
div#scorrimento a.giu img{
    border : 0;
}
div#controlli {
    clear : both;
    width : 960px;
    margin : auto;
    color : white;
    text-align : right;
    font-size : 0.8em;
	font-weight : normal;
    font-family : "Arial", sans-serif;
}
div#controlli A,div#controlli A:link,div#controlli A:active,div#controlli A:visited{
    color : white;
    text-decoration : none;
    font-family : "Arial", sans-serif;
}
div#controlli A:hover{
    color : white;
    text-decoration : underline;
}
/* Codice per le tabelle */
table {
	border : 1px solid #ccc;
	font-family : Arial, sans-serif;
	font-size : 13pt;
	border-collapse : collapse;
}
table tr th {
	border : 1px solid #ccc;
	background-color : #8cc63f;
	color : white;
	text-align : center;
	padding : 5px;
}
table tr td {
	border : 1px solid #ccc;
	padding : 5px;
	vertical-align : top;
	font-size : 11pt;
}
table tr td.titolo {
	text-align : center;
	vertical-align : middle;
	font-weight : bold;
	font-size : 13pt;
	padding : 0;
}