html {
	padding: 10px;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font: 11px arial,sans-serif;
	color: #3D3D3D;
	text-align: center;
	background: #F5F5F5 url(gfxIndex/bgBody.gif);
}


/* ............... impostazioni generali inizio ............... */
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}

h2, h3, h4, h5 {
	color: #3C719F;
}
h1 {
	margin: 12px 10px 10px 0;
	font-size: 14px;
	color: #DD0000;
	text-align: right;
	text-transform: uppercase;
}
h2 {
	margin: 15px 0 0 15px;
	font-size: 12px;
}
h3 {
	margin: 10px 0 0 0;
	font-size: 12px;
	text-align: center;
}
h4 {
	margin: 20px 0 10px 0;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	color: green;
}
h5 {
	margin: 10px 15px 10px 0;
	font-size: 12px;
	text-align: right;
}
h6 {
	margin: 0;
	padding: 1px 5px 1px 1px;
	font-size: 12px;
	text-align: right;
	background: #DAE6F7;
	color: #3D3D3D;
}

.strongBig {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.strongBigNav {
	font-weight: bold;
	font-size: 17px;
	text-align: left;
}
.strongBigBlue {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #3C719F;
}
.strongEm {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}

img.x {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.block {
	position: relative;
	float: left;
	padding: 0;
	line-height: 1.4;
	width: 480px;
	height: auto;
	margin: 0 0 20px 5px;
	text-align: justify;
}
.block img {
	float: left;
}
/* ............... impostazioni generali fine ............... */


DIV#container {
	position: relative;
	text-align: left;
	margin: 0px auto; 
	width: 700px;
	border: 10px solid white;
	background: url(gfx/bg_container.gif);
	z-index: 1;	
}

/* ..... impostazioni topMenu inizio ..... */

DIV#topMenu {
	float: left;
	margin-left: 0;
	width: 500px;
	height: 30px;
	background:  url("gfx/bg_topMenu.gif");
}
DIV#topMenu p {
	margin:0;
	padding: 7px 0 0 25px;
}

#topMenu a:link, #topMenu a:visited {
	color: ButtonShadow;
	text-decoration: none;
} 
#topMenu a:hover {
color : blue;
text-decoration : none;
}
/* ..... impostazioni topMenu fine ..... */

/* ..... impostazioni topNews inizio ..... */
DIV#topNews {
	float: left;
	margin-right: 0;
	width: 200px;
	height: 30px;
	background: #DCDCDC;
	text-align: center;
}
DIV#topNews a:link, DIV#topNews a:visited {
	color: blue;
	text-decoration: none;
} 
DIV#topNews a:hover {
color : #DD0000; 
text-decoration : none;
}
/* ..... impostazioni topNews fine ..... */


/* ..... impostazioni header inizio ..... */
DIV#header, #headerFormazione, #headerServizi, #headerGiovani, #headerModina {
	float: left;
	margin-left: 0;
	width: 500px;
	height: 120px;
}
#header {
	background: url(gfx/bg_Header.jpg);
}
#headerFormazione {
	background: url(gfx/bg_HeaderFormazione.jpg);
}
#headerServizi {
	background: url(gfx/bg_HeaderServizi.jpg);
}
#headerGiovani {
	background: url(gfx/bg_HeaderGiovani.jpg);
}
#headerModina {
	background: url(gfx/bg_HeaderModina.jpg);
}
/* ..... impostazioni header fine ..... */


/* ............... impostazioni headerMenu inizio ............... */
DIV#headerMenu {
	float: left;
	margin-right: 0;
	width: 200px;
	height: 120px;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 39px;
	letter-spacing: 2px;
	text-align: center;
	background: transparent;
}
DIV#headerMenu ul {
list-style : none; 
margin : 0; 
padding : 0; 
}

DIV#headerMenu li {
border-bottom : 1px solid white; 
margin: 0; 
}

DIV#headerMenu li a {
display : block; 
padding : 0; 
background-color : #DD0000;
color : #fff; 
text-decoration : none;
}

