body { margin: 0 0 0 10; padding: 0; text-align: center; background-color: #ffffff; }

div#contenitore { position: relative; width: 900px; margin-left: auto; margin-right: auto; text-align: left }


/* div */

/* intestazione */
div#header { position: absolute; top: 0px; height: 130px; width: 900px; background-color: #ffffff }

/* menu principale */
div#menu { position: absolute; top: 130px; height: 30px; width: 900px; background-color: #8498a8 }

/* menu laterale */
div#menul { position: relative; height: 100%; width: 100%; background-color: #8498a8 }

/* contenuto */
div#contenuto { position: absolute; top: 170px; height: 100%; width: 900px; background-color: #ffffff }

/* box */
div#box { position: relative; width: 270px; padding: 5px; background-color: #bec5ca }



/* td & class */

/* lingue */
td#bandiera { height: 20px; width: 28px; text-align: right; vertical-align: center; }
td#lingua { height:20px; width: 72px; }
.lingua { font: bold 11px Georgia; text-align: left; vertical-align: center; }
A.lingua:link, A.lingua:active, A.lingua:visited { color: #646464; text-decoration: none; padding-left: 5px }
A.lingua:hover { color: #000000 }

/* slogan */
.slogan { font: normal 18px/17px Georgia; color: #505050; text-align: left; vertical-align: top; text-transform:uppercase }

/* data */
.data { font: normal 13px Georgia; color: #000000; text-align: left; vertical-align: top }
.databig { font: normal 1.8em Georgia; color: #000000; text-align: left; vertical-align: top; }

/* menu */
td#menu { height:30px; border-right: 1px solid #ffffff; }
td#menul { height:28px; width: 100%; border-bottom: 1px solid #ffffff; padding: 6px }
.menu { font: bold 12px Georgia; color: #ffffff; text-align: center; vertical-align: center; }
A.menu:link, A.menu:active, A.menu:visited { text-decoration: none }

/* menub */
.menub { font: bold 12px Georgia; color: #4b4b4b; text-align: center; vertical-align: center; }
A.menub:link, A.menub:active, A.menub:visited { text-decoration: none }
A.menub:hover { color: #ffffff }

/* logo */
td#logo { height: 112px; width: 25%; text-align: center; vertical-align: center; }
.logo { border:1px solid #38668b; padding:10px; margin-bottom:5px; background-color: #ffffff }

/* sede */
.sede { font: normal 12px/15px Georgia; color: #000000; text-align: left; vertical-align: top; padding-left: 10px }
A.sede:link, A.sede:active, A.sede:visited { color: #38668b; text-decoration: underline; padding-left: 0px }
A.sede:hover { text-decoration: none }

/* titolo */
.titolo { font: bold 26px/24px Georgia; color: #38668b; text-align: left; vertical-align: top; }

/* titolo menu */
.titolom { font: bold 22px/20px Georgia; color: #38668b; text-align: left; vertical-align: top; }

/* azioni */
.azioni { font: bold 22px/20px Georgia; color: #38668b; text-align: left; vertical-align: top; }
A.azioni:link, A.azioni:active, A.azioni:visited { color: #38668b; text-decoration: underline; }
A.azioni:hover { text-decoration: none }

/* testo */
.testo { font: normal 13px/15px Georgia; color: #000000; text-align: left; vertical-align: top; }
A.testo:link, A.testo:active, A.testo:visited { color: #38668b; text-decoration: underline }
A.testo:hover { text-decoration: none }

/* footer */
.footer { font: normal 13px Georgia; color: #666666; }
A.footer:link, A.footer:active, A.footer:visited { font-size: 1em; text-decoration: underline }
A.footer:hover { color: #000000; text-decoration: none } 

/* form e tasti */
.form { color: #000000; text-decoration:none; font: normal 12px/10px arial, sans-serif; 
		width:300px; height:21px; border: 1px solid #8498a8; background-color: #ffffff }
		
.formtxt { color: #000000; text-decoration:none; font: normal 12px/14px arial, sans-serif; 
		width:300; height:100px; border: 1px solid #8498a8; background-color: #ffffff }
		
.tasti { color: #FFFFFF; text-decoration:none; font: normal 12px/10px arial, sans-serif; 
		width:150px; height:17px; border: 1px solid #8498a8; background-color:#8498a8 }
