 /*
CSS - ISTITUTO ZOOPROFILATTICO SPERIMENTALE DELL'UMBRIA E DELLE MARCHE - 2003

SEZIONE LAYOUT
*/

BODY {
      background-color : #FFFFFF;
      background-image: url(images/Pattern1.gif);
      background-repeat: repeat-y; 
      font-family : "Times New Roman", Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
      color : #000088;
      margin: 0px; 
      }
.Navigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
	background-color: #ffffff; /*#ececec; #ffffff; #ffffe1;*/
    top: 70px;
    left: 3px;
    width: 135px;
    height: auto;
    font-family : "Times New Roman", Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
                      /*have the navigation elements better separated*/
    }
.Inhalt {/*this is the main content area* welcome page*/
    background: #FFFFff;
    /*declare a color together with a contrasting background color*/
    color: #000088;/*to insure readability*/
	margin-top: 0px;
    margin-left: 155px;
    /*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 0px 5px 5px 5px;/*space to separate navigation and content*/
    font-family : "Times New Roman", Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    width: auto;
    border: 0.1px solid #FFFFFF; /*to insure that NN4.xx renders the background-color of the content area*/
    }
.normal {/*this is the main content area* all pages/
    background: #ffffff;
    declare a color together with a contrasting background color*/
    color: #000088;/*to insure readability*/
	margin-top: 50px;
    margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
    padding: 5px 5px 5px 5px;
    font-family : "Times New Roman", Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    /* width: auto;*/
    border: 2px solid #ffffff; 
   /*to insure that NN4.xx renders the background-color of the content area*/
    }
	
.Header {
    position: absolute;
	 top: 10px;
    background: #ececec;
    margin-top: 2px;
   	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-family : "Times New Roman", Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
    } 
.box {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  background: #ececec;
  color : #000099;
  font-family : "Times New Roman", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 2px;
  margin: 2px;
  border-color : #ffffff;
  border-style : groove;
  border-width : 0px;/* the border property in longhand*/
  }

.navbox {/*button-like box for the left-side navigation*/
   font-size: 15px;/*readability for the links*/
   font-family: "Times New Roman", Arial, Tahoma, Verdana, Helvetica, sans-serif;
   border-color: #0000ff;/*or, in shorthand, the three*/
   border-style: groove; /*border-properties would read:*/
   border-width: 2px;/*border: 2px groove #FF6633;*/
   padding: 2px;
   margin: 1px;
   }
.navbox2 {/*button-like box for the left-side navigation*/
   font-size: 15px;/*readability for the links*/
   font-family: "Times New Roman", Arial, Tahoma, Verdana, Helvetica, sans-serif;
   border-color: #ffffff;/*or, in shorthand, the three*/
   border-style: groove; /*border-properties would read:*/
   border-width: 0px;/*border: 2px groove #FF6633;*/
   padding: 1px;
   margin: 2px;
   } 
    
.navbox3 {/*button-like box for the left-side navigation*/
   background: trasparent;
   background-image: url(immagini/blogo.gif);
   font-size: 15px;/*readability for the links*/
   font-family: "Times New Roman", Arial, Tahoma, Verdana, Helvetica, sans-serif;
   border-color: #ffffff;/*or, in shorthand, the three*/
   border-style: groove; /*border-properties would read:*/
   border-width: 2px;/*border: 2px groove #FF6633;*/
   padding: 10px;
   margin: 2px;
   }   

 /*
____________________________________________________________
SEZIONE FONTS
____________________________________________________________
*/
   P, OL, UL, DL {font-size: 14px; font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif;}
   P OL, P UL, P DL, OL UL {font-size: 14px; font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif;}

.max {
  font-size: 20px;
  font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
  color: #000000; /*testo grande*/
  background: transparent;} 
  
.bold {
  font-size: 25px; 
  font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
  color: #000000; /*testo molto grande*/
  background: transparent;}  
       
.six {
  font-size: 18px;
  font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
  color: #000000; /*testo piccolo*/
  background: transparent;
  }
  
.mit {
  text-align: justify;/*justified text*/
  }

.simplered {
  color : #FF0000; background: #FFFFFF;
  }
  
.mint {
 color: #009999; background: #FFFFFF;
 }
.redc {
  font-size: 16px;
  font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
  color: #FF0000; 
  font-weight: 600; 
  background: #FFFFFF;
  }
  
#intestazione {
  color:#000099; font-size:12px;
  font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
  }

/*
____________________________________________________________
SEZIONE 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;}
  
a.nav:link {
  color: blue; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
  
a.nav:visited {
  color: #cc0099; /*violet*/ 
  text-decoration : none;
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
a.nav:hover { 
  color:#ff0000; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
a.navtot {/*the style for the actual page*/
  color: yellow; 
  text-decoration: none; 
  font-weight: 600; 
  font-size: 14px; 
  background: transparent;}
    
  
a.nav2:link {
  font-family: "Times New Roman", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: blue; 
  text-decoration : none; 
  font-weight: 600; 
  background: transparent;}
  
a.nav2:visited {
  color: #cc0099; /*violet*/
  font-family: "Times New Roman", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-decoration : none;
  font-weight: 600; 
  background: transparent;}
  
a.nav2:hover { 
  color:#ff0000;
  font-family: "Times New Roman", Arial, Tahoma, Verdana, Helvetica, sans-serif; 
  text-decoration : none; 
  font-weight: 600; 
  background: transparent;}
  
  /* NADIA */
  
  .navbox4 {/*button-like box for the left-side navigation*/
   background: #ffffcc;
   font-size: 15px;
   font-family: "Times New Roman", Arial, Tahoma, Verdana, Helvetica, sans-serif;
   border-color: #ffff00;/*or, in shorthand, the three*/
   border-style: groove; /*border-properties would read:*/
   border-width: 1px;/*border: 2px groove #FF6633;*/
   padding: 10px;
   margin: 2px;
   }   
.Header2 {
    position: absolute;
	 top: 10px;
    background: #ffffff;
    margin-top: 2px;
   	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
	font-family : "Times New Roman", Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
    } 
  .navbox5 {/*button-like box for the left-side navigation*/
   background: #99ff33;
   font-size: 15px;
   font-family: "Times New Roman", Arial, Tahoma, Verdana, Helvetica, sans-serif;
   border-color: #000000;/*or, in shorthand, the three*/
   border-style: groove; /*border-properties would read:*/
   border-width: 1px;/*border: 2px groove #FF6633;*/
   padding: 10px;
   margin: 2px;
   }
   a2:link {/*normal links in the text*/
  color: blue; 
  text-decoration: none; 
  background: trasparent;}
  