@charset "UTF-8";
/* CSS Document */

body,html {
	margin: 0;
	height: 100%;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #333333;
}



#body { /* body è il contenitore dei contenuti ESCLUSO il footer */
	padding-bottom:68px;	/* altezza del footer - in questo modo verrà spinto giù */
}

h1{
	font-size: 12px;
}
h2{
	font-size: 11px;
	line-height: 18px;
}

#main {
	min-height: 100%;
	position:relative;
}

#header {
	background-image: url(../img/patt.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 435px;
}
#boxHead {
	width: 836px;
	height: 435px;
	margin: 0 auto;
	background-image: url(../img/fondoBoxHeder_02.png);
}
a {
text-decoration:underline;color:#000000; text-decoration:underline;
}

a:hover {
text-decoration:none;color:#000000; text-decoration: none;
}
#menu {
	width: 100%;
	margin: 0 auto;
	height: 36px;
	background-image: url(../img/menu_rep.jpg);
	background-repeat: repeat-x;
}
img {
	border: 0px;
	
}

hr {
	color: #C2C2B5;
	background-color: #C2C2B5;
	height: 2px;
}


.vociMenu {
	width: 818px;
	margin: 0 auto;
}
#footer {
	position:absolute;
	bottom:0;
	color: #333333;
	width: 100%;
	height: 68px; /* altezza del footer */
	background-image: url(../img/fondoFooter_14.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 9px;
			}
.textFooter {
	margin: 0 auto;
	line-height: 12px;
}
#imgSezione {
	width: 776px;
	margin: auto;
	padding-top: 19px;
	text-align: center;
}
#news {
	width: 654px;
	font-size: 10px;
	margin-top: 27px;
	margin-left: 130px;
}
.news {
	font-size: 10px;
	padding: 10px 0px;
	line-height: 15px;
}
#content {
	font-size: 11px;
	line-height: 18px;
	width: 774px;
	margin: 0 auto;
	padding: 20px 0px;
}
.titoloNews {
	color: #000000;
	background-color: #C2C2B5;
	font-weight: bold;
	padding-left: 8px;
}
.diconodinoi {
	width: 350px;
	float: left;
}

