/*stili per il layout fisso con posizionamenti assoluti*/
html,body { margin: 5; padding: 0; }
body { font-family: Verdana ; font-size: 76%; color: #000000; text-align: center}
a { color:#008800; text-decoration: none; }
a:hover { color: #008800; text-decoration: underline; }
a:active { color: #008800; text-decoration: none; }

/*container*/
div#container { position:relative; width: 800px; margin: 0 auto; text-align: left; }

/*header*/
div#header { background-color:#ffffff; color: #004400; border-top: #999999 1px dashed; border-bottom: #999999 1px dashed; }

/*content*/
div#content { margin-right: 15em; padding: 1em; }
div#content a { color: #ffffff; text-decoration: none; }
div#content a:hover { color: #ffffff; text-decoration: none; }
div#content a:active { color: #ffffff; text-decoration: none; }

/*footer*/
div#footer { text-align:center; padding: 0.7em; background-color: #ffffff; color: #004400; font: 0.9em Georgia; border-top: #999999 1px dashed; }

/*search*/
div#search { position:absolute; top: 335px; right: 0; width: 14em; padding: 0.5em }
div#search a { color:#008800; text-decoration: none; font: 1.3em Georgia; }
div#search a:hover { color: #008800; text-decoration: underline; font: 1.3em Georgia; }
div#search a:active { color: #008800; text-decoration: none; font: 1.3em Georgia; }

/*plant*/
div#plant { position:absolute; top: 62px; right: 0; width: 14em; padding: 0.5em; text-align: justify; } 
div#plant a { color:#ffffff; text-decoration: none; }
div#plant a:hover { color: #ffffff; text-decoration: underline; }
div#plant a:active { color: #ffffff; text-decoration: none; }

/*navigation*/
div#navigation { text-align:center; padding: 0.5em; color: #004400; font: 1em Georgia; border-top: #999999 1px dashed; }
div#navigation  a { color:#008800; text-decoration: none; font: 1em Georgia; }
div#navigation  a:hover { color: #008800; text-decoration: underline; font: 1em Georgia; }
div#navigation  a:active { color: #008800; text-decoration: none; font: 1em Georgia; }

/*stili personalizzati*/
div#data { color: #000000; font: 0.7em Georgia; }
div#title { color: #004400; font: 1.3em Georgia; }
div#title2 { color: #008800; font: 1.2em Georgia; }
div#text { text-align: justify; font: 0.9em Verdana; }
div#name { color:#008800; font: bold 1.5em Georgia; }
div#family { color:#008800; font: bold 1.2em Georgia; }
