 /*
CSS - WEBZINE - ISTITUTO ZOOPROFILATTICO SPERIMENTALE DELL'UMBRIA E DELLE MARCHE - 2005
SEZIONE LAYOUT
*/

body {
background-color: #ffffff;
color : #000000;
font-family: Verdana;
font-size: 11px;
margin: 5px; 
}
	 
.Header {
position: relative;
top: 10px;
background: #ffffff;
border: solid;
border-color: #ffffff;
margin-top: 5px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 2px;
font-family: Verdana;
line-height: 150%;
font-size: 11px;
}

.Navigation {
position: relative;
top: 20px;
background: #ffffff;
font-color: #ffffff;
margin-top: 5px;
margin-right: 10px;
margin-bottom: 2px;
margin-left: 10px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 2px;
font-family: Verdana;
line-height: 150%;
font-size: 11px;
} 
	


#main {
top: 60px;
background-color: #ffffff;
margin: 5px 26% 5px 2%;
padding: 10px 2% 10px 2%;
border: solid;
}
    
#link {
position: absolute;
top: 60px;
right: 0px;
padding: 10px 2% 10px 2%px;
font-family : Verdana; 
width: auto;
border: solid;
 } 
  


.main {
position: absolute;
top: 60px;
background-color: #ffffff;
margin-top: 5px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 2px;
width: 500px;
height: auto;
border: solid;
font-family : Verdana;
line-height : 150%;/*line-height set to 110% in order to*/
                      /*have the navigation elements better separated*/
}
    
.link {
position: relative;
top: 60px;
margin-top: 0px;
margin-left: 520px; 
margin-right: 2px;/*breathing space for the text*/
padding: 5px 5px 5px 5px;/*space to separate navigation and content*/
font-family : Verdana; 
width: auto;
border: solid;
 }   
/*
____________________________________________________________
SEZIONE font e LINKS
____________________________________________________________
*/
a:link {/*normal links in the text*/
  color: blue; 
  text-decoration : none; 
  background: #FFFFFF;}
a:visited {
  color: #990099; 
  text-decoration : none; 
  background: #FFFFFF;}
a:hover { 
  color: red; 
  text-decoration : underline; 
  background: #FFFFFF;}
  
  
  .bianco {
  font-family: Arial;
  color: #ffffff;
  background: transparent;
  } 
  
  .nero {
  font-family: Arial;
  color: #000000;
  background: transparent;
  } 
    
  .blue {
  font-family: Verdana;
  color: #0000ff;
  background: transparent;
  }   
