/***** Body and main container *****/

body {
	text-align:justify;
	margin:10px;
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: medium;
	background-color: #FFB3FF;
	color: #000066;
}
.contenitore {
	width:95%;
	height:100%;
	background-color: #F7F7F7;
	padding-right: 20px;
	padding-left: 20px;
	margin: 5px;
}

/***** Titolo *****/

.contenitore .titolo {
	height:auto;
	border-bottom-style: double;
	border-bottom-color: #FFFF00;
	border-bottom-width: thick;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
	margin: 4px;
}
.titolo img {
	background-color: #F9F9F9;
	z-index: auto;
	float: right;
	margin-right: 5px;
	padding-right: 5px;
	height: 140px;
	width: auto;
}
.titolo h1 {
	text-align:center;
	font-size:xx-large;
	color:#FF0000;
	font-weight:bolder;
	margin:0;
	font-style: normal;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.titolo h2 {
	text-align:center;
	font-size:large;
	margin:0;
	font-style: normal;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: bold;
}
.titolo p {
	text-align:center;
	font-size:large;
	margin:0;
	padding:0;
	font-weight: bold;
}

/***** Menu Sinistro *****/

.contenitore .menu{
	width:180px;
	float: left;
	margin-top: 5px;
	padding: 5px;
	margin-left: 2px;
	margin-right: 4px;
}

.menu ul {
	list-style:none;
	height:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin: 0px;
}

.menu li {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

.menu li a {
	height:auto;
	width:auto;
	display:block;
	color: #0066FF;
	list-style-image: none;
	list-style-type: none;
	text-decoration:none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-image: url(img/menubg2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d8d8d8;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
	border-left-color: #FF00FF;
}

.menu li a:hover {
	height:auto;
	width:auto;
	display:block;
	color: #0000FF;
	list-style-image: none;
	list-style-type: none;
	text-decoration:underline;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-image: url(img/menubg2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d8d8d8;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
	border-left-color: #FF00FF;
}

.menu li a.current {
	color:#9F009F;
	text-decoration:none;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	height: auto;
	width: auto;
	display: block;
	background-image: url(img/menubg2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D9FFFF;
	border-right-color: #D9FFFF;
	border-bottom-color: #D9FFFF;
	border-left-color: #EFB0FF;
}

.menu ul ul {
margin:5px;
font-size:0.9em;
width:135px;
}

.menu ul ul a {
height:auto;
width:auto;
margin:0;
padding:4px 0 0 8px;
}

.menu h2 {
font-size:1.5em;
font-weight:normal;
}
/***** Main content *****/
.contenitore .contenuto_ampio {
	line-height:1.5em;
	text-align:justify;
	padding: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 200px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFF00;
}

.contenuto_ampio a{
font-weight:bold;
}

.contenuto_ampio ul, .contenuto_ampio ol {
margin:0 0 16px 20px;
padding:0;
}

.contenuto_ampio ul ul, .contenuto_ampio ol ol{
margin:2px 0 2px 20px;
}

.contenuto_ampio li {
margin:0 0 2px 10px;
padding:0 0 0 4px;
}

.contenitore .contenuto_normale {
	line-height:1.5em;
	text-align:justify;
	padding: 10px;
	margin-top: 10px;
	margin-right: 215px;
	margin-bottom: 10px;
	margin-left: 200px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFF00;
	border-left-color: #FFFF00;
}

h3 {
	font-size:1.5em;
	font-weight:normal;
	margin:6px 0 6px 0;
	padding:0;
}

img {
	padding:1px;
	display:inline;
	background:#cccccc;
	color:#303030;
	border:4px solid #f0f0f0;
	margin: 10px;
}

.contenuto_normale a{
font-weight:bold;
}

.contenuto_normale ul, .contenuto_normale ol {
margin:0 0 16px 20px;
padding:0;
}

.contenuto_normale ul ul, .contenuto_normale ol ol{
margin:2px 0 2px 20px;
}

.contenuto_normale li {
margin:0 0 2px 10px;
padding:0 0 0 4px;
}

/***** Menu destro *****/
.contenitore .destra{
	width:200px;
	float: right;
	padding: 5px;
	margin-right: 4px;
	margin-top: 10px;
}
.destra form {
	width:auto;
	height:auto;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.destra h2 {
	font-size:large;
	font-weight:bold;
	color: #FF3300;
	padding:0;
	clip: rect(0px,auto,auto,auto);
	margin: 2px;
}
.destra input{
	height:25px;
	width:auto;
	margin: 3px;
	text-align: left;
	word-spacing: 2em;
}
.destra  .box{
	margin: 8px;
	padding: 3px;
	clear: both;
	height: auto;
	width: auto;
	border: thin solid #CCCCCC;

}


/***** Fine Pagina *****/

.contenitore .fondo {
	margin-left:4px;
	margin-right:4px;
	width:auto;
	text-align:center;
	color:#505050;
	font-size:0.9em;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 15px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFF00;
}

.fondo p {
padding:0;
margin:0;
}

.fondo a {
	color:#656565;
	background-color:inherit;
	text-decoration:underline;
}

.fondo a:hover {
	text-decoration:underline;
	color: #999999;
}


/***** Tags vari *****/

a {
	text-decoration:underline;
	color:#0033FF;
	background-color:inherit;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
	color:#00FF00;
	background-color:inherit;
}

a img {
border:0;
}

p {
margin:0 0 16px 0;
}



/***** Table styles *****/

table {
	margin:0 0 16px 0;
	padding:0;
	border-collapse:collapse;
	border:1px solid #d8d8d8;
}

caption {
text-align:left;
font-size:1.5em;
font-weight:normal;
margin:0;
padding:6px 0 8px 0;
}

th {
	padding:7px;
	background-color: #F2F2F2;
	font-size: large;
	text-align:center;
}

td {
	padding:7px;
	background-color: #F2F2F2;
	vertical-align:top;
	text-align:justify;
}

/***** Tags Vari *****/


.highlighted {
padding:3px;
background-color:#f0f0f0;
color:#303030;
border:1px solid #b0b0b0;
}

.hide {
display:none;
}
