body,html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #FFFFFF;*/
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
@font-face{
    font-family: "DirtyHeadline";
    src: 
	    /* TTF file for CSS3 browsers */
    	url("DirtyHeadline.ttf"), 
    	/* IE */
    	url('DirtyHeadline.eot'); 
}

#art-page-background-middle-texture {
	position: relative;
	/* (1920-750)/2=585 px per lato il resto bianco con h 1080 */
	background-image: url('../img/sfondo.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
}

#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
	/**/
  background: white;
  border : 1px solid #DDD;
  border-top-color: #D9D9D9;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  -mox-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  padding: 10px;
  /*margin: 10px;*/
}

::selection { 
	background: #dfdfdf;
	color: green;
}
::-moz-selection { 
	background: #dfdfdf;
	color: green;
}

td {
	/*face: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
}
.titolo_1 {
	font-family: "DirtyHeadline";
	/* verde AC */
	color: #32BA20;
	font-size: 30pt;
	/*
	white-space: nowrap
	*/
	margin-left:0mm;
	text-align:center;
	text-indent:0mm; 
}
.titolo_2 {
	font-family: "DirtyHeadline";
	color: #32BA20;
	font-size: 20pt;
	padding-top: 10px; 
}
.menu_title {
	font-size:16pt;
	white-space: nowrap;
	font-family: "DirtyHeadline";
	color: #32BA20;
	padding: 5px; 
}
.luogo_data {
	font-family:"Verdana"; 
	font-style:italic;
	font-size: 12pt;
	text-align:right;
}
.normal_text {
	font-family:"Verdana"; 
	text-align:justify; 
	font-size:12pt; '
}

.tfooter {
	font-size: 10px;
	color: #FFFFFF;
	line-height:30px;
}

.important {
	font-size: 12px;
	font-weight:bold;
	color: #6666FF;
	line-height:30px;
}
/* qualunque link */
a:link, a:visited , a:active {
	/* verde AC */
	color: #32BA20;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	border-bottom: dotted 2px;
	transition: all 0.5s ease-out;
}
/*Link tipo 1*/
a:link.tipo1, a:visited.tipo1, a:active.tipo1, a:hover.tipo1 {
	font-size:10px;
}

.tipo2{ color:green; font-weight:bold; text-decoration: none;}

.bodytable{
	padding-left:20px;    
	width:450px; 
	line-height:15px;
}

.txtblock{
	text-align:justify;
	vertical-align:top;
	padding:5px;
	line-height:15px;
}

.nohyp {
	-webkit-hyphens: none; 
	-moz-hyphens: none; 
	-ms-hyphens: none; 
	-o-hyphens: none; 
	hyphens: none;
}

.hiddenPic {
		display:none;
}
