/*generali*/
HTML, BODY { margin: 0px; padding: 0px; }
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #e5e5e5;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
IMG {
	border:0px;
}
UL {
	margin:0px;
	padding:0px;
}
FORM {
	margin:0px;
	padding:0px;
}

/*generali*/
#container {
	width:760px;
	height:450px; /*-------impostazione sito----------*/
	background-color:#FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #017196;
	margin:10px auto 0px auto; /*-------impostazione sito: solo per il margin-top----------*/
}
#header {
	background-color:#017196;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #017196;
	padding-top:20px;
}
#wrapper {
	margin-top:5px;
}
#content {
	overflow:auto;
	width:550px;
	height:320px; /*-------impostazione sito----------*/
	float:left;
}
#pagina {
	padding:10px;
}
#menu {
	width:200px;
	height:120px; /*-------impostazione sito----------*/
	float:left;
	background-color: #017196;
	margin-left: 5px;
	background-image: url(../images/menu_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer {
	width:760px;
	margin:0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:center;
	margin-top:20px;
	clear:both;
}

/*relativi ai generali*/
#header H1 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	padding:0px 5px 4px 5px;
	margin:0px;
}
#content H1 {
	height:33px;
	overflow:hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#017196;
	font-size:20pt;
	padding:5px 10px 0px 10px;
	margin:0px;
	background-image: url(../images/img_tit_pag.gif);
	background-repeat: no-repeat;
	background-position: 425px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-transform: uppercase;
}
#content H1 SUP {
	text-transform: lowercase;
	font-size:18pt;
}
#content H2 {
	font-size:14pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003546;
	margin:2px 0px;
	padding:0px;
}
#content A {
	color:#333333;
	text-decoration:none;
}
#content A:hover {
	color:#333333;
	text-decoration:underline;
}
#content A.link_back {
	font-weight:bold;
	font-size:8pt;
	color:#07516A;
	text-decoration:none;
}
#content A.link_back:hover {
	color:#07516A;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#menu H1 {
	background-color:#07516A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/menu_bg_h.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 16px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#menu UL {
	margin:0px 5px;
	height:235px; /*-------impostazione sito----------*/
}
#menu UL LI {
	font-size: 10pt;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #93C2E0;
	padding:0px 5px;
	list-style-image:none;
}
#menu UL LI A, A:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#menu UL LI.on {
	background-color: #015470;
}
#menu UL LI.off {
	background-color: #017196;
}
#menu .footer {
	background-image: url(../images/menu_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 200px;
	background-color: #2DC6D6;
}
#footer A {
	color:#000000;
	text-decoration:none;
}
#footer A:hover {
	color:#666666;
	text-decoration:none;
}
