html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background-color:#fff;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
  font-size: 12px; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
}

*
{

  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  overflow: hidden; 
  width: 800px;
}

#second_container
{
  vertical-align: middle;
  width: 800px;
}

#third_container
{
 
  width: 800px;
}



/* === Menu === */



#menu
{
font-size:11px;
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
 
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #4E633A; 
  background-color: #fff;
}

#menu a:hover, #menu a:active
{
  background-image: url('immagini/taba2.jpg');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('immagini/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}



/* === Language menu === */



#submenu
{
  float: left;
  height: 31px;
  width: 500px;
  padding-left: 10px;
  margin: 0;
  list-style: none; 
font-size:11px;  

}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #4E633A; 
  background-color: #fff;
}

#submenu a:hover, #submenu a:active
{
  background-image: url('immagini/tabb2.jpg');
  color: #ffffff; 
}

#submenuselected
{
	
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('immagini/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}
#formContatti input{
	border:1px solid #000;
}

.ok{
	color:#00f;
}

.err{
	color:#f00;
}

#formContatti textarea{
	width:250px;
	height:150px;
	border:1px solid #000;
}

#formContatti p{
	font-size:10px;
}

/* === Other Divs === */
 


.border
{
  background-color: #000;
  padding: 10px 15px 10px 220px;
  height: 432px;
  background-image: url('immagini/back.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.content
{
  height: 417px;
  overflow: auto;
  padding: 7px;
}

.content a img{
	border:1px solid #fff;
}

.designinfo
{
  margin-top: 5px;
  text-align: right;
  color: #000;
  font-size:11px;
  background-color: inherit;
}



/* === Inline Text Styles === */



h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #130900;
  background-color: inherit;
  border-left: 5px solid #EFE0E3;

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
 color:#000;
  margin: 5px 5px 20px 12px;
}

.text a
{
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #000;
}

.bold
{
  font-weight: bold;
}