/* --- GENERALI --- */
body, html { 
  height: 100%;
	margin: 0px;
}

#Contenitore {							/*Contenitore pił esterno*/
  min-height: 575px;
	min-width: 800px;
	height: 575px;
	width: 800px;
	position: absolute;
	left:50%;
	margin: 40px 0 0 -400px;	
	background: url(../struttura/main.gif) no-repeat;
	z-index:2;
}


/* --- HEADER --- */

#UP {												/*Fascia del titolo;*/
  min-height: 125px;
	height: 125px;
	width: 100%;
}

#Titolo {
  width: 150px;
	position: absolute;
	margin: 45px 0px 0px 80px;
}
#UP H1 {
  display: block;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	margin: 101px 0 0 60px;
	color: #CCCCCC;
}

#LinkUp {
  float: right;
	position: absolute;
	top: 50px;
	left: 300px;
	height: 58px;
	width: 425px;

	background: url(../struttura/linkup.gif) no-repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#LinkUp DIV {
  position: absolute;
	width: 87px;
	text-align: center;
	margin-top: 21px;
}
#LinkUp A:Link {
  color: #000000;
	text-decoration: none;
}
#LinkUp A:Visited {
  color: #000000;
	text-decoration: none;
}
#LinkUp1 {
	margin-left: 13px;
}
#LinkUp1 A:Hover {
  color: #F7F619;
}
#LinkUp2 {
	margin-left: 113px;
}
#LinkUp2 A:Hover {
  color: #169133;
}
#LinkUp3 {
	margin-left: 213px;
}
#LinkUp3 A:Hover {
  color: #FF0000;
}
#LinkUp4 {
	margin-left: 313px;
}
#LinkUp4 A:Hover {
  color: #1D0E82;
}

/* --- COLONNE --- */

#colonnaSx, #colonnaDx {
  float: left;
	width: 100px;
	height: 450px;
	margin: 7px 0 0 0;
}
#colonnaSx DIV, #colonnaDx DIV {
  height: 88px;
	width: 36px;
}
#colonnaSx DIV {
  margin: 12px 0px 0px 44px;
}
#colonnaDx DIV {
	margin: 12px 0px 0px 19px;
}
#colonnaSx IMG, #colonnaDx IMG {
  border: 0px;
}


/* --- CORPO --- */

#Main {
  float: left;
	height: 425px;
	width: 600px;
}

#CorniceCentro {
	position: relative;
	height: 375px;
	width: 575px;
	margin: 25px 0 0 13px; 
	padding-top: 35px;
}

H4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
  padding: 0px;
	margin: 0px;
}

#Testo {
	height: 315px;
	width: 495px !important;
	width: 510px;
	margin-left: 40px;
	padding-right: 15px;
	
  overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
#Testo P {
	margin-top: 0;
}
#Testo A {
  color: #000000;
}
#Testo A:Visited {
  color: #000000;
}
#Testo A:Hover {
  color: #000000;
}
#Testo H1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
}
#Testo .News {
  font-family: "Courier New", Courier, mono;
}


/* --- FOOTER --- */

#Footer {
	margin: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: x-small;
}
#Footer H1, #Footer H3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	margin: 0 !important;
	margin-right: 5px;
	padding: 0;
	display: inline;
}
#Footer A{
  text-decoration: none;
	color: #000000;
}

/*---------------------*/
/* #Testo2 usato per i Link */
#Testo2 {
	height: 315px;
	width: 495px !important;
	width: 510px;
	margin-left: 40px;
	padding-right: 15px;
	
  overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
}

#Testo2 img {
  border: 0;
	margin-bottom: 2px;
}

#Testo2 A:Link, #Testo2 A:Visited {
  text-decoration: none;
	font-weight: bold;
  Color: #000000;
}
#Testo2 A:Hover {
  color: #169133;
}
#Testo2 H2 {
  margin: 0 0 5px 0;
	padding: 0;
	Font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}
#Testo2 H3 {
  margin: 0 0 3px 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
#Testo2 H4 img {
  margin-bottom: 5px;
}