/* CSS Document */
/*stili per il layout fisso con posizionamenti assoluti*/
html,body{
margin: 0;padding:0
}

body{
font-family: arial,sans-serif;
font-size: 76%;

}

div#container{
	position:relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../common_img/bkg_container.gif);
	background-repeat: repeat-y;

}
/*stili specifici per il layout*/

div#header{
	margin-right: auto;
	margin-left:auto;
	width:740px;
	border-top: 15px solid #A5E8A5;
	text-align: center;
}

div#intesta{
	float:left;
	width: 250px;


}

div#flash{
	width: 488px;
	float: right;
}



div#menu{
	float:left;
	top: 250px;

}

div#content{
	margin-left:7px;
	float:left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	width: 450px;
}

div#footer{
	clear: both;
	margin-right: auto;
	margin-left:auto;
	width:740px;
	text-align:center;
	height:50px;
	background-color: #A5E8A5;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: middle;
	line-height:25px;
}

#footer a{
	background-color:#A5E8A5;
	color:#666666;
}
#footer a:hover{
	background-color:#eeeeee;
	color:#003399;
	}

/***************************************************
   CLASSI 
 ***************************************************/
.highlighted {
	background:#666600;
	color: #33FF55;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #009900;
	border-bottom-color: #CCCCCC;
	
}
.title01 {
	font-size: 36px;
	color: #009900;
	display: block;
	padding: 0px 0px 0px 30px;
	font-weight: bold;
	line-height: 50px;
	margin-left: 0px;
	margin-top: 4px;
}
.title02 {
	font-size: 24px;
	color: #333333;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.title03 {
	font-size: 10px;
	color: #000000;
	font-variant: normal;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	display: block;
}

.title04 {
	font-size: 24px;
	color: #666666;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.title05 {
	font-size: 36px;
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 0px 30px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #424E62;
	line-height: 50px;
	margin-left: 0px;
	margin-top: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}

.img {
	border: 1px solid #CCCCCC;
	padding: 5px;
}


.data {
	font-size: 9px;
	color: #666666;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 8px;
}

.language {
	font-size: 9px;
	color: #666666;
	margin-left: 200px;
	margin-right: 5px;
	padding-left: 50px;
	text-align: right;
}
.imgsx {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-left:5px;
	vertical-align: top;
	margin-right: 10px;
	float: left;
	margin-bottom: 25px;
}

#title {
	padding: 0px;
	margin:0px;
	color: #333333;
	background-color:#EAEAEA;
}
.title05torneria {
	font-size: 36px;
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 0px 30px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #474E3C;
	line-height: 50px;
	margin-left: 0px;
	margin-top: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}
.title05rettifiche {
	font-size: 36px;
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 0px 30px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #36372F;
	line-height: 50px;
	margin-left: 0px;
	margin-top: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}
.text01 {

	font-size: 14px;
	color: #333333;
	text-align: left;
}
.text02 {


	font-size: 12px;
	color: #333333;
	text-align: left;
}
.imggallery {

	border: 1px solid #999999;
	padding: 3px;
}

