/* Nei CSS l’asterisco funziona come selettore universale:
 * le proprietà che gli vengono assegnate vengono applicate a tutti i selettori.
 * In questo caso annulla margin e padding di default di tutti gli elementi*/
/* *{
	margin: 0;
	padding: 0;
}
 */
 
body{
	/* background: #99ccff; */
	/* background: #efefef; */
	/* background: #ffc490; */
	background: #fff;
	color: #789;
	font-family: verdana, helvetica, georgia, times, sans-serif;
	font-size: 13px;
	
}


#boxExt {
	z-index: 1;	
	padding: 0px;
	margin: 5px auto;	
	/* background: #663300; */
	border: 0px solid red;
	/* border: 0px solid #99ccff;*/
	width: 982px;	
}


#header {	
	z-index: 2;
	position: relative; 
	float: left;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px solid #330000;
	/* background: #fcfcfc;*/
	background: #f6fbff;
	width: 982px;
}

#headerSx {
	position: relative; 
	float: left;	
	z-index: 2;
	top: 0px;
	left: 0px;
	padding: 30px;
	margin: 0px;
	border: 0px solid #330000;
	background: #fff;
	width: 682px;
	/* height: 90px;*/
}

#boxD {
	position: relative; 
	float: left;
	z-index: 3;
	top: 0px;
	left: 0px; 
	padding: 0px;
	margin: 0px;
	background: #fffaf0;
	width: 110px;
	height: 90px;
	border-top: 0px solid #ffc490;
	border-left: 0px dashed #ffc490;
	border-right: 0px dashed #ffc490;
	border-bottom: 0px dashed #ffc490;
	text-align: center;
	/* font-family: verdana, helvetica, georgia, times, sans-serif;
	font-size: 12px; */
	line-height: 16px;
}

#boxDU {
	position: relative; 
	float: left;
	z-index: 4;
	top: 0px;
	left: 0px; 
	padding: 5px;
	margin: 0px;
	background: #ffc490;
	color: white;
	width: 100px;
	height: 15px;	
	border-top: 1px solid #ffc490;
	border-left: 1px solid #ffc490;
	border-right: 1px solid #ffc490;
	border-bottom: 0px dashed #ffc490;
	text-align: center;
	/* font-family: verdana, helvetica, georgia, times, sans-serif;
	font-size: 12px; */
	line-height: 16px;
}

#boxDL {
	position: relative; 
	float: left;
	z-index: 4;
	top: 0px;
	left: 0px; 
	padding: 5px;
	margin: 0px;
	background: #fffaf0;
	width: 100px;
	height: 55px;
	border-top: 0px solid #ffc490;
	border-left: 1px dashed #ffc490;
	border-right: 1px dashed #ffc490;
	border-bottom: 1px dashed #ffc490;
	text-align: center;
	/* font-family: verdana, helvetica, georgia, times, sans-serif;
	font-size: 12px; */
	line-height: 16px;
}

#boxM {
	position: relative; 
	float: right;
	z-index: 2;
	top: 0px;
	left: 0px; 
	padding: 30px 30px 0px 0px;
	margin: 0px;
	width: 180px;
}

#boxLC {
	position: relative; 
	float: right;
	z-index: 3;
	top: 50px;
	left: 50px;	
	padding: 10px;
	margin: 0px;
	background: #fffaf0;
	/*width: 106px;*/
	border-top: 7px solid #ffc490;
	border-left: 1px dashed #ffc490;
	border-right: 1px dashed #ffc490;
	border-bottom: 1px dashed #ffc490;
	text-align: center;
	/* font-family: verdana, helvetica, georgia, times, sans-serif;
	font-size: 12px; */
}


