/* 
    Document   : ae5Farm
    Created on : 8 agosto 2006, 18.58
    Author     : Guidotti
    Description:
        Purpose of the stylesheet follows.
*/


@import "ae5Aesito.css";

body{
   font-family:Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}
input{
    font-family:Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}
#content div.cms_body{
    font-family:Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}


#header{  
    background-color: #FFFFFF;
    color: #000000;
    height: 71px;
    background-image: url(icone/endure/logo_header.png);
    background-position: top left; 
    background-repeat: no-repeat;
}

#barra{  
    background-color: #ad0008;
    height: 25px;
    color: #FFFFFF;
    background-image: url(icone/endure/footer.png);
    background-position: bottom right; 
    background-repeat: no-repeat;
}

#navigation{
    background-image: url(icone/endure/border.png);
    background-position: top right; 
    background-repeat: repeat-y;
}

#barra a{  
    color: #FFFFFF;
}

#footer{  
    background-color: #FFF;
    height: 67px !important;
    color: #FFF;
    background-image: url(icone/endure/footer_endure.gif);
    background-position: top center; 
    background-repeat: no-repeat;
}


#navcontainer2 li a:hover, #navcontainer li a:hover{
    border-left: 10px solid #FFF;
    border-right: 10px solid #FFF;
    background-image: url(icone/endure/logo_soft.png);
    background-position: top right; 
    background-repeat: no-repeat;
    background-color: #FFF !important;
    color: 000 !important;
}

#content div.cms_body li{
   margin-left: 4em !important;
}

#content div.cms_body h3{
   font-size: 150%;
   text-align: left;
   color: #327100;
   border-bottom: 1px solid #327100;
   width: 100%;
   margin: 15px 5px;
}

#content div.cms_body p{
   margin:10px;
}