DIV#headerMenu li a:hover {
	background-color: transparent;
	color: #DD0000;
	display: block;
}
/* ............... impostazioni headerMenu fine ............... */


/* ..... impostazioni content inizio ..... */
DIV#content {
	position: relative;
	float: left;
	width: 490px;
	margin-bottom: 15px;
	/*background: #D7D5A9;*/
	z-index: 50;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
DIV#content P {
	line-height: 1.4;
	margin: 5px 0 5px 0;
	padding: 5px;
	text-align: justify;
} 
DIV#content ul {
	line-height: 1.4;
	margin: 0 0 0 10px;
	padding-left: 20px;
}
DIV#content li {
	line-height: 1.4;
	list-style-type: square;
	padding: 5px 0 0 0;
}

DIV#content a:link, DIV#content a:visited {
	font-weight: bold;
	color: blue;
	text-decoration: none;
} 
DIV#content a:hover {
	color: #FF9900;
	text-decoration: none;
}
/*DIV#content img {
	float: left;
}*/

DIV#content .blockInfo {
	position: relative;
	float: right;
	width: 460px;
	padding-right: 23px;
	margin: 20px 0 0 0;
	text-align: right;
	line-height: 1.2;
	background: url(gfx/informazioni.gif) no-repeat top right;
}
/* ..... impostazioni content fine ..... */

DIV#insert {
	position: relative;
	float: right;
	width: 187px;
	height: 260px;
	padding: 0;
	margin: 10px 0 15px 10px;
	font: 10px arial,sans-serif;
	text-align: justify;
	/*border: 1px solid red;*/
}
DIV#insert img {
	float: right;
}

DIV#corsi {
	float: right;
	margin: 8px 0 0 0;
	width: 200px;
	height: 80px;
	text-align: center;
	background: url(AreaFormazione/Catalogo/gfx/CatalogoCorsi_0910.gif) no-repeat center;
}


/* ..... impostazioni navigation inizio ..... */
DIV#navFormazione, DIV#navCatalogo, DIV#navServizi, DIV#navGiovani,  DIV#navChisiamo {
	float: right; 
	margin: 10px 0 0 0;
	width: 200px;
}
DIV#navFormazione p, DIV#navCatalogo p, DIV#navServizi p, DIV#navGiovani p, DIV#navChisiamo p {
margin: 15px 10px 0 10px;
text-align: left;
}
DIV#navFormazione ul, DIV#navCatalogo ul, DIV#navServizi ul, DIV#navGiovani ul, DIV#navChisiamo ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
	padding-bottom: 20px;
} 

DIV#navFormazione ul{
	background: url(gfx/MenuFormazione.gif) bottom right no-repeat;
}
DIV#navCatalogo ul{
	background: url(gfx/MenuCatalogo.gif) bottom right no-repeat;
}
DIV#navServizi ul{
	background: url(gfx/MenuServizi.gif) bottom right no-repeat;
}
DIV#navGiovani ul{
	background: url(gfx/MenuGiovani.gif) bottom right no-repeat;
}
DIV#navChisiamo ul{
	background: url(gfx/MenuChisiamo.gif) bottom right no-repeat;
}

DIV#navFormazione li, DIV#navCatalogo li, DIV#navServizi li, DIV#navGiovani li, DIV#navChisiamo li {
padding: 2px;
margin: 0; 
} 
DIV#navFormazione li a, DIV#navCatalogo li a, DIV#navServizi li a, DIV#navGiovani li a, DIV#navChisiamo li a {
	display: block;
	padding-left: 10px;
	background-color: #CECECE;
	color: #666666;
	text-decoration: none;
} 
DIV#navFormazione li a:hover, DIV#navCatalogo li a:hover, DIV#navServizi li a:hover, DIV#navGiovani li a:hover, DIV#navChisiamo li a:hover {
	background-color: transparent;
	color: #DD0000;
	display: block;
}