#boxLCend {
	position: relative; 
	float: right;
	z-index: 3;
	top: 0px;
	right: 0px;	
	padding: 10px;
	margin: 0px;
	background: #fffaf0;
	border-top: 7px solid #ffc490;
	border-left: 1px dashed #ffc490;
	border-right: 1px dashed #ffc490;
	border-bottom: 1px dashed #ffc490;
	text-align: right;
	/* font-family: verdana, helvetica, georgia, times, sans-serif;
	font-size: 12px; */
}

#boxQ {
	position: relative;
	float: left;
	z-index: 3;
	top: 20px;
	left: 35px;
	padding: 0px ;
	margin: 0px;	
	border: 0px solid #600;
	text-align: center;
	width: 540px;	
}



#boxQsub {
	position: relative;	
	z-index: 4;
	top: 0px;
	left: 0px; 
	padding: 0px 10px;
	margin: 0px;
	border-top: 0px solid #fee6b9;
	border-left: 1px dashed #fee6b9;
	border-right: 1px dashed #fee6b9;
	border-bottom: 0px solid #fee6b9;
	text-align: center;
	/* font-family: verdana, helvetica, georgia, times, sans-serif;*/
	font-size: 13px;	
	line-height: 20px;	
}


#boxMenuSx {
	position: relative; 
	float: left;
	z-index: 2;
	top: 0px;
	left: 0px;
	padding: 0px 30px;
	margin: 0px;
	border: 0px solid red;
	background: #fff;
	width: 506px;
	height: 34px;	
}

#boxMenuDx {
	position: relative; 
	float: right;
	z-index: 7;
	top: 0px;
	left: 0px;
	padding: 0px 30px 0px 0px;
	margin: 0px;
	border: 0px solid red;
	background: #f6fbff;
	width: 382px;
	height: 34px;
}		

#boxI {
	position: relative; 
	float: left;
	z-index: 9;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 15px 15px 0px 15px ;	
	/*width: 442px;/* dimensione mezza pagina */	
	/*height: 34px;*/
	background: #fff;
	/*border: 1px dashed #fee6b9;*/
	border-bottom: 1px dashed #fee6b9;
	text-align : center;
	/* font-family: verdana, helvetica, georgia, times, sans-serif;*/
	font-size: 11px;			
}


#body{
	position: relative; 
	z-index: 2;	
	float: left;
	top: 0px;
	left: 0px; 
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: #f6fbff;
	/*background: #f7f7f7;*/
	/*border-top: 1px solid red;*/
	border: 0px solid blue;
	width: 982px;
	height:auto;
}


#menuV {
	position: relative; 
	float: right;
	z-index: 3;
	top: 0px;
	left: 0px; 
	padding: 0px 30px 0px 0px;
	margin: 0px;
	width: 180px;
}

#text {
	position: relative; 
	float: left;
	z-index: 3;
	top: 0px;
	left: 0px; 
	padding: 10px 30px 0px 30px;
	margin: 0px;
	background: #fff;
	border: 0px dashed #600;
	width: 682px;
	text-align: justify;
	/* font-family: verdana, helvetica, georgia, times, sans-serif;*/
	/*font-size: 12px; */
	/*font-weight: bold;*/
	line-height: 25px;
}


.boxPost {
	position: relative; 
	float: left;
	z-index: 4;
	top: 0px;
	left: 0px; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	background: #fff;
	border: 0px solid #000;
	width: 646px;
	text-align: justify;
}

.boxPostHeader {
	position: relative; 
	float: left;
	z-index: 5;
	top: 0px;
	left: 0px; 
	padding: 0px 30px 0px 30px;
	margin: 0px 0px;
	color: #F0FFFF;
	background: #99ccff;
	border: 1px solid #99ccff;
	/* width: 654px; */
	text-align: left;
	font-weight: bold;
	/*text-decoration: underline;*/
	/*font-size: 14px;*/
}

