/*definizione body*/
html,body{margin: 0;padding:0}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
}

/*stili contenitori del sito*/
div#container{
	position:relative;
	width: 768px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/bg.jpg);
	border: 10px solid #FFFFFF;
	padding-bottom: 10px;
}
div#container2{
	width: 100%;
	background-color: #ffffff;
	color:#000;
	margin-right: 9px;
	margin-left: 9px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	height: auto;


}
/*stili per l'header*/
div#header{
	background-color:#FFFFFF; color:#000;
	background-image: url(../img/head.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 110px;
}
/*stili generici  */
h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}
h2{color: #999;font-size: 1.5em; background-color: #FFFFFF;}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 2px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

/*stili menu navigazione*/

div#navigation {
	position:absolute;
	width: 12.5em;
	background-color: #FFFFFF;
	color:#000;
	top: 138px;
}
div#navigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#navigation li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 135px;
	border: 1px dashed #CCCCCC;
	background-color: #FFFFFF;
	color:#999;
	font-size: 12px;
	margin-top: 3px;
	margin-left: 7px;
	padding-left: 5px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
div#navigation a{color:#ff9900; background-color: #FFFFFF; font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;text-decoration: none}
div#navigation a:hover{
	color: #666699; background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div#navigation a#activelink{
	color: #666699; background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/*stili parte centrale del sito*/
div#content{
	margin-left: 13em;
	padding: 1em;
	background-color: #FFFFFF;
	color: #000;
	text-align: justify;
}
div.textimage{
	padding: 5px 10px 1px 0px;
}
div.textimage img{
	float:left;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 2px solid #CCCCCC;
}
/*stili footer*/
div#footer{
	text-align:center;
	color: #666699;
background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	font-size: 10px;
	line-height: 30px;
}

/*sono costretta a mettere tutti questi space ai fini della validazione dell'html*/
#space {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	height: 10px;
	line-height: 10px;
}
#space2 {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	height: 10px;
	line-height: 10px;
}
#space3 {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	height: 10px;
	line-height: 10px;
}
#space4 {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	height: 10px;
	line-height: 10px;
}
#space5 {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	height: 10px;
	line-height: 10px;
	text-align: justify;
}
#space6 {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	height: 10px;
	line-height: 10px;
}
#space7 {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	height: 10px;
	line-height: 10px;
}

/*stili links*/
a  { color:#666699; text-decoration: underline; background-color: #FFFFFF;} 
a:link  { color: #666699; font-weight: normal; background-color: #FFFFFF;} 
a:visited { color: #666699; font-weight: normal; background-color: #FFFFFF;} 
a:active  { color: #333333; font-weight: normal;text-decoration: underline;background-color: #FFFFFF;}  
a:hover { color: #333333;  text-decoration: underline; font-weight: normal;background-color: #FFFFFF;}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #666666;
}
#corsiformazionebox {
	height: 100px;
	background-color: #FFFFFF;
	overflow: auto;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
}
