/* CSS Document */
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #222222;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align:justify
}

li{
	margin-bottom:5px;
	font-weight:bold;
}

#main{
	width:675px;
	margin-left:auto;
	margin-right:auto;
	border-left: #FFFFFF 6px solid;
	border-right: #FFFFFF 6px solid;
	border-bottom: #FFFFFF 12px solid;
	background-color:#FFFFFF;
	background-image:url(images/bgcorpo.gif);
	background-repeat:repeat-y;
	background-position:left;
	
}

#riquadro_testo{
	margin-right:60px;
	width:500px;
	color:#666666;
	margin-left:30px;
	margin-bottom:40px;
}

#menu_footer{
	width:687px;
	padding-top:10px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#333333;
	background-color:#e6e6e6;
}

#menu_footer a{
	color:#333333;
}
#footer{
	width:687px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
	color:#FFFFFF;
}

#footer a{
	color:#FFFFFF;
}

.riquadro{
	width:167px;
	height:200px;
	color:#333333;
	background-image:url(images/bgtestariq.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:3px;
	padding:10px;
	padding-top:0px;
	float:left;
}

.riquadro h1{
	font-size:1.2em;
	font-weight:bold;
	padding:0px;
	margin:0px;
	height:14px;
	text-align:left;
	padding-top:2px;
	margin-bottom:8px;
}

.realizzazioni{
	border: 1px dotted #666666;
	margin-bottom:10px;
	background-color:#FFFFFF;
	height:230px;
	overflow:hidden;
	padding:3px;
}

.realizzazioni .titolo{
	font-size:2em;
	color:#FFFFFF;
	padding:2px;
	background-color:#666666;
}

.realizzazioni .titolo a{
	color:#FFFFFF;
}

.realizzazioni .img_principale{
	width:140px;
	float:left;
	height:140px;
}

.realizzazioni .img_gall{
	width:210px;
	float:left;
	height:140px;
}

.realizzazione_scheda{
	padding:5px;
	width: 630px;
	margin-bottom:30px;
}

.realizzazione_scheda .titolo{
	font-size:2em;
	color:#FFFFFF;
	padding:2px;
	background-color:#666666;
}

.realizzazione_scheda .img_principale{
	width:420px;
	height:420px;
	float:left;
}

.realizzazione_scheda .img_gall{
	width:180px;
	float:right;
	height:420px;
	overflow:auto;
	text-align:left;
}

.numeri, .numeri a{
	background-color:#e6e6e6;
	border: 1px solid #CCCCCC;
	width: 20px;
	height: 15px;
	float:left;
	text-align:center;
	color:#333333;
	margin:1px;
	font-size:1em;
	text-decoration:none;
}

.numeri a:active, .numeri_attivi{
	background-color:#666666;
	border: 1px solid #FFFFFF;
	width: 20px;
	height: 15px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	margin:1px;
	font-size:1em;
}

.clearer{
	width:400px;
	clear:both;
	float:none;
	height:1px;
}

.clearer2{
	width:100%;
	clear:both;
	float:none;
}