.boxPostText {
	position: relative; 
	float: left;
	z-index: 5;
	top: 0px;
	left: 0px; 
	padding: 5px 15px 5px 15px;
	margin: 0px 0px;
	/* color: #1E90FF;*/
	color: #759;
	background: #f6fbff;
	border-top: 1px dashed #99ccff;
	border-left: 1px dashed #99ccff;
	border-right: 1px dashed #99ccff;
	border-bottom: 1px dashed #99ccff;
	width: 650px;
	text-align: justify;	
}

#footer{
	position: relative;
	z-index: 2;	
	float: left;
	top: 0px;
	left: 0px; 
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: white;
	/*border-top: 0px dashed #fff;*/
	border: 0px solid red;
	width: 944px;
	height: 27px;
	text-align: center;	
}


#boxS {
	position: relative; 
	float: left;
	z-index: 9;
	top: 0px;
	left: 0px;
	padding: 0px;
	background: #fff;
	border: 1px dashed #600;
	border-top: 0px dashed #9cf;
	text-align : center;
	/*font-family: verdana, helvetica, georgia, times, sans-serif;*/
	font-size: 10px;			
}

#signature {
	position: relative; 
	float: right;
	z-index: 5;
	top: 0px;
	left: 0px;	
	padding: 5px 30px;
	margin-bottom: 0px;
	background: #fff;
	border: 0px solid blue;
	/*border-top: 0px dashed #9cf;
	border-left: 0px dashed #9cf;
	border-right: 0px dashed #9cf;
	border-bottom: 0px dashed #9cf;*/
	text-align: center;
	/*font-family: verdana, helvetica, georgia, times, sans-serif;*/
	font-size: 10px;
	font-style: italic;
}



#boxEmpty{
	position: relative;
	z-index: 2;	
	float: left;
	top: 0px;
	left: 0px; 
	padding: 15px 0px;
	margin: 0px 0px 0px 0px;
	/* background: #663300; */
	/*border-top: 0px dashed #fff;*/
	border: 0px solid red;
	width: 944px;
	height: auto;
	text-align: center;	
}


hr {
	border-top: 1px dashed #ffc490;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	color: #fff;
	background-color: #fff;
	width: 100%;
}

input, textarea {
	border: 1px #99ccff solid;
}

/*
form button {
cursor: pointer;
background: #F0FFFF;
}
*/
.button {
    border: 1px solid #99ccff;
	color: #66CDAA;
	background: #f6fbff;
	font-size: 14px;		
}

.button:hover {
    border: 1px solid #99ccff;
	color: #CC3300;
	background: #f6fbff;
	font-size: 14px;
}


/* titolo pagina */
/*.stile1 { color: #996333; text-align : center;	font-size: 17px; font-weight: bold; font-family:Courier New, Courier, monospace }*/
.stile1 { color: #1E90FF; text-align : left;	font-size: 19px; font-weight: bold; font-variant: small-caps; font-family: Courier New, Courier, monospace }

/* falso link */
.stile2 { color: #6699CC; text-align : left;		font-size: 12px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif }

.stile3 { color: #FF6633; text-align : center;	font-size: 14px; font-style: italic }
.stile4 { color: #FF0000; text-align : justify;	font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif }
.stile5 { color: #fee6b9; text-align : right;	font-size: 17px; font-family: Courier New, Courier, monospace  }
.stile6 { color: #66CCCC; text-align : center;	font-size: 17px; font-weight: bold; font-family:Courier New, Courier, monospace }
.stile7 { color: #f4bd8d; text-align : center;	font-size: 17px; font-weight: bold; font-family:Courier New, Courier, monospace }


a:active { text-decoration: none; color: #66CDAA; font-size: 12px;  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;}
a:link { text-decoration: none; color: #66CDAA; font-size: 12px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; }
a:hover { text-decoration: none ; color: #CC3300; font-size: 12px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; }
a:visited { text-decoration: none; color: #66CDAA; font-size: 12px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; }
a:visited:hover { text-decoration: none; color: #CC3300; font-size: 12px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; }
