/* stylesheet italgrafica*/

body {
  color: #000000;
  margin: 0px;
  background-image: url(../images/sfondo.jpg);
  background-position: top left;
  background-repeat: x-repeat;
  
  font-family: Tahoma;
  font-size: 12px;
}

/* headers */

h1 {
    color: #FFFFFF;
    font-family: Arial Narrow;
  padding-left: 0px
}

h2 {
    color: #FFFFFF;
    font-family: Arial Narrow;
	padding-left: 0px;
	margin-top: 2px;
	padding-top: 2px;
}

h3 {
    color: #FFFFFF;
    font-family: Arial Narrow;
	padding-left: 0px;
	margin-top: 2px;
	padding-top: 2px;
	border-bottom: 1px dashed gray;  
}


p {

	line-height: 21px;
	font-family: tahoma;
}

/* Paragrafi dei contenuti */

.left_paragraph {
  color: #42690c;
  font-size: 14px;
  /*font-weight: bold*/
}

.left_paragraph_mission {
  color: #42690c;
  font-size: 10px;
  
  
  /*font-weight: bold*/
}

.right_paragraph {
  color: #FFFFFF;
  font-size: 13;
  
  /*font-weight: bold;*/
}

.right_contenent_paragraph {
  color: White;
  font-size: 13;
  
  /*font-weight: bold;*/
}

/* formattazione delle 3 celle al centro */

.up_contenent{
  color: #161711;
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
}

.down_contenent{
  color: #FF0000;
  font-family: Arial;
  font-weight: bold;
  font-size: 21px;
}

.div_bottom_contenent{
  padding: 10px;
}

.div_centerright_contenent{
  padding: 10px;
  text-align: right;
  
  color: #161711;
  
	font-family: tahoma;
	font-size: 11px;
  
}


/* menù */

ul{
	list-style: square;
	color: white;
}

span.asterisco {
	color: Red;
}

#quicklink {

	position: absolute;
	top: 100px;
	left: 630px;
	
	z-index: 10;	
}

#quicklink a {
	color: #979469;
	text-decoration: none;
}

#quicklink a:hover {	
	text-decoration: underline;
}

#infocontatti {
	position: absolute;
	top: 148px;
	left: 630px;
	
	color: #38690c;
	
	z-index: 10;	

}