DIV#extra {
	float: right; 
	margin: 10px 0 0 0;
	width: 200px;
}
div#extra p {
margin: 15px 10px 0 10px;
text-align: left;
}
div#extra a:link, div#extra a:visited {
	font-weight: bold;
	color: blue;
	text-decoration: none;
} 
div#extra a:hover {
	color: #FF9900;
	text-decoration: none;
}
/* ..... impostazioni navigation fine ..... */


/* ..... impostazioni footer inizio ..... */
DIV#footer {
	position: relative;
	width: 700px;
	height: 50px;
	clear: both;
	background: url(gfx/bg_footer.gif); 
	z-index: 60; 
}
DIV#footerRight {
	float: right;
	background: #DCDCDC;
	color: black; 
	width: 200px;
	height: 50px;
	text-align: center;
}
/* ..... impostazioni footer fine ..... */


/*..... impostazioni form inizio ..... */
.inputCorsi {
	margin: 30px 0 0 0;
	width: 185px;
	font: 11px Arial, Helvetica, sans-serif;
	color: white;
	border: 1px solid #CECECE;
	background: #DD0000;
}
.inputForm {
	margin: 2px 0 4px 9px;
	padding: 0 2px 0 2px;
	width: 150px;
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
	border: 1px solid black;
	background: white;
}
.inputFAD {
	margin: 0;
	padding: 0 2px 0 2px;
	width: 80px;
	height: 15px;
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
	border: 1px solid black;
	background: white;
}
/*..... impostazioni form fine ..... */


/* ..... impostazioni TABLE inizio ..... */
table, .tableTransp, .tableNota, .tableCatalogo {
	font: 11px arial,sans-serif;
	text-align: left;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	border-spacing: 1px; 
}
th {
	border: 1px solid #DCDCDC;
	padding: 3px;
}
td {
	border: 1px solid #DCDCDC;
	padding: 3px;
}

.tableTransp th {
	border: 0;
	padding: 3px;
}
.tableTransp td {
	border: 0;
	padding: 3px;
}
.tableNota th {
	border: 0;
	padding: 10px;
	background: #DAE6F7;
}
.tableNota td {
	border: 0;
	padding: 10px;
	background: #EAF1FB;
}
.tableCatalogo th {
	border: 0;
	padding: 3px;
	background: #F3F6FC;
}
.tableCatalogo td {
	border: 0;
	padding: 3px;
	background: #F3F6FC;
}
/* ..... impostazioni TABLE fine ..... */

DIV#testata{
	width: 487px;
	float: right;
	padding: 0;
	margin: 8px 0 10px 0;
	font: 12px arial,sans-serif;
	text-align: left;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	/*background: #F08080;*/
} 

/* ..... stile per il submenu inizio ..... */

DIV#submenu, DIV#submenuTransp {
	width: 170px;
	float: right;
	padding: 0;
	margin: 0 2px 0 0;
	font: 10px arial,sans-serif;
	text-align: right;
	min-height: 80px;
	height: auto !important;
	height: 80px;
} 
DIV#submenuTransp {
	visibility: hidden;
}

DIV#submenu ul {
list-style: none; 
height: auto;
margin: 0;
padding: 0;
} 
DIV#submenu li {
	list-style-type: none;
	border-bottom: 1px solid #DCDCDC;
	margin: 0;
	padding: 2px;
} 
DIV#submenu li a {
display: block; 
color: blue;
text-decoration: none;
}
DIV#submenu li a:hover {
	background: #DD0000;
	color: white;
}

/* ..... stile per il submenu fine ..... */

/* ..... stili per Catalogo inizio ..... */
.iframe {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	overflow: auto;
	width: 490px;
	height: 400px;
	min-height: 400px;
	/*background: url(AreaFormazione/Catalogo/gfx/SfondoCatalogo0809.jpg) no-repeat top;*/
	padding-bottom: 10px;
}

/* ..... stili per Catalogo fine ..... */

.highlightit img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.highlightit:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
}
