/* caratteristiche bordo esterno */

html { 
	background-image: url(immagini/libri.jpg);
	}


/* caratteristiche corpo */

body { 
	text-align: center;
	}

div#boxgenerale {
			background: #ffffff;
			width: 760px; 
			margin: 0px auto;
			padding: 0px; 
			text-align: left;
			font: normal 18px/1.4 arial, verdana, serif;
			color: #000000;
			}


/* caratteristiche link */

a:link { color: #0000ff; text-decoration: none;}
a:visited { color: #0000ff; text-decoration: none; font-style: italic; font-weight: lighter;}
a:hover { color: #ff0000; text-decoration: underline;}
a:active { color: #8f8f8f; text-decoration: none;}
a.nolink:link { color: #ffffff; text-decoration: none;}
a.nolink:visited { color: #ffffff; text-decoration: none;}



/* caratteristiche tabella superiore*/

table.tabellasup {
			table-layout: fixed;
			width: 760px;
			height: 150px
			}

#logo { 
	width: 190px; 
	background-image: url(immagini/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}

#scorrevole { 
	width: 570px; 
	background-image: url(immagini/scorrevole.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}


	

/* caratteristiche tabella link superiori*/

table.tabellalinksup {
				table-layout: fixed;
				width: 760px;
				height: 25px;
				border-collapse: separate;
				border-spacing: 0px;
				}

table.tabellalinksup td {
				width: 116px;
				font-family: "segoe print", mistral,
						sans-serif;
				font-size: 14px;
				font-weight: bold;
				text-align: center;
				}


/* caratteristiche tabella principale*/

table.tabellinf {
			table-layout: fixed;
			width: 760px;
			border-collapse: separate;
			border-spacing: 0px;
			}


#navigation {
		width: 144px;
		margin: 0px 0px;
		padding: 5px;
		font-family: "segoe print", mistral, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		}

#content {
		width: 400px;
		background-image: url(immagini/logoleggero.jpg);
		background-repeat: repeat-y;
		background-position: center center;
		margin: 0px 0px;
		padding: 0px 0px;
		border: 2px solid #0000ff;
		text-align: center;
		}

#extra {
		width: 200px;
		margin: 0px 0px;
		padding: 0px;
		text-align: center;
		}



/* caratteristiche tabella footer*/

table.tabellfooter {
				table-layout: fixed;
				width: 760px;
				height: 30px;
				border-collapse: separate;
				border-spacing: 0px;
				}


.footer {
		width: 754px;
		height: 25px;
		margin: 0px 0px;
		padding: 0px;
		background: #0000ff;
		font-family: arial, sans-serif;
		font-size: 11px;
		color: #ffffff;
		text-align: center;
		}


/* classi grafiche testuali */

.testorosso {
		color: #ff0000;
		font-weight: bold;
		}

.testobase {
		font: normal 18px/1.4 "Times New Roman", arial, 			verdana, serif;
		color: #000000;
		}

.testoextra { 
		font-size: 12px;
		font-family: "segoe print";
		font-weight: bold;
		color: #000000;
		}


