@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#535353;
   font-size: 12px;
}
#wrapper{
	width:1006px;
	margin:auto;
	/*background-color:#999999;*/
}
a{
 text-decoration: none;
 color:#535353;
 font-weight: bold;
} 

a:hover{
 text-decoration: underline;
 color: #176400;
 font-weight: bold;
} 

#container{
 	display:block;
	width:1006px;
	height: auto;
}

#testata{
 	display:block;
	width:1006px;
	height: 182px;
}
.testataCol01{
	width:605px;
	height: 182px;
	float: left;
}
.testataCol02{
	width:201px;
	height: 182px;
	float: left;
	background-image: url(../img/bg_box01.jpg);
}
.testataCol03{
	width:200px;
	height: 182px;
	float: left;
	background-image: url(../img/bg_box02.jpg);
}
.testataTxt{
	width:auto;
	height: 100px;
	margin:36px 10px 0px 14px;
	font-size: 11px;
}
.titoli{
	font-size: 12px;
	color: #176400;
	font-weight: bold;
	margin-bottom: 6px;
	width:auto;
}
.linkRegione{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	width:auto;
	text-align: center;
   height: 30px;
   padding-top: 14px;
}
.linkRegione a{
	text-decoration: none;
	color: #FFFFFF;
}
.linkRegione a:hover{
   text-decoration: underline;
	color: #FFFFFF;
}
#contentCol01{
	width:197px;
	float: left;
	height:364px;
}
#contentCol02{
   font-size: 11px;
   width:377px;
	float: left;
	height:284px;
	background-image: url(../img/Col02_bg.gif);
	background-repeat: repeat-x;
	padding: 20px 16px 60px 16px;
	text-align: left;

}
#contentCol03{
   width:400px;
	float: left;
	height:364px;
	background-image: url(../img/Col02_bg.gif);
	background-repeat: repeat-x;
}
#c01Video{
	display:block;
	width:400px;
	height:300px;
	background-color:#000000;
	color:#FFFFFF;
}

#footer{
 	display:block;
	width:607px;
	float: left;
	font-size: 10px;
	margin-top: 2px;
	padding-left: 200px;
}
#privacy{
	width:100px;
	float: right;
	font-size: 10px;
	font-weight: bold;
   text-align: right;
	margin: 2px 4px 0px 0px;
}

.space {
	background-color:#FFFFFF;
	clear: both;
}

.pulisci {
	background-color:#FFFFFF;
	clear: both;
}